final class com.sun.xml.internal.bind.v2.runtime.property.ArrayReferenceNodeProperty$MixedTextLoader extends com.sun.xml.internal.bind.v2.runtime.unmarshaller.Loader
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.sun.xml.internal.bind.v2.runtime.property.ArrayReferenceNodeProperty$MixedTextLoader
  super_class: com.sun.xml.internal.bind.v2.runtime.unmarshaller.Loader
{
  private final com.sun.xml.internal.bind.v2.runtime.unmarshaller.Receiver recv;
    descriptor: Lcom/sun/xml/internal/bind/v2/runtime/unmarshaller/Receiver;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(com.sun.xml.internal.bind.v2.runtime.unmarshaller.Receiver);
    descriptor: (Lcom/sun/xml/internal/bind/v2/runtime/unmarshaller/Receiver;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.bind.v2.runtime.property.ArrayReferenceNodeProperty$MixedTextLoader this
        start local 1 // com.sun.xml.internal.bind.v2.runtime.unmarshaller.Receiver recv
         0: .line 140
            aload 0 /* this */
            iconst_1
            invokespecial com.sun.xml.internal.bind.v2.runtime.unmarshaller.Loader.<init>:(Z)V
         1: .line 141
            aload 0 /* this */
            aload 1 /* recv */
            putfield com.sun.xml.internal.bind.v2.runtime.property.ArrayReferenceNodeProperty$MixedTextLoader.recv:Lcom/sun/xml/internal/bind/v2/runtime/unmarshaller/Receiver;
         2: .line 142
            return
        end local 1 // com.sun.xml.internal.bind.v2.runtime.unmarshaller.Receiver recv
        end local 0 // com.sun.xml.internal.bind.v2.runtime.property.ArrayReferenceNodeProperty$MixedTextLoader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/xml/internal/bind/v2/runtime/property/ArrayReferenceNodeProperty$MixedTextLoader;
            0    3     1  recv  Lcom/sun/xml/internal/bind/v2/runtime/unmarshaller/Receiver;
    MethodParameters:
      Name  Flags
      recv  

  public void text(com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallingContext$State, java.lang.CharSequence);
    descriptor: (Lcom/sun/xml/internal/bind/v2/runtime/unmarshaller/UnmarshallingContext$State;Ljava/lang/CharSequence;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.xml.internal.bind.v2.runtime.property.ArrayReferenceNodeProperty$MixedTextLoader this
        start local 1 // com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallingContext$State state
        start local 2 // java.lang.CharSequence text
         0: .line 145
            aload 2 /* text */
            invokeinterface java.lang.CharSequence.length:()I
            ifeq 2
         1: .line 146
            aload 0 /* this */
            getfield com.sun.xml.internal.bind.v2.runtime.property.ArrayReferenceNodeProperty$MixedTextLoader.recv:Lcom/sun/xml/internal/bind/v2/runtime/unmarshaller/Receiver;
            aload 1 /* state */
            aload 2 /* text */
            invokeinterface java.lang.CharSequence.toString:()Ljava/lang/String;
            invokeinterface com.sun.xml.internal.bind.v2.runtime.unmarshaller.Receiver.receive:(Lcom/sun/xml/internal/bind/v2/runtime/unmarshaller/UnmarshallingContext$State;Ljava/lang/Object;)V
         2: .line 147
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.CharSequence text
        end local 1 // com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallingContext$State state
        end local 0 // com.sun.xml.internal.bind.v2.runtime.property.ArrayReferenceNodeProperty$MixedTextLoader this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/sun/xml/internal/bind/v2/runtime/property/ArrayReferenceNodeProperty$MixedTextLoader;
            0    3     1  state  Lcom/sun/xml/internal/bind/v2/runtime/unmarshaller/UnmarshallingContext$State;
            0    3     2   text  Ljava/lang/CharSequence;
    Exceptions:
      throws org.xml.sax.SAXException
    MethodParameters:
       Name  Flags
      state  
      text   
}
SourceFile: "ArrayReferenceNodeProperty.java"
NestHost: com.sun.xml.internal.bind.v2.runtime.property.ArrayReferenceNodeProperty
InnerClasses:
  private final MixedTextLoader = com.sun.xml.internal.bind.v2.runtime.property.ArrayReferenceNodeProperty$MixedTextLoader of com.sun.xml.internal.bind.v2.runtime.property.ArrayReferenceNodeProperty
  public final State = com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallingContext$State of com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallingContext