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

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

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

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

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