public interface com.sun.xml.internal.xsom.impl.scd.SCDParserConstants
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: com.sun.xml.internal.xsom.impl.scd.SCDParserConstants
super_class: java.lang.Object
{
public static final int EOF;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 0
public static final int Letter;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 6
public static final int BaseChar;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 7
public static final int Ideographic;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 8
public static final int CombiningChar;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 9
public static final int UnicodeDigit;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 10
public static final int Extender;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 11
public static final int NCNAME;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 12
public static final int NUMBER;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 13
public static final int FACETNAME;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 14
public static final int DEFAULT;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 0
public static final java.util.List<java.lang.String> tokenImage;
descriptor: Ljava/util/List;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
Signature: Ljava/util/List<Ljava/lang/String;>;
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=4, locals=0, args_size=0
0: bipush 47
anewarray java.lang.String
dup
iconst_0
1: ldc "<EOF>"
aastore
dup
iconst_1
2: ldc "\" \""
aastore
dup
iconst_2
3: ldc "\"\\t\""
aastore
dup
iconst_3
4: ldc "\"\\n\""
aastore
dup
iconst_4
5: ldc "\"\\r\""
aastore
dup
iconst_5
6: ldc "\"\\f\""
aastore
dup
bipush 6
7: ldc "<Letter>"
aastore
dup
bipush 7
8: ldc "<BaseChar>"
aastore
dup
bipush 8
9: ldc "<Ideographic>"
aastore
dup
bipush 9
10: ldc "<CombiningChar>"
aastore
dup
bipush 10
11: ldc "<UnicodeDigit>"
aastore
dup
bipush 11
12: ldc "<Extender>"
aastore
dup
bipush 12
13: ldc "<NCNAME>"
aastore
dup
bipush 13
14: ldc "<NUMBER>"
aastore
dup
bipush 14
15: ldc "<FACETNAME>"
aastore
dup
bipush 15
16: ldc "\":\""
aastore
dup
bipush 16
17: ldc "\"/\""
aastore
dup
bipush 17
18: ldc "\"//\""
aastore
dup
bipush 18
19: ldc "\"attribute::\""
aastore
dup
bipush 19
20: ldc "\"@\""
aastore
dup
bipush 20
21: ldc "\"element::\""
aastore
dup
bipush 21
22: ldc "\"substitutionGroup::\""
aastore
dup
bipush 22
23: ldc "\"type::\""
aastore
dup
bipush 23
24: ldc "\"~\""
aastore
dup
bipush 24
25: ldc "\"baseType::\""
aastore
dup
bipush 25
26: ldc "\"primitiveType::\""
aastore
dup
bipush 26
27: ldc "\"itemType::\""
aastore
dup
bipush 27
28: ldc "\"memberType::\""
aastore
dup
bipush 28
29: ldc "\"scope::\""
aastore
dup
bipush 29
30: ldc "\"attributeGroup::\""
aastore
dup
bipush 30
31: ldc "\"group::\""
aastore
dup
bipush 31
32: ldc "\"identityContraint::\""
aastore
dup
bipush 32
33: ldc "\"key::\""
aastore
dup
bipush 33
34: ldc "\"notation::\""
aastore
dup
bipush 34
35: ldc "\"model::sequence\""
aastore
dup
bipush 35
36: ldc "\"model::choice\""
aastore
dup
bipush 36
37: ldc "\"model::all\""
aastore
dup
bipush 37
38: ldc "\"model::*\""
aastore
dup
bipush 38
39: ldc "\"any::*\""
aastore
dup
bipush 39
40: ldc "\"anyAttribute::*\""
aastore
dup
bipush 40
41: ldc "\"facet::*\""
aastore
dup
bipush 41
42: ldc "\"facet::\""
aastore
dup
bipush 42
43: ldc "\"component::*\""
aastore
dup
bipush 43
44: ldc "\"x-schema::\""
aastore
dup
bipush 44
45: ldc "\"x-schema::*\""
aastore
dup
bipush 45
46: ldc "\"*\""
aastore
dup
bipush 46
47: ldc "\"0\""
aastore
48: invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
putstatic com.sun.xml.internal.xsom.impl.scd.SCDParserConstants.tokenImage:Ljava/util/List;
49: return
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "SCDParserConstants.java"