public final class com.sun.tools.internal.xjc.model.CValuePropertyInfo extends com.sun.tools.internal.xjc.model.CSingleTypePropertyInfo implements com.sun.xml.internal.bind.v2.model.core.ValuePropertyInfo<com.sun.tools.internal.xjc.model.nav.NType, com.sun.tools.internal.xjc.model.nav.NClass>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.sun.tools.internal.xjc.model.CValuePropertyInfo
  super_class: com.sun.tools.internal.xjc.model.CSingleTypePropertyInfo
{
  public void <init>(java.lang.String, com.sun.xml.internal.xsom.XSComponent, com.sun.tools.internal.xjc.model.CCustomizations, org.xml.sax.Locator, com.sun.tools.internal.xjc.model.TypeUse, javax.xml.namespace.QName);
    descriptor: (Ljava/lang/String;Lcom/sun/xml/internal/xsom/XSComponent;Lcom/sun/tools/internal/xjc/model/CCustomizations;Lorg/xml/sax/Locator;Lcom/sun/tools/internal/xjc/model/TypeUse;Ljavax/xml/namespace/QName;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=7, args_size=7
        start local 0 // com.sun.tools.internal.xjc.model.CValuePropertyInfo this
        start local 1 // java.lang.String name
        start local 2 // com.sun.xml.internal.xsom.XSComponent source
        start local 3 // com.sun.tools.internal.xjc.model.CCustomizations customizations
        start local 4 // org.xml.sax.Locator locator
        start local 5 // com.sun.tools.internal.xjc.model.TypeUse type
        start local 6 // javax.xml.namespace.QName typeName
         0: .line 45
            aload 0 /* this */
            aload 1 /* name */
            aload 5 /* type */
            aload 6 /* typeName */
            aload 2 /* source */
            aload 3 /* customizations */
            aload 4 /* locator */
            invokespecial com.sun.tools.internal.xjc.model.CSingleTypePropertyInfo.<init>:(Ljava/lang/String;Lcom/sun/tools/internal/xjc/model/TypeUse;Ljavax/xml/namespace/QName;Lcom/sun/xml/internal/xsom/XSComponent;Lcom/sun/tools/internal/xjc/model/CCustomizations;Lorg/xml/sax/Locator;)V
         1: .line 46
            return
        end local 6 // javax.xml.namespace.QName typeName
        end local 5 // com.sun.tools.internal.xjc.model.TypeUse type
        end local 4 // org.xml.sax.Locator locator
        end local 3 // com.sun.tools.internal.xjc.model.CCustomizations customizations
        end local 2 // com.sun.xml.internal.xsom.XSComponent source
        end local 1 // java.lang.String name
        end local 0 // com.sun.tools.internal.xjc.model.CValuePropertyInfo this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lcom/sun/tools/internal/xjc/model/CValuePropertyInfo;
            0    2     1            name  Ljava/lang/String;
            0    2     2          source  Lcom/sun/xml/internal/xsom/XSComponent;
            0    2     3  customizations  Lcom/sun/tools/internal/xjc/model/CCustomizations;
            0    2     4         locator  Lorg/xml/sax/Locator;
            0    2     5            type  Lcom/sun/tools/internal/xjc/model/TypeUse;
            0    2     6        typeName  Ljavax/xml/namespace/QName;
    MethodParameters:
                Name  Flags
      name            
      source          
      customizations  
      locator         
      type            
      typeName        

  public final com.sun.xml.internal.bind.v2.model.core.PropertyKind kind();
    descriptor: ()Lcom/sun/xml/internal/bind/v2/model/core/PropertyKind;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.internal.xjc.model.CValuePropertyInfo this
         0: .line 49
            getstatic com.sun.xml.internal.bind.v2.model.core.PropertyKind.VALUE:Lcom/sun/xml/internal/bind/v2/model/core/PropertyKind;
            areturn
        end local 0 // com.sun.tools.internal.xjc.model.CValuePropertyInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/internal/xjc/model/CValuePropertyInfo;

  public <V> V accept(com.sun.tools.internal.xjc.model.CPropertyVisitor<V>);
    descriptor: (Lcom/sun/tools/internal/xjc/model/CPropertyVisitor;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.internal.xjc.model.CValuePropertyInfo this
        start local 1 // com.sun.tools.internal.xjc.model.CPropertyVisitor visitor
         0: .line 53
            aload 1 /* visitor */
            aload 0 /* this */
            invokeinterface com.sun.tools.internal.xjc.model.CPropertyVisitor.onValue:(Lcom/sun/tools/internal/xjc/model/CValuePropertyInfo;)Ljava/lang/Object;
            areturn
        end local 1 // com.sun.tools.internal.xjc.model.CPropertyVisitor visitor
        end local 0 // com.sun.tools.internal.xjc.model.CValuePropertyInfo this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/sun/tools/internal/xjc/model/CValuePropertyInfo;
            0    1     1  visitor  Lcom/sun/tools/internal/xjc/model/CPropertyVisitor<TV;>;
    Signature: <V:Ljava/lang/Object;>(Lcom/sun/tools/internal/xjc/model/CPropertyVisitor<TV;>;)TV;
    MethodParameters:
         Name  Flags
      visitor  

  public <R, P> R accept(com.sun.tools.internal.xjc.model.CPropertyVisitor2<R, P>, );
    descriptor: (Lcom/sun/tools/internal/xjc/model/CPropertyVisitor2;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.tools.internal.xjc.model.CValuePropertyInfo this
        start local 1 // com.sun.tools.internal.xjc.model.CPropertyVisitor2 visitor
        start local 2 // java.lang.Object p
         0: .line 58
            aload 1 /* visitor */
            aload 0 /* this */
            aload 2 /* p */
            invokeinterface com.sun.tools.internal.xjc.model.CPropertyVisitor2.visit:(Lcom/sun/tools/internal/xjc/model/CValuePropertyInfo;Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 2 // java.lang.Object p
        end local 1 // com.sun.tools.internal.xjc.model.CPropertyVisitor2 visitor
        end local 0 // com.sun.tools.internal.xjc.model.CValuePropertyInfo this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/sun/tools/internal/xjc/model/CValuePropertyInfo;
            0    1     1  visitor  Lcom/sun/tools/internal/xjc/model/CPropertyVisitor2<TR;TP;>;
            0    1     2        p  TP;
    Signature: <R:Ljava/lang/Object;P:Ljava/lang/Object;>(Lcom/sun/tools/internal/xjc/model/CPropertyVisitor2<TR;TP;>;TP;)TR;
    MethodParameters:
         Name  Flags
      visitor  
      p        

  public com.sun.xml.internal.bind.v2.model.core.Adapter getAdapter();
    descriptor: ()Lcom/sun/xml/internal/bind/v2/model/core/Adapter;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.sun.tools.internal.xjc.model.CValuePropertyInfo.getAdapter:()Lcom/sun/tools/internal/xjc/model/CAdapter;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public javax.xml.namespace.QName getSchemaType();
    descriptor: ()Ljavax/xml/namespace/QName;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial com.sun.tools.internal.xjc.model.CSingleTypePropertyInfo.getSchemaType:()Ljavax/xml/namespace/QName;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.sun.xml.internal.bind.v2.model.core.PropertyInfo getSource();
    descriptor: ()Lcom/sun/xml/internal/bind/v2/model/core/PropertyInfo;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.sun.tools.internal.xjc.model.CValuePropertyInfo.getSource:()Lcom/sun/tools/internal/xjc/model/CSingleTypePropertyInfo;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.sun.xml.internal.bind.v2.model.core.NonElement getTarget();
    descriptor: ()Lcom/sun/xml/internal/bind/v2/model/core/NonElement;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.sun.tools.internal.xjc.model.CValuePropertyInfo.getTarget:()Lcom/sun/tools/internal/xjc/model/CNonElement;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/sun/tools/internal/xjc/model/CSingleTypePropertyInfo;Lcom/sun/xml/internal/bind/v2/model/core/ValuePropertyInfo<Lcom/sun/tools/internal/xjc/model/nav/NType;Lcom/sun/tools/internal/xjc/model/nav/NClass;>;
SourceFile: "CValuePropertyInfo.java"