public class org.apache.xpath.functions.FuncExtFunction extends org.apache.xpath.functions.Function
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.xpath.functions.FuncExtFunction
  super_class: org.apache.xpath.functions.Function
{
  static final long serialVersionUID;
    descriptor: J
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 5196115554693708718

  java.lang.String m_namespace;
    descriptor: Ljava/lang/String;
    flags: (0x0000) 

  java.lang.String m_extensionName;
    descriptor: Ljava/lang/String;
    flags: (0x0000) 

  java.lang.Object m_methodKey;
    descriptor: Ljava/lang/Object;
    flags: (0x0000) 

  java.util.Vector m_argVec;
    descriptor: Ljava/util/Vector;
    flags: (0x0000) 

  public void fixupVariables(java.util.Vector, int);
    descriptor: (Ljava/util/Vector;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // org.apache.xpath.functions.FuncExtFunction this
        start local 1 // java.util.Vector vars
        start local 2 // int globalsSize
         0: .line 88
            aload 0 /* this */
            getfield org.apache.xpath.functions.FuncExtFunction.m_argVec:Ljava/util/Vector;
            ifnull 8
         1: .line 90
            aload 0 /* this */
            getfield org.apache.xpath.functions.FuncExtFunction.m_argVec:Ljava/util/Vector;
            invokevirtual java.util.Vector.size:()I
            istore 3 /* nArgs */
        start local 3 // int nArgs
         2: .line 92
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         3: goto 7
         4: .line 94
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xpath.functions.FuncExtFunction.m_argVec:Ljava/util/Vector;
            iload 4 /* i */
            invokevirtual java.util.Vector.elementAt:(I)Ljava/lang/Object;
            checkcast org.apache.xpath.Expression
            astore 5 /* arg */
        start local 5 // org.apache.xpath.Expression arg
         5: .line 96
            aload 5 /* arg */
            aload 1 /* vars */
            iload 2 /* globalsSize */
            invokevirtual org.apache.xpath.Expression.fixupVariables:(Ljava/util/Vector;I)V
        end local 5 // org.apache.xpath.Expression arg
         6: .line 92
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 4 /* i */
            iload 3 /* nArgs */
            if_icmplt 4
        end local 4 // int i
        end local 3 // int nArgs
         8: .line 99
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int globalsSize
        end local 1 // java.util.Vector vars
        end local 0 // org.apache.xpath.functions.FuncExtFunction this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    9     0         this  Lorg/apache/xpath/functions/FuncExtFunction;
            0    9     1         vars  Ljava/util/Vector;
            0    9     2  globalsSize  I
            2    8     3        nArgs  I
            3    8     4            i  I
            5    6     5          arg  Lorg/apache/xpath/Expression;
    MethodParameters:
             Name  Flags
      vars         
      globalsSize  

  public java.lang.String getNamespace();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xpath.functions.FuncExtFunction this
         0: .line 108
            aload 0 /* this */
            getfield org.apache.xpath.functions.FuncExtFunction.m_namespace:Ljava/lang/String;
            areturn
        end local 0 // org.apache.xpath.functions.FuncExtFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xpath/functions/FuncExtFunction;

  public java.lang.String getFunctionName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xpath.functions.FuncExtFunction this
         0: .line 118
            aload 0 /* this */
            getfield org.apache.xpath.functions.FuncExtFunction.m_extensionName:Ljava/lang/String;
            areturn
        end local 0 // org.apache.xpath.functions.FuncExtFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xpath/functions/FuncExtFunction;

  public java.lang.Object getMethodKey();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xpath.functions.FuncExtFunction this
         0: .line 128
            aload 0 /* this */
            getfield org.apache.xpath.functions.FuncExtFunction.m_methodKey:Ljava/lang/Object;
            areturn
        end local 0 // org.apache.xpath.functions.FuncExtFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xpath/functions/FuncExtFunction;

  public org.apache.xpath.Expression getArg(int);
    descriptor: (I)Lorg/apache/xpath/Expression;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.xpath.functions.FuncExtFunction this
        start local 1 // int n
         0: .line 138
            iload 1 /* n */
            iflt 2
            iload 1 /* n */
            aload 0 /* this */
            getfield org.apache.xpath.functions.FuncExtFunction.m_argVec:Ljava/util/Vector;
            invokevirtual java.util.Vector.size:()I
            if_icmpge 2
         1: .line 139
            aload 0 /* this */
            getfield org.apache.xpath.functions.FuncExtFunction.m_argVec:Ljava/util/Vector;
            iload 1 /* n */
            invokevirtual java.util.Vector.elementAt:(I)Ljava/lang/Object;
            checkcast org.apache.xpath.Expression
            areturn
         2: .line 141
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // int n
        end local 0 // org.apache.xpath.functions.FuncExtFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/xpath/functions/FuncExtFunction;
            0    3     1     n  I
    MethodParameters:
      Name  Flags
      n     

  public int getArgCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xpath.functions.FuncExtFunction this
         0: .line 151
            aload 0 /* this */
            getfield org.apache.xpath.functions.FuncExtFunction.m_argVec:Ljava/util/Vector;
            invokevirtual java.util.Vector.size:()I
            ireturn
        end local 0 // org.apache.xpath.functions.FuncExtFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xpath/functions/FuncExtFunction;

  public void <init>(java.lang.String, java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.apache.xpath.functions.FuncExtFunction this
        start local 1 // java.lang.String namespace
        start local 2 // java.lang.String extensionName
        start local 3 // java.lang.Object methodKey
         0: .line 165
            aload 0 /* this */
            invokespecial org.apache.xpath.functions.Function.<init>:()V
         1: .line 72
            aload 0 /* this */
            new java.util.Vector
            dup
            invokespecial java.util.Vector.<init>:()V
            putfield org.apache.xpath.functions.FuncExtFunction.m_argVec:Ljava/util/Vector;
         2: .line 169
            aload 0 /* this */
            aload 1 /* namespace */
            putfield org.apache.xpath.functions.FuncExtFunction.m_namespace:Ljava/lang/String;
         3: .line 170
            aload 0 /* this */
            aload 2 /* extensionName */
            putfield org.apache.xpath.functions.FuncExtFunction.m_extensionName:Ljava/lang/String;
         4: .line 171
            aload 0 /* this */
            aload 3 /* methodKey */
            putfield org.apache.xpath.functions.FuncExtFunction.m_methodKey:Ljava/lang/Object;
         5: .line 172
            return
        end local 3 // java.lang.Object methodKey
        end local 2 // java.lang.String extensionName
        end local 1 // java.lang.String namespace
        end local 0 // org.apache.xpath.functions.FuncExtFunction this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    6     0           this  Lorg/apache/xpath/functions/FuncExtFunction;
            0    6     1      namespace  Ljava/lang/String;
            0    6     2  extensionName  Ljava/lang/String;
            0    6     3      methodKey  Ljava/lang/Object;
    MethodParameters:
               Name  Flags
      namespace      
      extensionName  
      methodKey      

  public org.apache.xpath.objects.XObject execute(org.apache.xpath.XPathContext);
    descriptor: (Lorg/apache/xpath/XPathContext;)Lorg/apache/xpath/objects/XObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=8, args_size=2
        start local 0 // org.apache.xpath.functions.FuncExtFunction this
        start local 1 // org.apache.xpath.XPathContext xctxt
         0: .line 185
            aload 1 /* xctxt */
            invokevirtual org.apache.xpath.XPathContext.isSecureProcessing:()Z
            ifeq 6
         1: .line 186
            new javax.xml.transform.TransformerException
            dup
         2: .line 188
            ldc "ER_EXTENSION_FUNCTION_CANNOT_BE_INVOKED"
         3: .line 189
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            invokevirtual org.apache.xpath.functions.FuncExtFunction.toString:()Ljava/lang/String;
            aastore
         4: .line 187
            invokestatic org.apache.xpath.res.XPATHMessages.createXPATHMessage:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
         5: .line 186
            invokespecial javax.xml.transform.TransformerException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 192
      StackMap locals:
      StackMap stack:
            new java.util.Vector
            dup
            invokespecial java.util.Vector.<init>:()V
            astore 3 /* argVec */
        start local 3 // java.util.Vector argVec
         7: .line 193
            aload 0 /* this */
            getfield org.apache.xpath.functions.FuncExtFunction.m_argVec:Ljava/util/Vector;
            invokevirtual java.util.Vector.size:()I
            istore 4 /* nArgs */
        start local 4 // int nArgs
         8: .line 195
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         9: goto 15
        10: .line 197
      StackMap locals: org.apache.xpath.functions.FuncExtFunction org.apache.xpath.XPathContext top java.util.Vector int int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xpath.functions.FuncExtFunction.m_argVec:Ljava/util/Vector;
            iload 5 /* i */
            invokevirtual java.util.Vector.elementAt:(I)Ljava/lang/Object;
            checkcast org.apache.xpath.Expression
            astore 6 /* arg */
        start local 6 // org.apache.xpath.Expression arg
        11: .line 199
            aload 6 /* arg */
            aload 1 /* xctxt */
            invokevirtual org.apache.xpath.Expression.execute:(Lorg/apache/xpath/XPathContext;)Lorg/apache/xpath/objects/XObject;
            astore 7 /* xobj */
        start local 7 // org.apache.xpath.objects.XObject xobj
        12: .line 203
            aload 7 /* xobj */
            iconst_0
            invokevirtual org.apache.xpath.objects.XObject.allowDetachToRelease:(Z)V
        13: .line 204
            aload 3 /* argVec */
            aload 7 /* xobj */
            invokevirtual java.util.Vector.addElement:(Ljava/lang/Object;)V
        end local 7 // org.apache.xpath.objects.XObject xobj
        end local 6 // org.apache.xpath.Expression arg
        14: .line 195
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        15: iload 5 /* i */
            iload 4 /* nArgs */
            if_icmplt 10
        end local 5 // int i
        16: .line 207
            aload 1 /* xctxt */
            invokevirtual org.apache.xpath.XPathContext.getOwnerObject:()Ljava/lang/Object;
            checkcast org.apache.xpath.ExtensionsProvider
            astore 5 /* extProvider */
        start local 5 // org.apache.xpath.ExtensionsProvider extProvider
        17: .line 208
            aload 5 /* extProvider */
            aload 0 /* this */
            aload 3 /* argVec */
            invokeinterface org.apache.xpath.ExtensionsProvider.extFunction:(Lorg/apache/xpath/functions/FuncExtFunction;Ljava/util/Vector;)Ljava/lang/Object;
            astore 6 /* val */
        start local 6 // java.lang.Object val
        18: .line 210
            aload 6 /* val */
            ifnull 21
        19: .line 212
            aload 6 /* val */
            aload 1 /* xctxt */
            invokestatic org.apache.xpath.objects.XObject.create:(Ljava/lang/Object;Lorg/apache/xpath/XPathContext;)Lorg/apache/xpath/objects/XObject;
            astore 2 /* result */
        start local 2 // org.apache.xpath.objects.XObject result
        20: .line 213
            goto 22
        end local 2 // org.apache.xpath.objects.XObject result
        21: .line 216
      StackMap locals: org.apache.xpath.functions.FuncExtFunction org.apache.xpath.XPathContext top java.util.Vector int org.apache.xpath.ExtensionsProvider java.lang.Object
      StackMap stack:
            new org.apache.xpath.objects.XNull
            dup
            invokespecial org.apache.xpath.objects.XNull.<init>:()V
            astore 2 /* result */
        start local 2 // org.apache.xpath.objects.XObject result
        22: .line 219
      StackMap locals: org.apache.xpath.functions.FuncExtFunction org.apache.xpath.XPathContext org.apache.xpath.objects.XObject java.util.Vector int org.apache.xpath.ExtensionsProvider java.lang.Object
      StackMap stack:
            aload 2 /* result */
            areturn
        end local 6 // java.lang.Object val
        end local 5 // org.apache.xpath.ExtensionsProvider extProvider
        end local 4 // int nArgs
        end local 3 // java.util.Vector argVec
        end local 2 // org.apache.xpath.objects.XObject result
        end local 1 // org.apache.xpath.XPathContext xctxt
        end local 0 // org.apache.xpath.functions.FuncExtFunction this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   23     0         this  Lorg/apache/xpath/functions/FuncExtFunction;
            0   23     1        xctxt  Lorg/apache/xpath/XPathContext;
           20   21     2       result  Lorg/apache/xpath/objects/XObject;
           22   23     2       result  Lorg/apache/xpath/objects/XObject;
            7   23     3       argVec  Ljava/util/Vector;
            8   23     4        nArgs  I
            9   16     5            i  I
           11   14     6          arg  Lorg/apache/xpath/Expression;
           12   14     7         xobj  Lorg/apache/xpath/objects/XObject;
           17   23     5  extProvider  Lorg/apache/xpath/ExtensionsProvider;
           18   23     6          val  Ljava/lang/Object;
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
       Name  Flags
      xctxt  

  public void setArg(org.apache.xpath.Expression, int);
    descriptor: (Lorg/apache/xpath/Expression;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.xpath.functions.FuncExtFunction this
        start local 1 // org.apache.xpath.Expression arg
        start local 2 // int argNum
         0: .line 235
            aload 0 /* this */
            getfield org.apache.xpath.functions.FuncExtFunction.m_argVec:Ljava/util/Vector;
            aload 1 /* arg */
            invokevirtual java.util.Vector.addElement:(Ljava/lang/Object;)V
         1: .line 236
            aload 1 /* arg */
            aload 0 /* this */
            invokevirtual org.apache.xpath.Expression.exprSetParent:(Lorg/apache/xpath/ExpressionNode;)V
         2: .line 237
            return
        end local 2 // int argNum
        end local 1 // org.apache.xpath.Expression arg
        end local 0 // org.apache.xpath.functions.FuncExtFunction this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/apache/xpath/functions/FuncExtFunction;
            0    3     1     arg  Lorg/apache/xpath/Expression;
            0    3     2  argNum  I
    Exceptions:
      throws org.apache.xpath.functions.WrongNumberArgsException
    MethodParameters:
        Name  Flags
      arg     
      argNum  

  public void checkNumberArgs(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.apache.xpath.functions.FuncExtFunction this
        start local 1 // int argNum
         0: .line 247
            return
        end local 1 // int argNum
        end local 0 // org.apache.xpath.functions.FuncExtFunction this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/apache/xpath/functions/FuncExtFunction;
            0    1     1  argNum  I
    Exceptions:
      throws org.apache.xpath.functions.WrongNumberArgsException
    MethodParameters:
        Name  Flags
      argNum  

  public void callArgVisitors(org.apache.xpath.XPathVisitor);
    descriptor: (Lorg/apache/xpath/XPathVisitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // org.apache.xpath.functions.FuncExtFunction this
        start local 1 // org.apache.xpath.XPathVisitor visitor
         0: .line 285
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         1: goto 5
         2: .line 287
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xpath.functions.FuncExtFunction.m_argVec:Ljava/util/Vector;
            iload 2 /* i */
            invokevirtual java.util.Vector.elementAt:(I)Ljava/lang/Object;
            checkcast org.apache.xpath.Expression
            astore 3 /* exp */
        start local 3 // org.apache.xpath.Expression exp
         3: .line 288
            aload 3 /* exp */
            new org.apache.xpath.functions.FuncExtFunction$ArgExtOwner
            dup
            aload 0 /* this */
            aload 3 /* exp */
            invokespecial org.apache.xpath.functions.FuncExtFunction$ArgExtOwner.<init>:(Lorg/apache/xpath/functions/FuncExtFunction;Lorg/apache/xpath/Expression;)V
            aload 1 /* visitor */
            invokevirtual org.apache.xpath.Expression.callVisitors:(Lorg/apache/xpath/ExpressionOwner;Lorg/apache/xpath/XPathVisitor;)V
        end local 3 // org.apache.xpath.Expression exp
         4: .line 285
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            aload 0 /* this */
            getfield org.apache.xpath.functions.FuncExtFunction.m_argVec:Ljava/util/Vector;
            invokevirtual java.util.Vector.size:()I
            if_icmplt 2
        end local 2 // int i
         6: .line 291
            return
        end local 1 // org.apache.xpath.XPathVisitor visitor
        end local 0 // org.apache.xpath.functions.FuncExtFunction this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lorg/apache/xpath/functions/FuncExtFunction;
            0    7     1  visitor  Lorg/apache/xpath/XPathVisitor;
            1    6     2        i  I
            3    4     3      exp  Lorg/apache/xpath/Expression;
    MethodParameters:
         Name  Flags
      visitor  

  public void exprSetParent(org.apache.xpath.ExpressionNode);
    descriptor: (Lorg/apache/xpath/ExpressionNode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.apache.xpath.functions.FuncExtFunction this
        start local 1 // org.apache.xpath.ExpressionNode n
         0: .line 303
            aload 0 /* this */
            aload 1 /* n */
            invokespecial org.apache.xpath.functions.Function.exprSetParent:(Lorg/apache/xpath/ExpressionNode;)V
         1: .line 305
            aload 0 /* this */
            getfield org.apache.xpath.functions.FuncExtFunction.m_argVec:Ljava/util/Vector;
            invokevirtual java.util.Vector.size:()I
            istore 2 /* nArgs */
        start local 2 // int nArgs
         2: .line 307
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 7
         4: .line 309
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xpath.functions.FuncExtFunction.m_argVec:Ljava/util/Vector;
            iload 3 /* i */
            invokevirtual java.util.Vector.elementAt:(I)Ljava/lang/Object;
            checkcast org.apache.xpath.Expression
            astore 4 /* arg */
        start local 4 // org.apache.xpath.Expression arg
         5: .line 311
            aload 4 /* arg */
            aload 1 /* n */
            invokevirtual org.apache.xpath.Expression.exprSetParent:(Lorg/apache/xpath/ExpressionNode;)V
        end local 4 // org.apache.xpath.Expression arg
         6: .line 307
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 3 /* i */
            iload 2 /* nArgs */
            if_icmplt 4
        end local 3 // int i
         8: .line 313
            return
        end local 2 // int nArgs
        end local 1 // org.apache.xpath.ExpressionNode n
        end local 0 // org.apache.xpath.functions.FuncExtFunction this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lorg/apache/xpath/functions/FuncExtFunction;
            0    9     1      n  Lorg/apache/xpath/ExpressionNode;
            2    9     2  nArgs  I
            3    8     3      i  I
            5    6     4    arg  Lorg/apache/xpath/Expression;
    MethodParameters:
      Name  Flags
      n     

  protected void reportWrongNumberArgs();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // org.apache.xpath.functions.FuncExtFunction this
         0: .line 324
            ldc "ER_INCORRECT_PROGRAMMER_ASSERTION"
         1: .line 325
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "Programmer's assertion:  the method FunctionMultiArgs.reportWrongNumberArgs() should never be called."
            aastore
         2: .line 323
            invokestatic org.apache.xalan.res.XSLMessages.createXPATHMessage:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            astore 1 /* fMsg */
        start local 1 // java.lang.String fMsg
         3: .line 327
            new java.lang.RuntimeException
            dup
            aload 1 /* fMsg */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // java.lang.String fMsg
        end local 0 // org.apache.xpath.functions.FuncExtFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/xpath/functions/FuncExtFunction;
            3    4     1  fMsg  Ljava/lang/String;
    Exceptions:
      throws org.apache.xpath.functions.WrongNumberArgsException

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.xpath.functions.FuncExtFunction this
         0: .line 335
            aload 0 /* this */
            getfield org.apache.xpath.functions.FuncExtFunction.m_namespace:Ljava/lang/String;
            ifnull 2
            aload 0 /* this */
            getfield org.apache.xpath.functions.FuncExtFunction.m_namespace:Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            ifle 2
         1: .line 336
            new java.lang.StringBuilder
            dup
            ldc "{"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.apache.xpath.functions.FuncExtFunction.m_namespace:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "}"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.apache.xpath.functions.FuncExtFunction.m_extensionName:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
         2: .line 338
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xpath.functions.FuncExtFunction.m_extensionName:Ljava/lang/String;
            areturn
        end local 0 // org.apache.xpath.functions.FuncExtFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/xpath/functions/FuncExtFunction;
}
SourceFile: "FuncExtFunction.java"
NestMembers:
  org.apache.xpath.functions.FuncExtFunction$ArgExtOwner
InnerClasses:
  ArgExtOwner = org.apache.xpath.functions.FuncExtFunction$ArgExtOwner of org.apache.xpath.functions.FuncExtFunction