public interface com.sun.tools.internal.xjc.model.CPropertyVisitor<V>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.sun.tools.internal.xjc.model.CPropertyVisitor
  super_class: java.lang.Object
{
  public abstract V onElement(com.sun.tools.internal.xjc.model.CElementPropertyInfo);
    descriptor: (Lcom/sun/tools/internal/xjc/model/CElementPropertyInfo;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lcom/sun/tools/internal/xjc/model/CElementPropertyInfo;)TV;
    MethodParameters:
      Name  Flags
      p     

  public abstract V onAttribute(com.sun.tools.internal.xjc.model.CAttributePropertyInfo);
    descriptor: (Lcom/sun/tools/internal/xjc/model/CAttributePropertyInfo;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lcom/sun/tools/internal/xjc/model/CAttributePropertyInfo;)TV;
    MethodParameters:
      Name  Flags
      p     

  public abstract V onValue(com.sun.tools.internal.xjc.model.CValuePropertyInfo);
    descriptor: (Lcom/sun/tools/internal/xjc/model/CValuePropertyInfo;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lcom/sun/tools/internal/xjc/model/CValuePropertyInfo;)TV;
    MethodParameters:
      Name  Flags
      p     

  public abstract V onReference(com.sun.tools.internal.xjc.model.CReferencePropertyInfo);
    descriptor: (Lcom/sun/tools/internal/xjc/model/CReferencePropertyInfo;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lcom/sun/tools/internal/xjc/model/CReferencePropertyInfo;)TV;
    MethodParameters:
      Name  Flags
      p     
}
Signature: <V:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "CPropertyVisitor.java"