class org.apache.xpath.functions.FuncExtFunction$ArgExtOwner implements org.apache.xpath.ExpressionOwner
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.xpath.functions.FuncExtFunction$ArgExtOwner
  super_class: java.lang.Object
{
  org.apache.xpath.Expression m_exp;
    descriptor: Lorg/apache/xpath/Expression;
    flags: (0x0000) 

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

  void <init>(org.apache.xpath.functions.FuncExtFunction, org.apache.xpath.Expression);
    descriptor: (Lorg/apache/xpath/functions/FuncExtFunction;Lorg/apache/xpath/Expression;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.xpath.functions.FuncExtFunction$ArgExtOwner this
        start local 2 // org.apache.xpath.Expression exp
         0: .line 256
            aload 0 /* this */
            aload 1
            putfield org.apache.xpath.functions.FuncExtFunction$ArgExtOwner.this$0:Lorg/apache/xpath/functions/FuncExtFunction;
         1: .line 255
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         2: .line 257
            aload 0 /* this */
            aload 2 /* exp */
            putfield org.apache.xpath.functions.FuncExtFunction$ArgExtOwner.m_exp:Lorg/apache/xpath/Expression;
         3: .line 258
            return
        end local 2 // org.apache.xpath.Expression exp
        end local 0 // org.apache.xpath.functions.FuncExtFunction$ArgExtOwner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/xpath/functions/FuncExtFunction$ArgExtOwner;
            0    4     2   exp  Lorg/apache/xpath/Expression;
    MethodParameters:
        Name  Flags
      this$0  final
      exp     

  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.functions.FuncExtFunction$ArgExtOwner this
         0: .line 265
            aload 0 /* this */
            getfield org.apache.xpath.functions.FuncExtFunction$ArgExtOwner.m_exp:Lorg/apache/xpath/Expression;
            areturn
        end local 0 // org.apache.xpath.functions.FuncExtFunction$ArgExtOwner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xpath/functions/FuncExtFunction$ArgExtOwner;

  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.functions.FuncExtFunction$ArgExtOwner this
        start local 1 // org.apache.xpath.Expression exp
         0: .line 274
            aload 1 /* exp */
            aload 0 /* this */
            getfield org.apache.xpath.functions.FuncExtFunction$ArgExtOwner.this$0:Lorg/apache/xpath/functions/FuncExtFunction;
            invokevirtual org.apache.xpath.Expression.exprSetParent:(Lorg/apache/xpath/ExpressionNode;)V
         1: .line 275
            aload 0 /* this */
            aload 1 /* exp */
            putfield org.apache.xpath.functions.FuncExtFunction$ArgExtOwner.m_exp:Lorg/apache/xpath/Expression;
         2: .line 276
            return
        end local 1 // org.apache.xpath.Expression exp
        end local 0 // org.apache.xpath.functions.FuncExtFunction$ArgExtOwner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/xpath/functions/FuncExtFunction$ArgExtOwner;
            0    3     1   exp  Lorg/apache/xpath/Expression;
    MethodParameters:
      Name  Flags
      exp   
}
SourceFile: "FuncExtFunction.java"
NestHost: org.apache.xpath.functions.FuncExtFunction
InnerClasses:
  ArgExtOwner = org.apache.xpath.functions.FuncExtFunction$ArgExtOwner of org.apache.xpath.functions.FuncExtFunction