public class com.sun.xml.internal.bind.v2.runtime.unmarshaller.ValuePropertyLoader 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.ValuePropertyLoader
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.ValuePropertyLoader this
start local 1 // com.sun.xml.internal.bind.v2.runtime.reflect.TransducedAccessor xacc
0: .line 46
aload 0 /* this */
iconst_1
invokespecial com.sun.xml.internal.bind.v2.runtime.unmarshaller.Loader.<init>:(Z)V
1: .line 47
aload 0 /* this */
aload 1 /* xacc */
putfield com.sun.xml.internal.bind.v2.runtime.unmarshaller.ValuePropertyLoader.xacc:Lcom/sun/xml/internal/bind/v2/runtime/reflect/TransducedAccessor;
2: .line 48
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.ValuePropertyLoader this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/xml/internal/bind/v2/runtime/unmarshaller/ValuePropertyLoader;
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.ValuePropertyLoader this
start local 1 // com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallingContext$State state
start local 2 // java.lang.CharSequence text
0: .line 52
aload 0 /* this */
getfield com.sun.xml.internal.bind.v2.runtime.unmarshaller.ValuePropertyLoader.xacc:Lcom/sun/xml/internal/bind/v2/runtime/reflect/TransducedAccessor;
aload 1 /* 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 53
goto 11
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 54
aload 3 /* e */
iconst_1
invokestatic com.sun.xml.internal.bind.v2.runtime.unmarshaller.ValuePropertyLoader.handleGenericException:(Ljava/lang/Exception;Z)V
end local 3 // com.sun.xml.internal.bind.api.AccessorException e
4: goto 11
5: .line 55
StackMap locals:
StackMap stack: java.lang.RuntimeException
astore 3 /* e */
start local 3 // java.lang.RuntimeException e
6: .line 56
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;
ifnull 10
7: .line 57
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;
instanceof javax.xml.bind.JAXBElement
ifne 11
8: .line 58
aload 1 /* state */
aload 3 /* e */
invokestatic com.sun.xml.internal.bind.v2.runtime.unmarshaller.ValuePropertyLoader.handleParseConversionException:(Lcom/sun/xml/internal/bind/v2/runtime/unmarshaller/UnmarshallingContext$State;Ljava/lang/Exception;)V
9: .line 63
goto 11
10: .line 64
StackMap locals: java.lang.RuntimeException
StackMap stack:
aload 1 /* state */
aload 3 /* e */
invokestatic com.sun.xml.internal.bind.v2.runtime.unmarshaller.ValuePropertyLoader.handleParseConversionException:(Lcom/sun/xml/internal/bind/v2/runtime/unmarshaller/UnmarshallingContext$State;Ljava/lang/Exception;)V
end local 3 // java.lang.RuntimeException e
11: .line 67
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.ValuePropertyLoader this
LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lcom/sun/xml/internal/bind/v2/runtime/unmarshaller/ValuePropertyLoader;
0 12 1 state Lcom/sun/xml/internal/bind/v2/runtime/unmarshaller/UnmarshallingContext$State;
0 12 2 text Ljava/lang/CharSequence;
3 4 3 e Lcom/sun/xml/internal/bind/api/AccessorException;
6 11 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: "ValuePropertyLoader.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