public class com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XPathMatcherStack
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XPathMatcherStack
  super_class: java.lang.Object
{
  protected com.sun.org.apache.xerces.internal.impl.xs.identity.XPathMatcher[] fMatchers;
    descriptor: [Lcom/sun/org/apache/xerces/internal/impl/xs/identity/XPathMatcher;
    flags: (0x0004) ACC_PROTECTED

  protected int fMatchersCount;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected com.sun.org.apache.xerces.internal.util.IntStack fContextStack;
    descriptor: Lcom/sun/org/apache/xerces/internal/util/IntStack;
    flags: (0x0004) ACC_PROTECTED

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XPathMatcherStack this
         0: .line 3634
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 3622
            aload 0 /* this */
            iconst_4
            anewarray com.sun.org.apache.xerces.internal.impl.xs.identity.XPathMatcher
            putfield com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XPathMatcherStack.fMatchers:[Lcom/sun/org/apache/xerces/internal/impl/xs/identity/XPathMatcher;
         2: .line 3628
            aload 0 /* this */
            new com.sun.org.apache.xerces.internal.util.IntStack
            dup
            invokespecial com.sun.org.apache.xerces.internal.util.IntStack.<init>:()V
            putfield com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XPathMatcherStack.fContextStack:Lcom/sun/org/apache/xerces/internal/util/IntStack;
         3: .line 3635
            return
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XPathMatcherStack this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaValidator$XPathMatcherStack;

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XPathMatcherStack this
         0: .line 3643
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         1: goto 4
         2: .line 3644
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XPathMatcherStack.fMatchers:[Lcom/sun/org/apache/xerces/internal/impl/xs/identity/XPathMatcher;
            iload 1 /* i */
            aconst_null
            aastore
         3: .line 3643
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
         4: iload 1 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XPathMatcherStack.fMatchersCount:I
            if_icmplt 2
        end local 1 // int i
         5: .line 3646
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XPathMatcherStack.fMatchersCount:I
         6: .line 3647
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XPathMatcherStack.fContextStack:Lcom/sun/org/apache/xerces/internal/util/IntStack;
            invokevirtual com.sun.org.apache.xerces.internal.util.IntStack.clear:()V
         7: .line 3648
            return
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XPathMatcherStack this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaValidator$XPathMatcherStack;
            1    5     1     i  I

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XPathMatcherStack this
         0: .line 3652
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XPathMatcherStack.fContextStack:Lcom/sun/org/apache/xerces/internal/util/IntStack;
            invokevirtual com.sun.org.apache.xerces.internal.util.IntStack.size:()I
            ireturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XPathMatcherStack this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaValidator$XPathMatcherStack;

  public int getMatcherCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XPathMatcherStack this
         0: .line 3657
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XPathMatcherStack.fMatchersCount:I
            ireturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XPathMatcherStack this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaValidator$XPathMatcherStack;

  public void addMatcher(com.sun.org.apache.xerces.internal.impl.xs.identity.XPathMatcher);
    descriptor: (Lcom/sun/org/apache/xerces/internal/impl/xs/identity/XPathMatcher;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XPathMatcherStack this
        start local 1 // com.sun.org.apache.xerces.internal.impl.xs.identity.XPathMatcher matcher
         0: .line 3662
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XPathMatcherStack.ensureMatcherCapacity:()V
         1: .line 3663
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XPathMatcherStack.fMatchers:[Lcom/sun/org/apache/xerces/internal/impl/xs/identity/XPathMatcher;
            aload 0 /* this */
            dup
            getfield com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XPathMatcherStack.fMatchersCount:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XPathMatcherStack.fMatchersCount:I
            aload 1 /* matcher */
            aastore
         2: .line 3664
            return
        end local 1 // com.sun.org.apache.xerces.internal.impl.xs.identity.XPathMatcher matcher
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XPathMatcherStack this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaValidator$XPathMatcherStack;
            0    3     1  matcher  Lcom/sun/org/apache/xerces/internal/impl/xs/identity/XPathMatcher;
    MethodParameters:
         Name  Flags
      matcher  

  public com.sun.org.apache.xerces.internal.impl.xs.identity.XPathMatcher getMatcherAt(int);
    descriptor: (I)Lcom/sun/org/apache/xerces/internal/impl/xs/identity/XPathMatcher;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XPathMatcherStack this
        start local 1 // int index
         0: .line 3668
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XPathMatcherStack.fMatchers:[Lcom/sun/org/apache/xerces/internal/impl/xs/identity/XPathMatcher;
            iload 1 /* index */
            aaload
            areturn
        end local 1 // int index
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XPathMatcherStack this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaValidator$XPathMatcherStack;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public void pushContext();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XPathMatcherStack this
         0: .line 3673
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XPathMatcherStack.fContextStack:Lcom/sun/org/apache/xerces/internal/util/IntStack;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XPathMatcherStack.fMatchersCount:I
            invokevirtual com.sun.org.apache.xerces.internal.util.IntStack.push:(I)V
         1: .line 3674
            return
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XPathMatcherStack this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaValidator$XPathMatcherStack;

  public void popContext();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XPathMatcherStack this
         0: .line 3678
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XPathMatcherStack.fContextStack:Lcom/sun/org/apache/xerces/internal/util/IntStack;
            invokevirtual com.sun.org.apache.xerces.internal.util.IntStack.pop:()I
            putfield com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XPathMatcherStack.fMatchersCount:I
         1: .line 3679
            return
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XPathMatcherStack this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaValidator$XPathMatcherStack;

  private void ensureMatcherCapacity();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XPathMatcherStack this
         0: .line 3687
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XPathMatcherStack.fMatchersCount:I
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XPathMatcherStack.fMatchers:[Lcom/sun/org/apache/xerces/internal/impl/xs/identity/XPathMatcher;
            arraylength
            if_icmpne 4
         1: .line 3688
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XPathMatcherStack.fMatchers:[Lcom/sun/org/apache/xerces/internal/impl/xs/identity/XPathMatcher;
            arraylength
            iconst_2
            imul
            anewarray com.sun.org.apache.xerces.internal.impl.xs.identity.XPathMatcher
            astore 1 /* array */
        start local 1 // com.sun.org.apache.xerces.internal.impl.xs.identity.XPathMatcher[] array
         2: .line 3689
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XPathMatcherStack.fMatchers:[Lcom/sun/org/apache/xerces/internal/impl/xs/identity/XPathMatcher;
            iconst_0
            aload 1 /* array */
            iconst_0
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XPathMatcherStack.fMatchers:[Lcom/sun/org/apache/xerces/internal/impl/xs/identity/XPathMatcher;
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         3: .line 3690
            aload 0 /* this */
            aload 1 /* array */
            putfield com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XPathMatcherStack.fMatchers:[Lcom/sun/org/apache/xerces/internal/impl/xs/identity/XPathMatcher;
        end local 1 // com.sun.org.apache.xerces.internal.impl.xs.identity.XPathMatcher[] array
         4: .line 3692
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XPathMatcherStack this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaValidator$XPathMatcherStack;
            2    4     1  array  [Lcom/sun/org/apache/xerces/internal/impl/xs/identity/XPathMatcher;
}
SourceFile: "XMLSchemaValidator.java"
NestHost: com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator
InnerClasses:
  protected XPathMatcherStack = com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XPathMatcherStack of com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator