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

  public abstract R visit(com.sun.tools.internal.xjc.model.CAttributePropertyInfo, );
    descriptor: (Lcom/sun/tools/internal/xjc/model/CAttributePropertyInfo;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lcom/sun/tools/internal/xjc/model/CAttributePropertyInfo;TP;)TR;
    MethodParameters:
      Name  Flags
      t     
      p     

  public abstract R visit(com.sun.tools.internal.xjc.model.CValuePropertyInfo, );
    descriptor: (Lcom/sun/tools/internal/xjc/model/CValuePropertyInfo;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lcom/sun/tools/internal/xjc/model/CValuePropertyInfo;TP;)TR;
    MethodParameters:
      Name  Flags
      t     
      p     

  public abstract R visit(com.sun.tools.internal.xjc.model.CReferencePropertyInfo, );
    descriptor: (Lcom/sun/tools/internal/xjc/model/CReferencePropertyInfo;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lcom/sun/tools/internal/xjc/model/CReferencePropertyInfo;TP;)TR;
    MethodParameters:
      Name  Flags
      t     
      p     
}
Signature: <R:Ljava/lang/Object;P:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "CPropertyVisitor2.java"