public class com.ctc.wstx.dtd.TokenContentSpec extends com.ctc.wstx.dtd.ContentSpec
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.ctc.wstx.dtd.TokenContentSpec
super_class: com.ctc.wstx.dtd.ContentSpec
{
static final com.ctc.wstx.dtd.TokenContentSpec sDummy;
descriptor: Lcom/ctc/wstx/dtd/TokenContentSpec;
flags: (0x0018) ACC_STATIC, ACC_FINAL
final com.ctc.wstx.util.PrefixedName mElemName;
descriptor: Lcom/ctc/wstx/util/PrefixedName;
flags: (0x0010) ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=7, locals=0, args_size=0
0: new com.ctc.wstx.dtd.TokenContentSpec
dup
1: bipush 32
new com.ctc.wstx.util.PrefixedName
dup
ldc "*"
ldc "*"
invokespecial com.ctc.wstx.util.PrefixedName.<init>:(Ljava/lang/String;Ljava/lang/String;)V
2: invokespecial com.ctc.wstx.dtd.TokenContentSpec.<init>:(CLcom/ctc/wstx/util/PrefixedName;)V
putstatic com.ctc.wstx.dtd.TokenContentSpec.sDummy:Lcom/ctc/wstx/dtd/TokenContentSpec;
3: return
LocalVariableTable:
Start End Slot Name Signature
public void <init>(char, com.ctc.wstx.util.PrefixedName);
descriptor: (CLcom/ctc/wstx/util/PrefixedName;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
iload 1
invokespecial com.ctc.wstx.dtd.ContentSpec.<init>:(C)V
1: aload 0
aload 2
putfield com.ctc.wstx.dtd.TokenContentSpec.mElemName:Lcom/ctc/wstx/util/PrefixedName;
2: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/ctc/wstx/dtd/TokenContentSpec;
0 3 1 arity C
0 3 2 elemName Lcom/ctc/wstx/util/PrefixedName;
MethodParameters:
Name Flags
arity
elemName
public static com.ctc.wstx.dtd.TokenContentSpec construct(char, com.ctc.wstx.util.PrefixedName);
descriptor: (CLcom/ctc/wstx/util/PrefixedName;)Lcom/ctc/wstx/dtd/TokenContentSpec;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: new com.ctc.wstx.dtd.TokenContentSpec
dup
iload 0
aload 1
invokespecial com.ctc.wstx.dtd.TokenContentSpec.<init>:(CLcom/ctc/wstx/util/PrefixedName;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 arity C
0 1 1 elemName Lcom/ctc/wstx/util/PrefixedName;
MethodParameters:
Name Flags
arity
elemName
public static com.ctc.wstx.dtd.TokenContentSpec getDummySpec();
descriptor: ()Lcom/ctc/wstx/dtd/TokenContentSpec;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: getstatic com.ctc.wstx.dtd.TokenContentSpec.sDummy:Lcom/ctc/wstx/dtd/TokenContentSpec;
areturn
LocalVariableTable:
Start End Slot Name Signature
public boolean isLeaf();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield com.ctc.wstx.dtd.TokenContentSpec.mArity:C
bipush 32
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/ctc/wstx/dtd/TokenContentSpec;
public com.ctc.wstx.util.PrefixedName getName();
descriptor: ()Lcom/ctc/wstx/util/PrefixedName;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.ctc.wstx.dtd.TokenContentSpec.mElemName:Lcom/ctc/wstx/util/PrefixedName;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/ctc/wstx/dtd/TokenContentSpec;
public com.ctc.wstx.dtd.StructValidator getSimpleValidator();
descriptor: ()Lcom/ctc/wstx/dtd/StructValidator;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: new com.ctc.wstx.dtd.TokenContentSpec$Validator
dup
aload 0
getfield com.ctc.wstx.dtd.TokenContentSpec.mArity:C
aload 0
getfield com.ctc.wstx.dtd.TokenContentSpec.mElemName:Lcom/ctc/wstx/util/PrefixedName;
invokespecial com.ctc.wstx.dtd.TokenContentSpec$Validator.<init>:(CLcom/ctc/wstx/util/PrefixedName;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/ctc/wstx/dtd/TokenContentSpec;
public com.ctc.wstx.dtd.ModelNode rewrite();
descriptor: ()Lcom/ctc/wstx/dtd/ModelNode;
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=2, args_size=1
start local 0 0: new com.ctc.wstx.dtd.TokenModel
dup
aload 0
getfield com.ctc.wstx.dtd.TokenContentSpec.mElemName:Lcom/ctc/wstx/util/PrefixedName;
invokespecial com.ctc.wstx.dtd.TokenModel.<init>:(Lcom/ctc/wstx/util/PrefixedName;)V
astore 1
start local 1 1: aload 0
getfield com.ctc.wstx.dtd.TokenContentSpec.mArity:C
bipush 42
if_icmpne 3
2: new com.ctc.wstx.dtd.StarModel
dup
aload 1
invokespecial com.ctc.wstx.dtd.StarModel.<init>:(Lcom/ctc/wstx/dtd/ModelNode;)V
areturn
3: StackMap locals: com.ctc.wstx.dtd.TokenModel
StackMap stack:
aload 0
getfield com.ctc.wstx.dtd.TokenContentSpec.mArity:C
bipush 63
if_icmpne 5
4: new com.ctc.wstx.dtd.OptionalModel
dup
aload 1
invokespecial com.ctc.wstx.dtd.OptionalModel.<init>:(Lcom/ctc/wstx/dtd/ModelNode;)V
areturn
5: StackMap locals:
StackMap stack:
aload 0
getfield com.ctc.wstx.dtd.TokenContentSpec.mArity:C
bipush 43
if_icmpne 9
6: new com.ctc.wstx.dtd.ConcatModel
dup
aload 1
7: new com.ctc.wstx.dtd.StarModel
dup
new com.ctc.wstx.dtd.TokenModel
dup
aload 0
getfield com.ctc.wstx.dtd.TokenContentSpec.mElemName:Lcom/ctc/wstx/util/PrefixedName;
invokespecial com.ctc.wstx.dtd.TokenModel.<init>:(Lcom/ctc/wstx/util/PrefixedName;)V
invokespecial com.ctc.wstx.dtd.StarModel.<init>:(Lcom/ctc/wstx/dtd/ModelNode;)V
8: invokespecial com.ctc.wstx.dtd.ConcatModel.<init>:(Lcom/ctc/wstx/dtd/ModelNode;Lcom/ctc/wstx/dtd/ModelNode;)V
areturn
9: StackMap locals:
StackMap stack:
aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lcom/ctc/wstx/dtd/TokenContentSpec;
1 10 1 model Lcom/ctc/wstx/dtd/TokenModel;
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
getfield com.ctc.wstx.dtd.TokenContentSpec.mArity:C
bipush 32
if_icmpne 1
aload 0
getfield com.ctc.wstx.dtd.TokenContentSpec.mElemName:Lcom/ctc/wstx/util/PrefixedName;
invokevirtual com.ctc.wstx.util.PrefixedName.toString:()Ljava/lang/String;
goto 2
1: StackMap locals:
StackMap stack:
new java.lang.StringBuilder
dup
aload 0
getfield com.ctc.wstx.dtd.TokenContentSpec.mElemName:Lcom/ctc/wstx/util/PrefixedName;
invokevirtual com.ctc.wstx.util.PrefixedName.toString:()Ljava/lang/String;
invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
getfield com.ctc.wstx.dtd.TokenContentSpec.mArity:C
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
2: StackMap locals:
StackMap stack: java.lang.String
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/ctc/wstx/dtd/TokenContentSpec;
}
SourceFile: "TokenContentSpec.java"
NestMembers:
com.ctc.wstx.dtd.TokenContentSpec$Validator
InnerClasses:
final Validator = com.ctc.wstx.dtd.TokenContentSpec$Validator of com.ctc.wstx.dtd.TokenContentSpec