class com.sun.org.apache.xpath.internal.patterns.UnionPattern$UnionPathPartOwner implements com.sun.org.apache.xpath.internal.ExpressionOwner
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.org.apache.xpath.internal.patterns.UnionPattern$UnionPathPartOwner
  super_class: java.lang.Object
{
  int m_index;
    descriptor: I
    flags: (0x0000) 

  final com.sun.org.apache.xpath.internal.patterns.UnionPattern this$0;
    descriptor: Lcom/sun/org/apache/xpath/internal/patterns/UnionPattern;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.sun.org.apache.xpath.internal.patterns.UnionPattern, int);
    descriptor: (Lcom/sun/org/apache/xpath/internal/patterns/UnionPattern;I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xpath.internal.patterns.UnionPattern$UnionPathPartOwner this
        start local 2 // int index
         0: .line 152
            aload 0 /* this */
            aload 1
            putfield com.sun.org.apache.xpath.internal.patterns.UnionPattern$UnionPathPartOwner.this$0:Lcom/sun/org/apache/xpath/internal/patterns/UnionPattern;
         1: .line 151
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         2: .line 153
            aload 0 /* this */
            iload 2 /* index */
            putfield com.sun.org.apache.xpath.internal.patterns.UnionPattern$UnionPathPartOwner.m_index:I
         3: .line 154
            return
        end local 2 // int index
        end local 0 // com.sun.org.apache.xpath.internal.patterns.UnionPattern$UnionPathPartOwner this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/sun/org/apache/xpath/internal/patterns/UnionPattern$UnionPathPartOwner;
            0    4     2  index  I
    MethodParameters:
        Name  Flags
      this$0  final
      index   

  public com.sun.org.apache.xpath.internal.Expression getExpression();
    descriptor: ()Lcom/sun/org/apache/xpath/internal/Expression;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xpath.internal.patterns.UnionPattern$UnionPathPartOwner this
         0: .line 161
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.patterns.UnionPattern$UnionPathPartOwner.this$0:Lcom/sun/org/apache/xpath/internal/patterns/UnionPattern;
            getfield com.sun.org.apache.xpath.internal.patterns.UnionPattern.m_patterns:[Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.patterns.UnionPattern$UnionPathPartOwner.m_index:I
            aaload
            areturn
        end local 0 // com.sun.org.apache.xpath.internal.patterns.UnionPattern$UnionPathPartOwner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xpath/internal/patterns/UnionPattern$UnionPathPartOwner;

  public void setExpression(com.sun.org.apache.xpath.internal.Expression);
    descriptor: (Lcom/sun/org/apache/xpath/internal/Expression;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xpath.internal.patterns.UnionPattern$UnionPathPartOwner this
        start local 1 // com.sun.org.apache.xpath.internal.Expression exp
         0: .line 170
            aload 1 /* exp */
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.patterns.UnionPattern$UnionPathPartOwner.this$0:Lcom/sun/org/apache/xpath/internal/patterns/UnionPattern;
            invokevirtual com.sun.org.apache.xpath.internal.Expression.exprSetParent:(Lcom/sun/org/apache/xpath/internal/ExpressionNode;)V
         1: .line 171
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.patterns.UnionPattern$UnionPathPartOwner.this$0:Lcom/sun/org/apache/xpath/internal/patterns/UnionPattern;
            getfield com.sun.org.apache.xpath.internal.patterns.UnionPattern.m_patterns:[Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.patterns.UnionPattern$UnionPathPartOwner.m_index:I
            aload 1 /* exp */
            checkcast com.sun.org.apache.xpath.internal.patterns.StepPattern
            aastore
         2: .line 172
            return
        end local 1 // com.sun.org.apache.xpath.internal.Expression exp
        end local 0 // com.sun.org.apache.xpath.internal.patterns.UnionPattern$UnionPathPartOwner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/org/apache/xpath/internal/patterns/UnionPattern$UnionPathPartOwner;
            0    3     1   exp  Lcom/sun/org/apache/xpath/internal/Expression;
    MethodParameters:
      Name  Flags
      exp   
}
SourceFile: "UnionPattern.java"
NestHost: com.sun.org.apache.xpath.internal.patterns.UnionPattern
InnerClasses:
  UnionPathPartOwner = com.sun.org.apache.xpath.internal.patterns.UnionPattern$UnionPathPartOwner of com.sun.org.apache.xpath.internal.patterns.UnionPattern