public abstract class com.sun.xml.internal.bind.v2.runtime.property.PropertyFactory
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: com.sun.xml.internal.bind.v2.runtime.property.PropertyFactory
super_class: java.lang.Object
{
private static final java.lang.reflect.Constructor<? extends com.sun.xml.internal.bind.v2.runtime.property.Property>[] propImpls;
descriptor: [Ljava/lang/reflect/Constructor;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
Signature: [Ljava/lang/reflect/Constructor<+Lcom/sun/xml/internal/bind/v2/runtime/property/Property;>;
static final boolean $assertionsDisabled;
descriptor: Z
flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC
private static volatile int[] $SWITCH_TABLE$com$sun$xml$internal$bind$v2$model$core$PropertyKind;
descriptor: [I
flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=4, locals=2, args_size=0
0: ldc Lcom/sun/xml/internal/bind/v2/runtime/property/PropertyFactory;
invokevirtual java.lang.Class.desiredAssertionStatus:()Z
ifne 1
iconst_1
goto 2
StackMap locals:
StackMap stack:
1: iconst_0
StackMap locals:
StackMap stack: int
2: putstatic com.sun.xml.internal.bind.v2.runtime.property.PropertyFactory.$assertionsDisabled:Z
3: bipush 12
anewarray java.lang.Class
dup
iconst_0
4: ldc Lcom/sun/xml/internal/bind/v2/runtime/property/SingleElementLeafProperty;
aastore
dup
iconst_3
5: ldc Lcom/sun/xml/internal/bind/v2/runtime/property/ArrayElementLeafProperty;
aastore
dup
bipush 6
6: ldc Lcom/sun/xml/internal/bind/v2/runtime/property/SingleElementNodeProperty;
aastore
dup
bipush 7
7: ldc Lcom/sun/xml/internal/bind/v2/runtime/property/SingleReferenceNodeProperty;
aastore
dup
bipush 8
8: ldc Lcom/sun/xml/internal/bind/v2/runtime/property/SingleMapNodeProperty;
aastore
dup
bipush 9
9: ldc Lcom/sun/xml/internal/bind/v2/runtime/property/ArrayElementNodeProperty;
aastore
dup
bipush 10
10: ldc Lcom/sun/xml/internal/bind/v2/runtime/property/ArrayReferenceNodeProperty;
aastore
11: astore 0
start local 0 12: aload 0
arraylength
anewarray java.lang.reflect.Constructor
putstatic com.sun.xml.internal.bind.v2.runtime.property.PropertyFactory.propImpls:[Ljava/lang/reflect/Constructor;
13: iconst_0
istore 1
start local 1 14: goto 18
15: StackMap locals: java.lang.Class[] int
StackMap stack:
aload 0
iload 1
aaload
ifnull 17
16: getstatic com.sun.xml.internal.bind.v2.runtime.property.PropertyFactory.propImpls:[Ljava/lang/reflect/Constructor;
iload 1
aload 0
iload 1
aaload
invokevirtual java.lang.Class.getConstructors:()[Ljava/lang/reflect/Constructor;
iconst_0
aaload
aastore
17: StackMap locals:
StackMap stack:
iinc 1 1
StackMap locals:
StackMap stack:
18: iload 1
getstatic com.sun.xml.internal.bind.v2.runtime.property.PropertyFactory.propImpls:[Ljava/lang/reflect/Constructor;
arraylength
if_icmplt 15
end local 1 end local 0 19: return
LocalVariableTable:
Start End Slot Name Signature
12 19 0 implClasses [Ljava/lang/Class;
14 19 1 i I
private void <init>();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/xml/internal/bind/v2/runtime/property/PropertyFactory;
public static com.sun.xml.internal.bind.v2.runtime.property.Property create(com.sun.xml.internal.bind.v2.runtime.JAXBContextImpl, com.sun.xml.internal.bind.v2.model.runtime.RuntimePropertyInfo);
descriptor: (Lcom/sun/xml/internal/bind/v2/runtime/JAXBContextImpl;Lcom/sun/xml/internal/bind/v2/model/runtime/RuntimePropertyInfo;)Lcom/sun/xml/internal/bind/v2/runtime/property/Property;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=5, locals=8, args_size=2
start local 0 start local 1 0: aload 1
invokeinterface com.sun.xml.internal.bind.v2.model.runtime.RuntimePropertyInfo.kind:()Lcom/sun/xml/internal/bind/v2/model/core/PropertyKind;
astore 2
start local 2 1: invokestatic com.sun.xml.internal.bind.v2.runtime.property.PropertyFactory.$SWITCH_TABLE$com$sun$xml$internal$bind$v2$model$core$PropertyKind:()[I
aload 2
invokevirtual com.sun.xml.internal.bind.v2.model.core.PropertyKind.ordinal:()I
iaload
tableswitch { // 1 - 5
1: 3
2: 2
3: 4
4: 6
5: 6
default: 7
}
2: StackMap locals: com.sun.xml.internal.bind.v2.model.core.PropertyKind
StackMap stack:
new com.sun.xml.internal.bind.v2.runtime.property.AttributeProperty
dup
aload 0
aload 1
checkcast com.sun.xml.internal.bind.v2.model.runtime.RuntimeAttributePropertyInfo
invokespecial com.sun.xml.internal.bind.v2.runtime.property.AttributeProperty.<init>:(Lcom/sun/xml/internal/bind/v2/runtime/JAXBContextImpl;Lcom/sun/xml/internal/bind/v2/model/runtime/RuntimeAttributePropertyInfo;)V
areturn
3: StackMap locals:
StackMap stack:
new com.sun.xml.internal.bind.v2.runtime.property.ValueProperty
dup
aload 0
aload 1
checkcast com.sun.xml.internal.bind.v2.model.runtime.RuntimeValuePropertyInfo
invokespecial com.sun.xml.internal.bind.v2.runtime.property.ValueProperty.<init>:(Lcom/sun/xml/internal/bind/v2/runtime/JAXBContextImpl;Lcom/sun/xml/internal/bind/v2/model/runtime/RuntimeValuePropertyInfo;)V
areturn
4: StackMap locals:
StackMap stack:
aload 1
checkcast com.sun.xml.internal.bind.v2.model.runtime.RuntimeElementPropertyInfo
invokeinterface com.sun.xml.internal.bind.v2.model.runtime.RuntimeElementPropertyInfo.isValueList:()Z
ifeq 8
5: new com.sun.xml.internal.bind.v2.runtime.property.ListElementProperty
dup
aload 0
aload 1
checkcast com.sun.xml.internal.bind.v2.model.runtime.RuntimeElementPropertyInfo
invokespecial com.sun.xml.internal.bind.v2.runtime.property.ListElementProperty.<init>:(Lcom/sun/xml/internal/bind/v2/runtime/JAXBContextImpl;Lcom/sun/xml/internal/bind/v2/model/runtime/RuntimeElementPropertyInfo;)V
areturn
6: StackMap locals:
StackMap stack:
goto 8
7: StackMap locals:
StackMap stack:
getstatic com.sun.xml.internal.bind.v2.runtime.property.PropertyFactory.$assertionsDisabled:Z
ifne 8
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
8: StackMap locals:
StackMap stack:
aload 1
invokeinterface com.sun.xml.internal.bind.v2.model.runtime.RuntimePropertyInfo.isCollection:()Z
istore 3
start local 3 9: aload 1
invokestatic com.sun.xml.internal.bind.v2.runtime.property.PropertyFactory.isLeaf:(Lcom/sun/xml/internal/bind/v2/model/runtime/RuntimePropertyInfo;)Z
istore 4
start local 4 10: getstatic com.sun.xml.internal.bind.v2.runtime.property.PropertyFactory.propImpls:[Ljava/lang/reflect/Constructor;
iload 4
ifeq 11
iconst_0
goto 12
StackMap locals: com.sun.xml.internal.bind.v2.runtime.JAXBContextImpl com.sun.xml.internal.bind.v2.model.runtime.RuntimePropertyInfo com.sun.xml.internal.bind.v2.model.core.PropertyKind int int
StackMap stack: java.lang.reflect.Constructor[]
11: bipush 6
StackMap locals: com.sun.xml.internal.bind.v2.runtime.JAXBContextImpl com.sun.xml.internal.bind.v2.model.runtime.RuntimePropertyInfo com.sun.xml.internal.bind.v2.model.core.PropertyKind int int
StackMap stack: java.lang.reflect.Constructor[] int
12: iload 3
ifeq 13
iconst_3
goto 14
StackMap locals: com.sun.xml.internal.bind.v2.runtime.JAXBContextImpl com.sun.xml.internal.bind.v2.model.runtime.RuntimePropertyInfo com.sun.xml.internal.bind.v2.model.core.PropertyKind int int
StackMap stack: java.lang.reflect.Constructor[] int
13: iconst_0
StackMap locals: com.sun.xml.internal.bind.v2.runtime.JAXBContextImpl com.sun.xml.internal.bind.v2.model.runtime.RuntimePropertyInfo com.sun.xml.internal.bind.v2.model.core.PropertyKind int int
StackMap stack: java.lang.reflect.Constructor[] int int
14: iadd
aload 2
getfield com.sun.xml.internal.bind.v2.model.core.PropertyKind.propertyIndex:I
iadd
aaload
astore 5
start local 5 15: aload 5
iconst_2
anewarray java.lang.Object
dup
iconst_0
aload 0
aastore
dup
iconst_1
aload 1
aastore
invokevirtual java.lang.reflect.Constructor.newInstance:([Ljava/lang/Object;)Ljava/lang/Object;
checkcast com.sun.xml.internal.bind.v2.runtime.property.Property
16: areturn
17: StackMap locals: com.sun.xml.internal.bind.v2.runtime.JAXBContextImpl com.sun.xml.internal.bind.v2.model.runtime.RuntimePropertyInfo com.sun.xml.internal.bind.v2.model.core.PropertyKind int int java.lang.reflect.Constructor
StackMap stack: java.lang.InstantiationException
astore 6
start local 6 18: new java.lang.InstantiationError
dup
aload 6
invokevirtual java.lang.InstantiationException.getMessage:()Ljava/lang/String;
invokespecial java.lang.InstantiationError.<init>:(Ljava/lang/String;)V
athrow
end local 6 19: StackMap locals:
StackMap stack: java.lang.IllegalAccessException
astore 6
start local 6 20: new java.lang.IllegalAccessError
dup
aload 6
invokevirtual java.lang.IllegalAccessException.getMessage:()Ljava/lang/String;
invokespecial java.lang.IllegalAccessError.<init>:(Ljava/lang/String;)V
athrow
end local 6 21: StackMap locals:
StackMap stack: java.lang.reflect.InvocationTargetException
astore 6
start local 6 22: aload 6
invokevirtual java.lang.reflect.InvocationTargetException.getCause:()Ljava/lang/Throwable;
astore 7
start local 7 23: aload 7
instanceof java.lang.Error
ifeq 25
24: aload 7
checkcast java.lang.Error
athrow
25: StackMap locals: java.lang.reflect.InvocationTargetException java.lang.Throwable
StackMap stack:
aload 7
instanceof java.lang.RuntimeException
ifeq 27
26: aload 7
checkcast java.lang.RuntimeException
athrow
27: StackMap locals:
StackMap stack:
new java.lang.AssertionError
dup
aload 7
invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
athrow
end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 28 0 grammar Lcom/sun/xml/internal/bind/v2/runtime/JAXBContextImpl;
0 28 1 info Lcom/sun/xml/internal/bind/v2/model/runtime/RuntimePropertyInfo;
1 28 2 kind Lcom/sun/xml/internal/bind/v2/model/core/PropertyKind;
9 28 3 isCollection Z
10 28 4 isLeaf Z
15 28 5 c Ljava/lang/reflect/Constructor<+Lcom/sun/xml/internal/bind/v2/runtime/property/Property;>;
18 19 6 e Ljava/lang/InstantiationException;
20 21 6 e Ljava/lang/IllegalAccessException;
22 28 6 e Ljava/lang/reflect/InvocationTargetException;
23 28 7 t Ljava/lang/Throwable;
Exception table:
from to target type
15 16 17 Class java.lang.InstantiationException
15 16 19 Class java.lang.IllegalAccessException
15 16 21 Class java.lang.reflect.InvocationTargetException
MethodParameters:
Name Flags
grammar
info
static boolean isLeaf(com.sun.xml.internal.bind.v2.model.runtime.RuntimePropertyInfo);
descriptor: (Lcom/sun/xml/internal/bind/v2/model/runtime/RuntimePropertyInfo;)Z
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=3, args_size=1
start local 0 0: aload 0
invokeinterface com.sun.xml.internal.bind.v2.model.runtime.RuntimePropertyInfo.ref:()Ljava/util/Collection;
astore 1
start local 1 1: aload 1
invokeinterface java.util.Collection.size:()I
iconst_1
if_icmpeq 2
iconst_0
ireturn
2: StackMap locals: java.util.Collection
StackMap stack:
aload 1
invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast com.sun.xml.internal.bind.v2.model.runtime.RuntimeTypeInfo
astore 2
start local 2 3: aload 2
instanceof com.sun.xml.internal.bind.v2.model.runtime.RuntimeNonElement
ifne 4
iconst_0
ireturn
4: StackMap locals: com.sun.xml.internal.bind.v2.model.runtime.RuntimeTypeInfo
StackMap stack:
aload 0
invokeinterface com.sun.xml.internal.bind.v2.model.runtime.RuntimePropertyInfo.id:()Lcom/sun/xml/internal/bind/v2/model/core/ID;
getstatic com.sun.xml.internal.bind.v2.model.core.ID.IDREF:Lcom/sun/xml/internal/bind/v2/model/core/ID;
if_acmpne 6
5: iconst_1
ireturn
6: StackMap locals:
StackMap stack:
aload 2
checkcast com.sun.xml.internal.bind.v2.model.runtime.RuntimeNonElement
invokeinterface com.sun.xml.internal.bind.v2.model.runtime.RuntimeNonElement.getTransducer:()Lcom/sun/xml/internal/bind/v2/runtime/Transducer;
ifnonnull 8
7: iconst_0
ireturn
8: StackMap locals:
StackMap stack:
aload 0
invokeinterface com.sun.xml.internal.bind.v2.model.runtime.RuntimePropertyInfo.getIndividualType:()Ljava/lang/reflect/Type;
aload 2
invokeinterface com.sun.xml.internal.bind.v2.model.runtime.RuntimeTypeInfo.getType:()Ljava/lang/Object;
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifne 10
9: iconst_0
ireturn
10: StackMap locals:
StackMap stack:
iconst_1
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 info Lcom/sun/xml/internal/bind/v2/model/runtime/RuntimePropertyInfo;
1 11 1 types Ljava/util/Collection<+Lcom/sun/xml/internal/bind/v2/model/runtime/RuntimeTypeInfo;>;
3 11 2 rti Lcom/sun/xml/internal/bind/v2/model/runtime/RuntimeTypeInfo;
MethodParameters:
Name Flags
info
static int[] $SWITCH_TABLE$com$sun$xml$internal$bind$v2$model$core$PropertyKind();
descriptor: ()[I
flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
Code:
stack=3, locals=1, args_size=0
0: getstatic com.sun.xml.internal.bind.v2.runtime.property.PropertyFactory.$SWITCH_TABLE$com$sun$xml$internal$bind$v2$model$core$PropertyKind:[I
dup
ifnull 1
areturn
StackMap locals:
StackMap stack: int[]
1: pop
invokestatic com.sun.xml.internal.bind.v2.model.core.PropertyKind.values:()[Lcom/sun/xml/internal/bind/v2/model/core/PropertyKind;
arraylength
newarray 10
astore 0
2: aload 0
getstatic com.sun.xml.internal.bind.v2.model.core.PropertyKind.ATTRIBUTE:Lcom/sun/xml/internal/bind/v2/model/core/PropertyKind;
invokevirtual com.sun.xml.internal.bind.v2.model.core.PropertyKind.ordinal:()I
iconst_2
iastore
3: goto 5
StackMap locals: int[]
StackMap stack: java.lang.NoSuchFieldError
4: pop
StackMap locals:
StackMap stack:
5: aload 0
getstatic com.sun.xml.internal.bind.v2.model.core.PropertyKind.ELEMENT:Lcom/sun/xml/internal/bind/v2/model/core/PropertyKind;
invokevirtual com.sun.xml.internal.bind.v2.model.core.PropertyKind.ordinal:()I
iconst_3
iastore
6: goto 8
StackMap locals:
StackMap stack: java.lang.NoSuchFieldError
7: pop
StackMap locals:
StackMap stack:
8: aload 0
getstatic com.sun.xml.internal.bind.v2.model.core.PropertyKind.MAP:Lcom/sun/xml/internal/bind/v2/model/core/PropertyKind;
invokevirtual com.sun.xml.internal.bind.v2.model.core.PropertyKind.ordinal:()I
iconst_5
iastore
9: goto 11
StackMap locals:
StackMap stack: java.lang.NoSuchFieldError
10: pop
StackMap locals:
StackMap stack:
11: aload 0
getstatic com.sun.xml.internal.bind.v2.model.core.PropertyKind.REFERENCE:Lcom/sun/xml/internal/bind/v2/model/core/PropertyKind;
invokevirtual com.sun.xml.internal.bind.v2.model.core.PropertyKind.ordinal:()I
iconst_4
iastore
12: goto 14
StackMap locals:
StackMap stack: java.lang.NoSuchFieldError
13: pop
StackMap locals:
StackMap stack:
14: aload 0
getstatic com.sun.xml.internal.bind.v2.model.core.PropertyKind.VALUE:Lcom/sun/xml/internal/bind/v2/model/core/PropertyKind;
invokevirtual com.sun.xml.internal.bind.v2.model.core.PropertyKind.ordinal:()I
iconst_1
iastore
15: goto 17
StackMap locals:
StackMap stack: java.lang.NoSuchFieldError
16: pop
StackMap locals:
StackMap stack:
17: aload 0
dup
putstatic com.sun.xml.internal.bind.v2.runtime.property.PropertyFactory.$SWITCH_TABLE$com$sun$xml$internal$bind$v2$model$core$PropertyKind:[I
areturn
LocalVariableTable:
Start End Slot Name Signature
Exception table:
from to target type
2 3 4 Class java.lang.NoSuchFieldError
5 6 7 Class java.lang.NoSuchFieldError
8 9 10 Class java.lang.NoSuchFieldError
11 12 13 Class java.lang.NoSuchFieldError
14 15 16 Class java.lang.NoSuchFieldError
}
SourceFile: "PropertyFactory.java"