public class com.sun.xml.internal.bind.v2.runtime.unmarshaller.LeafPropertyLoader extends com.sun.xml.internal.bind.v2.runtime.unmarshaller.Loader
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.sun.xml.internal.bind.v2.runtime.unmarshaller.LeafPropertyLoader
super_class: com.sun.xml.internal.bind.v2.runtime.unmarshaller.Loader
{
private final com.sun.xml.internal.bind.v2.runtime.reflect.TransducedAccessor xacc;
descriptor: Lcom/sun/xml/internal/bind/v2/runtime/reflect/TransducedAccessor;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(com.sun.xml.internal.bind.v2.runtime.reflect.TransducedAccessor);
descriptor: (Lcom/sun/xml/internal/bind/v2/runtime/reflect/TransducedAccessor;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 // com.sun.xml.internal.bind.v2.runtime.unmarshaller.LeafPropertyLoader this
start local 1 // com.sun.xml.internal.bind.v2.runtime.reflect.TransducedAccessor xacc
0: .line 44
aload 0 /* this */
iconst_1
invokespecial com.sun.xml.internal.bind.v2.runtime.unmarshaller.Loader.<init>:(Z)V
1: .line 45
aload 0 /* this */
aload 1 /* xacc */
putfield com.sun.xml.internal.bind.v2.runtime.unmarshaller.LeafPropertyLoader.xacc:Lcom/sun/xml/internal/bind/v2/runtime/reflect/TransducedAccessor;
2: .line 46
return
end local 1 // com.sun.xml.internal.bind.v2.runtime.reflect.TransducedAccessor xacc
end local 0 // com.sun.xml.internal.bind.v2.runtime.unmarshaller.LeafPropertyLoader this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/xml/internal/bind/v2/runtime/unmarshaller/LeafPropertyLoader;
0 3 1 xacc Lcom/sun/xml/internal/bind/v2/runtime/reflect/TransducedAccessor;
MethodParameters:
Name Flags
xacc
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=4, args_size=3
start local 0 // com.sun.xml.internal.bind.v2.runtime.unmarshaller.LeafPropertyLoader this
start local 1 // com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallingContext$State state
start local 2 // java.lang.CharSequence text
0: .line 50
aload 0 /* this */
getfield com.sun.xml.internal.bind.v2.runtime.unmarshaller.LeafPropertyLoader.xacc:Lcom/sun/xml/internal/bind/v2/runtime/reflect/TransducedAccessor;
aload 1 /* state */
invokevirtual com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallingContext$State.getPrev:()Lcom/sun/xml/internal/bind/v2/runtime/unmarshaller/UnmarshallingContext$State;
invokevirtual com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallingContext$State.getTarget:()Ljava/lang/Object;
aload 2 /* text */
invokevirtual com.sun.xml.internal.bind.v2.runtime.reflect.TransducedAccessor.parse:(Ljava/lang/Object;Ljava/lang/CharSequence;)V
1: .line 51
goto 7
StackMap locals:
StackMap stack: com.sun.xml.internal.bind.api.AccessorException
2: astore 3 /* e */
start local 3 // com.sun.xml.internal.bind.api.AccessorException e
3: .line 52
aload 3 /* e */
iconst_1
invokestatic com.sun.xml.internal.bind.v2.runtime.unmarshaller.LeafPropertyLoader.handleGenericException:(Ljava/lang/Exception;Z)V
end local 3 // com.sun.xml.internal.bind.api.AccessorException e
4: goto 7
5: .line 53
StackMap locals:
StackMap stack: java.lang.RuntimeException
astore 3 /* e */
start local 3 // java.lang.RuntimeException e
6: .line 54
aload 1 /* state */
aload 3 /* e */
invokestatic com.sun.xml.internal.bind.v2.runtime.unmarshaller.LeafPropertyLoader.handleParseConversionException:(Lcom/sun/xml/internal/bind/v2/runtime/unmarshaller/UnmarshallingContext$State;Ljava/lang/Exception;)V
end local 3 // java.lang.RuntimeException e
7: .line 56
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.unmarshaller.LeafPropertyLoader this
LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lcom/sun/xml/internal/bind/v2/runtime/unmarshaller/LeafPropertyLoader;
0 8 1 state Lcom/sun/xml/internal/bind/v2/runtime/unmarshaller/UnmarshallingContext$State;
0 8 2 text Ljava/lang/CharSequence;
3 4 3 e Lcom/sun/xml/internal/bind/api/AccessorException;
6 7 3 e Ljava/lang/RuntimeException;
Exception table:
from to target type
0 1 2 Class com.sun.xml.internal.bind.api.AccessorException
0 1 5 Class java.lang.RuntimeException
Exceptions:
throws org.xml.sax.SAXException
MethodParameters:
Name Flags
state
text
}
SourceFile: "LeafPropertyLoader.java"
InnerClasses:
public final State = com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallingContext$State of com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallingContext