public abstract class com.sun.xml.internal.rngom.binary.BinaryPattern extends com.sun.xml.internal.rngom.binary.Pattern
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: com.sun.xml.internal.rngom.binary.BinaryPattern
super_class: com.sun.xml.internal.rngom.binary.Pattern
{
protected final com.sun.xml.internal.rngom.binary.Pattern p1;
descriptor: Lcom/sun/xml/internal/rngom/binary/Pattern;
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
protected final com.sun.xml.internal.rngom.binary.Pattern p2;
descriptor: Lcom/sun/xml/internal/rngom/binary/Pattern;
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
void <init>(boolean, int, com.sun.xml.internal.rngom.binary.Pattern, com.sun.xml.internal.rngom.binary.Pattern);
descriptor: (ZILcom/sun/xml/internal/rngom/binary/Pattern;Lcom/sun/xml/internal/rngom/binary/Pattern;)V
flags: (0x0000)
Code:
stack=4, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
iload 1
aload 3
invokevirtual com.sun.xml.internal.rngom.binary.Pattern.getContentType:()I
aload 4
invokevirtual com.sun.xml.internal.rngom.binary.Pattern.getContentType:()I
invokestatic java.lang.Math.max:(II)I
iload 2
invokespecial com.sun.xml.internal.rngom.binary.Pattern.<init>:(ZII)V
1: aload 0
aload 3
putfield com.sun.xml.internal.rngom.binary.BinaryPattern.p1:Lcom/sun/xml/internal/rngom/binary/Pattern;
2: aload 0
aload 4
putfield com.sun.xml.internal.rngom.binary.BinaryPattern.p2:Lcom/sun/xml/internal/rngom/binary/Pattern;
3: return
end local 4 end local 3 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/BinaryPattern;
0 4 1 nullable Z
0 4 2 hc I
0 4 3 p1 Lcom/sun/xml/internal/rngom/binary/Pattern;
0 4 4 p2 Lcom/sun/xml/internal/rngom/binary/Pattern;
MethodParameters:
Name Flags
nullable
hc
p1
p2
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.BinaryPattern.p1:Lcom/sun/xml/internal/rngom/binary/Pattern;
iload 1
invokevirtual com.sun.xml.internal.rngom.binary.Pattern.checkRecursion:(I)V
1: aload 0
getfield com.sun.xml.internal.rngom.binary.BinaryPattern.p2:Lcom/sun/xml/internal/rngom/binary/Pattern;
iload 1
invokevirtual com.sun.xml.internal.rngom.binary.Pattern.checkRecursion:(I)V
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/xml/internal/rngom/binary/BinaryPattern;
0 3 1 depth I
Exceptions:
throws org.xml.sax.SAXException
MethodParameters:
Name Flags
depth
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=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield com.sun.xml.internal.rngom.binary.BinaryPattern.p1:Lcom/sun/xml/internal/rngom/binary/Pattern;
iload 1
aload 2
aload 3
invokevirtual com.sun.xml.internal.rngom.binary.Pattern.checkRestrictions:(ILcom/sun/xml/internal/rngom/binary/DuplicateAttributeDetector;Lcom/sun/xml/internal/rngom/binary/Alphabet;)V
1: aload 0
getfield com.sun.xml.internal.rngom.binary.BinaryPattern.p2:Lcom/sun/xml/internal/rngom/binary/Pattern;
iload 1
aload 2
aload 3
invokevirtual com.sun.xml.internal.rngom.binary.Pattern.checkRestrictions:(ILcom/sun/xml/internal/rngom/binary/DuplicateAttributeDetector;Lcom/sun/xml/internal/rngom/binary/Alphabet;)V
2: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/xml/internal/rngom/binary/BinaryPattern;
0 3 1 context I
0 3 2 dad Lcom/sun/xml/internal/rngom/binary/DuplicateAttributeDetector;
0 3 3 alpha Lcom/sun/xml/internal/rngom/binary/Alphabet;
Exceptions:
throws com.sun.xml.internal.rngom.binary.RestrictionViolationException
MethodParameters:
Name Flags
context
dad
alpha
boolean samePattern(com.sun.xml.internal.rngom.binary.Pattern);
descriptor: (Lcom/sun/xml/internal/rngom/binary/Pattern;)Z
flags: (0x0000)
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
aload 1
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
if_acmpeq 2
1: iconst_0
ireturn
2: StackMap locals:
StackMap stack:
aload 1
checkcast com.sun.xml.internal.rngom.binary.BinaryPattern
astore 2
start local 2 3: aload 0
getfield com.sun.xml.internal.rngom.binary.BinaryPattern.p1:Lcom/sun/xml/internal/rngom/binary/Pattern;
aload 2
getfield com.sun.xml.internal.rngom.binary.BinaryPattern.p1:Lcom/sun/xml/internal/rngom/binary/Pattern;
if_acmpne 4
aload 0
getfield com.sun.xml.internal.rngom.binary.BinaryPattern.p2:Lcom/sun/xml/internal/rngom/binary/Pattern;
aload 2
getfield com.sun.xml.internal.rngom.binary.BinaryPattern.p2:Lcom/sun/xml/internal/rngom/binary/Pattern;
if_acmpne 4
iconst_1
ireturn
StackMap locals: com.sun.xml.internal.rngom.binary.BinaryPattern
StackMap stack:
4: iconst_0
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/sun/xml/internal/rngom/binary/BinaryPattern;
0 5 1 other Lcom/sun/xml/internal/rngom/binary/Pattern;
3 5 2 b Lcom/sun/xml/internal/rngom/binary/BinaryPattern;
MethodParameters:
Name Flags
other
public final com.sun.xml.internal.rngom.binary.Pattern getOperand1();
descriptor: ()Lcom/sun/xml/internal/rngom/binary/Pattern;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.xml.internal.rngom.binary.BinaryPattern.p1: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/BinaryPattern;
public final com.sun.xml.internal.rngom.binary.Pattern getOperand2();
descriptor: ()Lcom/sun/xml/internal/rngom/binary/Pattern;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.xml.internal.rngom.binary.BinaryPattern.p2: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/BinaryPattern;
public final void fillChildren(java.util.Collection);
descriptor: (Ljava/util/Collection;)V
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 0
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
aload 0
getfield com.sun.xml.internal.rngom.binary.BinaryPattern.p1:Lcom/sun/xml/internal/rngom/binary/Pattern;
aload 1
invokevirtual com.sun.xml.internal.rngom.binary.BinaryPattern.fillChildren:(Ljava/lang/Class;Lcom/sun/xml/internal/rngom/binary/Pattern;Ljava/util/Collection;)V
1: aload 0
aload 0
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
aload 0
getfield com.sun.xml.internal.rngom.binary.BinaryPattern.p2:Lcom/sun/xml/internal/rngom/binary/Pattern;
aload 1
invokevirtual com.sun.xml.internal.rngom.binary.BinaryPattern.fillChildren:(Ljava/lang/Class;Lcom/sun/xml/internal/rngom/binary/Pattern;Ljava/util/Collection;)V
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/xml/internal/rngom/binary/BinaryPattern;
0 3 1 col Ljava/util/Collection;
MethodParameters:
Name Flags
col
public final com.sun.xml.internal.rngom.binary.Pattern[] getChildren();
descriptor: ()[Lcom/sun/xml/internal/rngom/binary/Pattern;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=2, locals=2, args_size=1
start local 0 0: new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
astore 1
start local 1 1: aload 0
aload 1
invokevirtual com.sun.xml.internal.rngom.binary.BinaryPattern.fillChildren:(Ljava/util/Collection;)V
2: aload 1
aload 1
invokeinterface java.util.List.size:()I
anewarray com.sun.xml.internal.rngom.binary.Pattern
invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
checkcast com.sun.xml.internal.rngom.binary.Pattern[]
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/xml/internal/rngom/binary/BinaryPattern;
1 3 1 lst Ljava/util/List;
private void fillChildren(java.lang.Class, com.sun.xml.internal.rngom.binary.Pattern, java.util.Collection);
descriptor: (Ljava/lang/Class;Lcom/sun/xml/internal/rngom/binary/Pattern;Ljava/util/Collection;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 2
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
aload 1
if_acmpne 5
1: aload 2
checkcast com.sun.xml.internal.rngom.binary.BinaryPattern
astore 4
start local 4 2: aload 4
aload 1
aload 4
getfield com.sun.xml.internal.rngom.binary.BinaryPattern.p1:Lcom/sun/xml/internal/rngom/binary/Pattern;
aload 3
invokevirtual com.sun.xml.internal.rngom.binary.BinaryPattern.fillChildren:(Ljava/lang/Class;Lcom/sun/xml/internal/rngom/binary/Pattern;Ljava/util/Collection;)V
3: aload 4
aload 1
aload 4
getfield com.sun.xml.internal.rngom.binary.BinaryPattern.p2:Lcom/sun/xml/internal/rngom/binary/Pattern;
aload 3
invokevirtual com.sun.xml.internal.rngom.binary.BinaryPattern.fillChildren:(Ljava/lang/Class;Lcom/sun/xml/internal/rngom/binary/Pattern;Ljava/util/Collection;)V
end local 4 4: goto 6
5: StackMap locals:
StackMap stack:
aload 3
aload 2
invokeinterface java.util.Collection.add:(Ljava/lang/Object;)Z
pop
6: StackMap locals:
StackMap stack:
return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/sun/xml/internal/rngom/binary/BinaryPattern;
0 7 1 c Ljava/lang/Class;
0 7 2 p Lcom/sun/xml/internal/rngom/binary/Pattern;
0 7 3 col Ljava/util/Collection;
2 4 4 bp Lcom/sun/xml/internal/rngom/binary/BinaryPattern;
MethodParameters:
Name Flags
c
p
col
}
SourceFile: "BinaryPattern.java"