final class com.sun.xml.internal.bind.v2.model.impl.RuntimeValuePropertyInfoImpl extends com.sun.xml.internal.bind.v2.model.impl.ValuePropertyInfoImpl<java.lang.reflect.Type, java.lang.Class, java.lang.reflect.Field, java.lang.reflect.Method> implements com.sun.xml.internal.bind.v2.model.runtime.RuntimeValuePropertyInfo
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.sun.xml.internal.bind.v2.model.impl.RuntimeValuePropertyInfoImpl
  super_class: com.sun.xml.internal.bind.v2.model.impl.ValuePropertyInfoImpl
{
  void <init>(com.sun.xml.internal.bind.v2.model.impl.RuntimeClassInfoImpl, com.sun.xml.internal.bind.v2.model.impl.PropertySeed<java.lang.reflect.Type, java.lang.Class, java.lang.reflect.Field, java.lang.reflect.Method>);
    descriptor: (Lcom/sun/xml/internal/bind/v2/model/impl/RuntimeClassInfoImpl;Lcom/sun/xml/internal/bind/v2/model/impl/PropertySeed;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.xml.internal.bind.v2.model.impl.RuntimeValuePropertyInfoImpl this
        start local 1 // com.sun.xml.internal.bind.v2.model.impl.RuntimeClassInfoImpl classInfo
        start local 2 // com.sun.xml.internal.bind.v2.model.impl.PropertySeed seed
         0: .line 43
            aload 0 /* this */
            aload 1 /* classInfo */
            aload 2 /* seed */
            invokespecial com.sun.xml.internal.bind.v2.model.impl.ValuePropertyInfoImpl.<init>:(Lcom/sun/xml/internal/bind/v2/model/impl/ClassInfoImpl;Lcom/sun/xml/internal/bind/v2/model/impl/PropertySeed;)V
         1: .line 44
            return
        end local 2 // com.sun.xml.internal.bind.v2.model.impl.PropertySeed seed
        end local 1 // com.sun.xml.internal.bind.v2.model.impl.RuntimeClassInfoImpl classInfo
        end local 0 // com.sun.xml.internal.bind.v2.model.impl.RuntimeValuePropertyInfoImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/sun/xml/internal/bind/v2/model/impl/RuntimeValuePropertyInfoImpl;
            0    2     1  classInfo  Lcom/sun/xml/internal/bind/v2/model/impl/RuntimeClassInfoImpl;
            0    2     2       seed  Lcom/sun/xml/internal/bind/v2/model/impl/PropertySeed<Ljava/lang/reflect/Type;Ljava/lang/Class;Ljava/lang/reflect/Field;Ljava/lang/reflect/Method;>;
    Signature: (Lcom/sun/xml/internal/bind/v2/model/impl/RuntimeClassInfoImpl;Lcom/sun/xml/internal/bind/v2/model/impl/PropertySeed<Ljava/lang/reflect/Type;Ljava/lang/Class;Ljava/lang/reflect/Field;Ljava/lang/reflect/Method;>;)V
    MethodParameters:
           Name  Flags
      classInfo  
      seed       

  public boolean elementOnlyContent();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.bind.v2.model.impl.RuntimeValuePropertyInfoImpl this
         0: .line 47
            iconst_0
            ireturn
        end local 0 // com.sun.xml.internal.bind.v2.model.impl.RuntimeValuePropertyInfoImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/bind/v2/model/impl/RuntimeValuePropertyInfoImpl;

  public com.sun.xml.internal.bind.v2.model.runtime.RuntimePropertyInfo getSource();
    descriptor: ()Lcom/sun/xml/internal/bind/v2/model/runtime/RuntimePropertyInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.bind.v2.model.impl.RuntimeValuePropertyInfoImpl this
         0: .line 51
            aload 0 /* this */
            invokespecial com.sun.xml.internal.bind.v2.model.impl.ValuePropertyInfoImpl.getSource:()Lcom/sun/xml/internal/bind/v2/model/core/PropertyInfo;
            checkcast com.sun.xml.internal.bind.v2.model.runtime.RuntimePropertyInfo
            areturn
        end local 0 // com.sun.xml.internal.bind.v2.model.impl.RuntimeValuePropertyInfoImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/bind/v2/model/impl/RuntimeValuePropertyInfoImpl;

  public com.sun.xml.internal.bind.v2.model.runtime.RuntimeNonElement getTarget();
    descriptor: ()Lcom/sun/xml/internal/bind/v2/model/runtime/RuntimeNonElement;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.bind.v2.model.impl.RuntimeValuePropertyInfoImpl this
         0: .line 55
            aload 0 /* this */
            invokespecial com.sun.xml.internal.bind.v2.model.impl.ValuePropertyInfoImpl.getTarget:()Lcom/sun/xml/internal/bind/v2/model/core/NonElement;
            checkcast com.sun.xml.internal.bind.v2.model.runtime.RuntimeNonElement
            areturn
        end local 0 // com.sun.xml.internal.bind.v2.model.impl.RuntimeValuePropertyInfoImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/bind/v2/model/impl/RuntimeValuePropertyInfoImpl;

  public java.util.List<? extends com.sun.xml.internal.bind.v2.model.runtime.RuntimeNonElement> ref();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.bind.v2.model.impl.RuntimeValuePropertyInfoImpl this
         0: .line 59
            aload 0 /* this */
            invokespecial com.sun.xml.internal.bind.v2.model.impl.ValuePropertyInfoImpl.ref:()Ljava/util/List;
            areturn
        end local 0 // com.sun.xml.internal.bind.v2.model.impl.RuntimeValuePropertyInfoImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/bind/v2/model/impl/RuntimeValuePropertyInfoImpl;
    Signature: ()Ljava/util/List<+Lcom/sun/xml/internal/bind/v2/model/runtime/RuntimeNonElement;>;

  public void link();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.bind.v2.model.impl.RuntimeValuePropertyInfoImpl this
         0: .line 63
            aload 0 /* this */
            invokevirtual com.sun.xml.internal.bind.v2.model.impl.RuntimeValuePropertyInfoImpl.getTransducer:()Lcom/sun/xml/internal/bind/v2/runtime/Transducer;
            pop
         1: .line 64
            aload 0 /* this */
            invokespecial com.sun.xml.internal.bind.v2.model.impl.ValuePropertyInfoImpl.link:()V
         2: .line 65
            return
        end local 0 // com.sun.xml.internal.bind.v2.model.impl.RuntimeValuePropertyInfoImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/xml/internal/bind/v2/model/impl/RuntimeValuePropertyInfoImpl;

  public java.lang.reflect.Type getIndividualType();
    descriptor: ()Ljava/lang/reflect/Type;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.sun.xml.internal.bind.v2.model.impl.RuntimeValuePropertyInfoImpl.getIndividualType:()Ljava/lang/Object;
            checkcast java.lang.reflect.Type
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.reflect.Type getRawType();
    descriptor: ()Ljava/lang/reflect/Type;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.sun.xml.internal.bind.v2.model.impl.RuntimeValuePropertyInfoImpl.getRawType:()Ljava/lang/Object;
            checkcast java.lang.reflect.Type
            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.xml.internal.bind.v2.model.impl.RuntimeValuePropertyInfoImpl.getSource:()Lcom/sun/xml/internal/bind/v2/model/runtime/RuntimePropertyInfo;
            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.xml.internal.bind.v2.model.impl.RuntimeValuePropertyInfoImpl.getTarget:()Lcom/sun/xml/internal/bind/v2/model/runtime/RuntimeNonElement;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.util.Collection ref();
    descriptor: ()Ljava/util/Collection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.sun.xml.internal.bind.v2.model.impl.RuntimeValuePropertyInfoImpl.ref:()Ljava/util/List;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/sun/xml/internal/bind/v2/model/impl/ValuePropertyInfoImpl<Ljava/lang/reflect/Type;Ljava/lang/Class;Ljava/lang/reflect/Field;Ljava/lang/reflect/Method;>;Lcom/sun/xml/internal/bind/v2/model/runtime/RuntimeValuePropertyInfo;
SourceFile: "RuntimeValuePropertyInfoImpl.java"