class org.apache.xpath.patterns.FunctionPattern$FunctionOwner implements org.apache.xpath.ExpressionOwner
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.xpath.patterns.FunctionPattern$FunctionOwner
  super_class: java.lang.Object
{
  final org.apache.xpath.patterns.FunctionPattern this$0;
    descriptor: Lorg/apache/xpath/patterns/FunctionPattern;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.apache.xpath.patterns.FunctionPattern);
    descriptor: (Lorg/apache/xpath/patterns/FunctionPattern;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.xpath.patterns.FunctionPattern$FunctionOwner this
         0: .line 218
            aload 0 /* this */
            aload 1
            putfield org.apache.xpath.patterns.FunctionPattern$FunctionOwner.this$0:Lorg/apache/xpath/patterns/FunctionPattern;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.apache.xpath.patterns.FunctionPattern$FunctionOwner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xpath/patterns/FunctionPattern$FunctionOwner;
    MethodParameters:
        Name  Flags
      this$0  final

  public org.apache.xpath.Expression getExpression();
    descriptor: ()Lorg/apache/xpath/Expression;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xpath.patterns.FunctionPattern$FunctionOwner this
         0: .line 225
            aload 0 /* this */
            getfield org.apache.xpath.patterns.FunctionPattern$FunctionOwner.this$0:Lorg/apache/xpath/patterns/FunctionPattern;
            getfield org.apache.xpath.patterns.FunctionPattern.m_functionExpr:Lorg/apache/xpath/Expression;
            areturn
        end local 0 // org.apache.xpath.patterns.FunctionPattern$FunctionOwner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xpath/patterns/FunctionPattern$FunctionOwner;

  public void setExpression(org.apache.xpath.Expression);
    descriptor: (Lorg/apache/xpath/Expression;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.xpath.patterns.FunctionPattern$FunctionOwner this
        start local 1 // org.apache.xpath.Expression exp
         0: .line 234
            aload 1 /* exp */
            aload 0 /* this */
            getfield org.apache.xpath.patterns.FunctionPattern$FunctionOwner.this$0:Lorg/apache/xpath/patterns/FunctionPattern;
            invokevirtual org.apache.xpath.Expression.exprSetParent:(Lorg/apache/xpath/ExpressionNode;)V
         1: .line 235
            aload 0 /* this */
            getfield org.apache.xpath.patterns.FunctionPattern$FunctionOwner.this$0:Lorg/apache/xpath/patterns/FunctionPattern;
            aload 1 /* exp */
            putfield org.apache.xpath.patterns.FunctionPattern.m_functionExpr:Lorg/apache/xpath/Expression;
         2: .line 236
            return
        end local 1 // org.apache.xpath.Expression exp
        end local 0 // org.apache.xpath.patterns.FunctionPattern$FunctionOwner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/xpath/patterns/FunctionPattern$FunctionOwner;
            0    3     1   exp  Lorg/apache/xpath/Expression;
    MethodParameters:
      Name  Flags
      exp   
}
SourceFile: "FunctionPattern.java"
NestHost: org.apache.xpath.patterns.FunctionPattern
InnerClasses:
  FunctionOwner = org.apache.xpath.patterns.FunctionPattern$FunctionOwner of org.apache.xpath.patterns.FunctionPattern