public class com.sun.xml.internal.rngom.binary.DataExceptPattern extends com.sun.xml.internal.rngom.binary.DataPattern
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.sun.xml.internal.rngom.binary.DataExceptPattern
super_class: com.sun.xml.internal.rngom.binary.DataPattern
{
private com.sun.xml.internal.rngom.binary.Pattern except;
descriptor: Lcom/sun/xml/internal/rngom/binary/Pattern;
flags: (0x0002) ACC_PRIVATE
private org.xml.sax.Locator loc;
descriptor: Lorg/xml/sax/Locator;
flags: (0x0002) ACC_PRIVATE
void <init>(com.sun.xml.internal.org.relaxng.datatype.Datatype, com.sun.xml.internal.rngom.binary.Pattern, org.xml.sax.Locator);
descriptor: (Lcom/sun/xml/internal/org/relaxng/datatype/Datatype;Lcom/sun/xml/internal/rngom/binary/Pattern;Lorg/xml/sax/Locator;)V
flags: (0x0000)
Code:
stack=2, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
invokespecial com.sun.xml.internal.rngom.binary.DataPattern.<init>:(Lcom/sun/xml/internal/org/relaxng/datatype/Datatype;)V
1: aload 0
aload 2
putfield com.sun.xml.internal.rngom.binary.DataExceptPattern.except:Lcom/sun/xml/internal/rngom/binary/Pattern;
2: aload 0
aload 3
putfield com.sun.xml.internal.rngom.binary.DataExceptPattern.loc:Lorg/xml/sax/Locator;
3: return
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/DataExceptPattern;
0 4 1 dt Lcom/sun/xml/internal/org/relaxng/datatype/Datatype;
0 4 2 except Lcom/sun/xml/internal/rngom/binary/Pattern;
0 4 3 loc Lorg/xml/sax/Locator;
MethodParameters:
Name Flags
dt
except
loc
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 0
aload 1
invokespecial com.sun.xml.internal.rngom.binary.DataPattern.samePattern:(Lcom/sun/xml/internal/rngom/binary/Pattern;)Z
ifne 2
1: iconst_0
ireturn
2: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.xml.internal.rngom.binary.DataExceptPattern.except:Lcom/sun/xml/internal/rngom/binary/Pattern;
aload 1
checkcast com.sun.xml.internal.rngom.binary.DataExceptPattern
getfield com.sun.xml.internal.rngom.binary.DataExceptPattern.except:Lcom/sun/xml/internal/rngom/binary/Pattern;
invokevirtual com.sun.xml.internal.rngom.binary.Pattern.samePattern:(Lcom/sun/xml/internal/rngom/binary/Pattern;)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/xml/internal/rngom/binary/DataExceptPattern;
0 3 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=3, locals=2, args_size=2
start local 0 start local 1 0: aload 1
aload 0
invokevirtual com.sun.xml.internal.rngom.binary.DataExceptPattern.getDatatype:()Lcom/sun/xml/internal/org/relaxng/datatype/Datatype;
aload 0
getfield com.sun.xml.internal.rngom.binary.DataExceptPattern.except:Lcom/sun/xml/internal/rngom/binary/Pattern;
invokeinterface com.sun.xml.internal.rngom.binary.visitor.PatternVisitor.visitDataExcept:(Lcom/sun/xml/internal/org/relaxng/datatype/Datatype;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/DataExceptPattern;
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.caseDataExcept:(Lcom/sun/xml/internal/rngom/binary/DataExceptPattern;)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/DataExceptPattern;
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: aload 0
iload 1
aload 2
aload 3
invokespecial com.sun.xml.internal.rngom.binary.DataPattern.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.DataExceptPattern.except:Lcom/sun/xml/internal/rngom/binary/Pattern;
bipush 7
aconst_null
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
2: goto 6
3: StackMap locals:
StackMap stack: com.sun.xml.internal.rngom.binary.RestrictionViolationException
astore 4
start local 4 4: aload 4
aload 0
getfield com.sun.xml.internal.rngom.binary.DataExceptPattern.loc:Lorg/xml/sax/Locator;
invokevirtual com.sun.xml.internal.rngom.binary.RestrictionViolationException.maybeSetLocator:(Lorg/xml/sax/Locator;)V
5: aload 4
athrow
end local 4 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/DataExceptPattern;
0 7 1 context I
0 7 2 dad Lcom/sun/xml/internal/rngom/binary/DuplicateAttributeDetector;
0 7 3 alpha Lcom/sun/xml/internal/rngom/binary/Alphabet;
4 6 4 e Lcom/sun/xml/internal/rngom/binary/RestrictionViolationException;
Exception table:
from to target type
1 2 3 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 getExcept();
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.DataExceptPattern.except: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/DataExceptPattern;
}
SourceFile: "DataExceptPattern.java"