public class com.sun.xml.internal.rngom.binary.ListPattern extends com.sun.xml.internal.rngom.binary.Pattern
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.sun.xml.internal.rngom.binary.ListPattern
super_class: com.sun.xml.internal.rngom.binary.Pattern
{
com.sun.xml.internal.rngom.binary.Pattern p;
descriptor: Lcom/sun/xml/internal/rngom/binary/Pattern;
flags: (0x0000)
org.xml.sax.Locator locator;
descriptor: Lorg/xml/sax/Locator;
flags: (0x0000)
void <init>(com.sun.xml.internal.rngom.binary.Pattern, org.xml.sax.Locator);
descriptor: (Lcom/sun/xml/internal/rngom/binary/Pattern;Lorg/xml/sax/Locator;)V
flags: (0x0000)
Code:
stack=5, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
iconst_0
1: iconst_3
2: bipush 37
aload 1
invokevirtual java.lang.Object.hashCode:()I
invokestatic com.sun.xml.internal.rngom.binary.ListPattern.combineHashCode:(II)I
invokespecial com.sun.xml.internal.rngom.binary.Pattern.<init>:(ZII)V
3: aload 0
aload 1
putfield com.sun.xml.internal.rngom.binary.ListPattern.p:Lcom/sun/xml/internal/rngom/binary/Pattern;
4: aload 0
aload 2
putfield com.sun.xml.internal.rngom.binary.ListPattern.locator:Lorg/xml/sax/Locator;
5: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/sun/xml/internal/rngom/binary/ListPattern;
0 6 1 p Lcom/sun/xml/internal/rngom/binary/Pattern;
0 6 2 locator Lorg/xml/sax/Locator;
MethodParameters:
Name Flags
p
locator
com.sun.xml.internal.rngom.binary.Pattern expand(com.sun.xml.internal.rngom.binary.SchemaPatternBuilder);
descriptor: (Lcom/sun/xml/internal/rngom/binary/SchemaPatternBuilder;)Lcom/sun/xml/internal/rngom/binary/Pattern;
flags: (0x0000)
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield com.sun.xml.internal.rngom.binary.ListPattern.p:Lcom/sun/xml/internal/rngom/binary/Pattern;
aload 1
invokevirtual com.sun.xml.internal.rngom.binary.Pattern.expand:(Lcom/sun/xml/internal/rngom/binary/SchemaPatternBuilder;)Lcom/sun/xml/internal/rngom/binary/Pattern;
astore 2
start local 2 1: aload 2
aload 0
getfield com.sun.xml.internal.rngom.binary.ListPattern.p:Lcom/sun/xml/internal/rngom/binary/Pattern;
if_acmpeq 3
2: aload 1
aload 2
aload 0
getfield com.sun.xml.internal.rngom.binary.ListPattern.locator:Lorg/xml/sax/Locator;
invokevirtual com.sun.xml.internal.rngom.binary.SchemaPatternBuilder.makeList:(Lcom/sun/xml/internal/rngom/binary/Pattern;Lorg/xml/sax/Locator;)Lcom/sun/xml/internal/rngom/binary/Pattern;
areturn
3: StackMap locals: com.sun.xml.internal.rngom.binary.Pattern
StackMap stack:
aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/sun/xml/internal/rngom/binary/ListPattern;
0 4 1 b Lcom/sun/xml/internal/rngom/binary/SchemaPatternBuilder;
1 4 2 ep Lcom/sun/xml/internal/rngom/binary/Pattern;
MethodParameters:
Name Flags
b
void checkRecursion(int);
descriptor: (I)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.sun.xml.internal.rngom.binary.ListPattern.p:Lcom/sun/xml/internal/rngom/binary/Pattern;
iload 1
invokevirtual com.sun.xml.internal.rngom.binary.Pattern.checkRecursion:(I)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/xml/internal/rngom/binary/ListPattern;
0 2 1 depth I
Exceptions:
throws org.xml.sax.SAXException
MethodParameters:
Name Flags
depth
boolean samePattern(com.sun.xml.internal.rngom.binary.Pattern);
descriptor: (Lcom/sun/xml/internal/rngom/binary/Pattern;)Z
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 1
instanceof com.sun.xml.internal.rngom.binary.ListPattern
ifeq 3
1: aload 0
getfield com.sun.xml.internal.rngom.binary.ListPattern.p:Lcom/sun/xml/internal/rngom/binary/Pattern;
aload 1
checkcast com.sun.xml.internal.rngom.binary.ListPattern
getfield com.sun.xml.internal.rngom.binary.ListPattern.p:Lcom/sun/xml/internal/rngom/binary/Pattern;
if_acmpne 3
2: iconst_1
ireturn
StackMap locals:
StackMap stack:
3: iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/sun/xml/internal/rngom/binary/ListPattern;
0 4 1 other Lcom/sun/xml/internal/rngom/binary/Pattern;
MethodParameters:
Name Flags
other
public void accept(com.sun.xml.internal.rngom.binary.visitor.PatternVisitor);
descriptor: (Lcom/sun/xml/internal/rngom/binary/visitor/PatternVisitor;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 1
aload 0
getfield com.sun.xml.internal.rngom.binary.ListPattern.p:Lcom/sun/xml/internal/rngom/binary/Pattern;
invokeinterface com.sun.xml.internal.rngom.binary.visitor.PatternVisitor.visitList:(Lcom/sun/xml/internal/rngom/binary/Pattern;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/xml/internal/rngom/binary/ListPattern;
0 2 1 visitor Lcom/sun/xml/internal/rngom/binary/visitor/PatternVisitor;
MethodParameters:
Name Flags
visitor
public java.lang.Object apply(com.sun.xml.internal.rngom.binary.visitor.PatternFunction);
descriptor: (Lcom/sun/xml/internal/rngom/binary/visitor/PatternFunction;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 1
aload 0
invokeinterface com.sun.xml.internal.rngom.binary.visitor.PatternFunction.caseList:(Lcom/sun/xml/internal/rngom/binary/ListPattern;)Ljava/lang/Object;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/xml/internal/rngom/binary/ListPattern;
0 1 1 f Lcom/sun/xml/internal/rngom/binary/visitor/PatternFunction;
MethodParameters:
Name Flags
f
void checkRestrictions(int, com.sun.xml.internal.rngom.binary.DuplicateAttributeDetector, com.sun.xml.internal.rngom.binary.Alphabet);
descriptor: (ILcom/sun/xml/internal/rngom/binary/DuplicateAttributeDetector;Lcom/sun/xml/internal/rngom/binary/Alphabet;)V
flags: (0x0000)
Code:
stack=4, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: iload 1
lookupswitch { // 3
0: 2
6: 3
7: 1
default: 4
}
1: StackMap locals:
StackMap stack:
new com.sun.xml.internal.rngom.binary.RestrictionViolationException
dup
ldc "data_except_contains_list"
invokespecial com.sun.xml.internal.rngom.binary.RestrictionViolationException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
new com.sun.xml.internal.rngom.binary.RestrictionViolationException
dup
ldc "start_contains_list"
invokespecial com.sun.xml.internal.rngom.binary.RestrictionViolationException.<init>:(Ljava/lang/String;)V
athrow
3: StackMap locals:
StackMap stack:
new com.sun.xml.internal.rngom.binary.RestrictionViolationException
dup
ldc "list_contains_list"
invokespecial com.sun.xml.internal.rngom.binary.RestrictionViolationException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.xml.internal.rngom.binary.ListPattern.p:Lcom/sun/xml/internal/rngom/binary/Pattern;
bipush 6
aload 2
aconst_null
invokevirtual com.sun.xml.internal.rngom.binary.Pattern.checkRestrictions:(ILcom/sun/xml/internal/rngom/binary/DuplicateAttributeDetector;Lcom/sun/xml/internal/rngom/binary/Alphabet;)V
5: goto 9
6: StackMap locals:
StackMap stack: com.sun.xml.internal.rngom.binary.RestrictionViolationException
astore 4
start local 4 7: aload 4
aload 0
getfield com.sun.xml.internal.rngom.binary.ListPattern.locator:Lorg/xml/sax/Locator;
invokevirtual com.sun.xml.internal.rngom.binary.RestrictionViolationException.maybeSetLocator:(Lorg/xml/sax/Locator;)V
8: aload 4
athrow
end local 4 9: StackMap locals:
StackMap stack:
return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lcom/sun/xml/internal/rngom/binary/ListPattern;
0 10 1 context I
0 10 2 dad Lcom/sun/xml/internal/rngom/binary/DuplicateAttributeDetector;
0 10 3 alpha Lcom/sun/xml/internal/rngom/binary/Alphabet;
7 9 4 e Lcom/sun/xml/internal/rngom/binary/RestrictionViolationException;
Exception table:
from to target type
4 5 6 Class com.sun.xml.internal.rngom.binary.RestrictionViolationException
Exceptions:
throws com.sun.xml.internal.rngom.binary.RestrictionViolationException
MethodParameters:
Name Flags
context
dad
alpha
com.sun.xml.internal.rngom.binary.Pattern getOperand();
descriptor: ()Lcom/sun/xml/internal/rngom/binary/Pattern;
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.xml.internal.rngom.binary.ListPattern.p:Lcom/sun/xml/internal/rngom/binary/Pattern;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/xml/internal/rngom/binary/ListPattern;
}
SourceFile: "ListPattern.java"