public class com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl implements com.sun.org.apache.xerces.internal.xs.XSAttributeUse
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl
super_class: java.lang.Object
{
public com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl fAttrDecl;
descriptor: Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeDecl;
flags: (0x0001) ACC_PUBLIC
public short fUse;
descriptor: S
flags: (0x0001) ACC_PUBLIC
public short fConstraintType;
descriptor: S
flags: (0x0001) ACC_PUBLIC
public com.sun.org.apache.xerces.internal.impl.dv.ValidatedInfo fDefault;
descriptor: Lcom/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo;
flags: (0x0001) ACC_PUBLIC
public com.sun.org.apache.xerces.internal.xs.XSObjectList fAnnotations;
descriptor: Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
flags: (0x0001) ACC_PUBLIC
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aconst_null
putfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl.fAttrDecl:Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeDecl;
2: aload 0
iconst_0
putfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl.fUse:S
3: aload 0
iconst_0
putfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl.fConstraintType:S
4: aload 0
aconst_null
putfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl.fDefault:Lcom/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo;
5: aload 0
aconst_null
putfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl.fAnnotations:Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
6: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeUseImpl;
public void reset();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
aconst_null
putfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl.fDefault:Lcom/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo;
1: aload 0
aconst_null
putfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl.fAttrDecl:Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeDecl;
2: aload 0
iconst_0
putfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl.fUse:S
3: aload 0
iconst_0
putfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl.fConstraintType:S
4: aload 0
aconst_null
putfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl.fAnnotations:Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
5: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeUseImpl;
public short getType();
descriptor: ()S
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_4
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeUseImpl;
public java.lang.String getName();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aconst_null
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeUseImpl;
public java.lang.String getNamespace();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aconst_null
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeUseImpl;
public boolean getRequired();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl.fUse:S
iconst_1
if_icmpne 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeUseImpl;
public com.sun.org.apache.xerces.internal.xs.XSAttributeDeclaration getAttrDeclaration();
descriptor: ()Lcom/sun/org/apache/xerces/internal/xs/XSAttributeDeclaration;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl.fAttrDecl:Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeDecl;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeUseImpl;
public short getConstraintType();
descriptor: ()S
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl.fConstraintType:S
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeUseImpl;
public java.lang.String getConstraintValue();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl.getConstraintType:()S
ifne 2
1: aconst_null
goto 3
2: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl.fDefault:Lcom/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo;
invokevirtual com.sun.org.apache.xerces.internal.impl.dv.ValidatedInfo.stringValue:()Ljava/lang/String;
3: StackMap locals:
StackMap stack: java.lang.String
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeUseImpl;
RuntimeVisibleAnnotations:
java.lang.Deprecated()
public com.sun.org.apache.xerces.internal.xs.XSNamespaceItem getNamespaceItem();
descriptor: ()Lcom/sun/org/apache/xerces/internal/xs/XSNamespaceItem;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aconst_null
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeUseImpl;
public java.lang.Object getActualVC();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl.getConstraintType:()S
ifne 2
1: aconst_null
goto 3
2: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl.fDefault:Lcom/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo;
getfield com.sun.org.apache.xerces.internal.impl.dv.ValidatedInfo.actualValue:Ljava/lang/Object;
3: StackMap locals:
StackMap stack: java.lang.Object
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeUseImpl;
RuntimeVisibleAnnotations:
java.lang.Deprecated()
public short getActualVCType();
descriptor: ()S
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl.getConstraintType:()S
ifne 2
1: bipush 45
goto 3
2: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl.fDefault:Lcom/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo;
getfield com.sun.org.apache.xerces.internal.impl.dv.ValidatedInfo.actualValueType:S
3: StackMap locals:
StackMap stack: int
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeUseImpl;
RuntimeVisibleAnnotations:
java.lang.Deprecated()
public com.sun.org.apache.xerces.internal.xs.ShortList getItemValueTypes();
descriptor: ()Lcom/sun/org/apache/xerces/internal/xs/ShortList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl.getConstraintType:()S
ifne 2
1: aconst_null
goto 3
2: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl.fDefault:Lcom/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo;
getfield com.sun.org.apache.xerces.internal.impl.dv.ValidatedInfo.itemValueTypes:Lcom/sun/org/apache/xerces/internal/xs/ShortList;
3: StackMap locals:
StackMap stack: com.sun.org.apache.xerces.internal.xs.ShortList
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeUseImpl;
RuntimeVisibleAnnotations:
java.lang.Deprecated()
public com.sun.org.apache.xerces.internal.xs.XSValue getValueConstraintValue();
descriptor: ()Lcom/sun/org/apache/xerces/internal/xs/XSValue;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl.fDefault:Lcom/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeUseImpl;
public com.sun.org.apache.xerces.internal.xs.XSObjectList getAnnotations();
descriptor: ()Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl.fAnnotations:Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
ifnull 1
aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl.fAnnotations:Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
goto 2
StackMap locals:
StackMap stack:
1: getstatic com.sun.org.apache.xerces.internal.impl.xs.util.XSObjectListImpl.EMPTY_LIST:Lcom/sun/org/apache/xerces/internal/impl/xs/util/XSObjectListImpl;
StackMap locals:
StackMap stack: com.sun.org.apache.xerces.internal.xs.XSObjectList
2: areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeUseImpl;
}
SourceFile: "XSAttributeUseImpl.java"