public class com.sun.org.apache.xpath.internal.functions.FuncExtFunction extends com.sun.org.apache.xpath.internal.functions.Function
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.org.apache.xpath.internal.functions.FuncExtFunction
  super_class: com.sun.org.apache.xpath.internal.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.List<com.sun.org.apache.xpath.internal.Expression> m_argVec;
    descriptor: Ljava/util/List;
    flags: (0x0000) 
    Signature: Ljava/util/List<Lcom/sun/org/apache/xpath/internal/Expression;>;

  public void fixupVariables(java.util.List<com.sun.org.apache.xml.internal.utils.QName>, );
    descriptor: (Ljava/util/List;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // com.sun.org.apache.xpath.internal.functions.FuncExtFunction this
        start local 1 // java.util.List vars
        start local 2 // int globalsSize
         0: .line 90
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.functions.FuncExtFunction.m_argVec:Ljava/util/List;
            ifnull 8
         1: .line 92
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.functions.FuncExtFunction.m_argVec:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            istore 3 /* nArgs */
        start local 3 // int nArgs
         2: .line 94
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         3: goto 7
         4: .line 96
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.functions.FuncExtFunction.m_argVec:Ljava/util/List;
            iload 4 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.sun.org.apache.xpath.internal.Expression
            astore 5 /* arg */
        start local 5 // com.sun.org.apache.xpath.internal.Expression arg
         5: .line 98
            aload 5 /* arg */
            aload 1 /* vars */
            iload 2 /* globalsSize */
            invokevirtual com.sun.org.apache.xpath.internal.Expression.fixupVariables:(Ljava/util/List;I)V
        end local 5 // com.sun.org.apache.xpath.internal.Expression arg
         6: .line 94
            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 101
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int globalsSize
        end local 1 // java.util.List vars
        end local 0 // com.sun.org.apache.xpath.internal.functions.FuncExtFunction this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    9     0         this  Lcom/sun/org/apache/xpath/internal/functions/FuncExtFunction;
            0    9     1         vars  Ljava/util/List<Lcom/sun/org/apache/xml/internal/utils/QName;>;
            0    9     2  globalsSize  I
            2    8     3        nArgs  I
            3    8     4            i  I
            5    6     5          arg  Lcom/sun/org/apache/xpath/internal/Expression;
    Signature: (Ljava/util/List<Lcom/sun/org/apache/xml/internal/utils/QName;>;I)V
    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 // com.sun.org.apache.xpath.internal.functions.FuncExtFunction this
         0: .line 110
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.functions.FuncExtFunction.m_namespace:Ljava/lang/String;
            areturn
        end local 0 // com.sun.org.apache.xpath.internal.functions.FuncExtFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xpath/internal/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 // com.sun.org.apache.xpath.internal.functions.FuncExtFunction this
         0: .line 120
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.functions.FuncExtFunction.m_extensionName:Ljava/lang/String;
            areturn
        end local 0 // com.sun.org.apache.xpath.internal.functions.FuncExtFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xpath/internal/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 // com.sun.org.apache.xpath.internal.functions.FuncExtFunction this
         0: .line 130
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.functions.FuncExtFunction.m_methodKey:Ljava/lang/Object;
            areturn
        end local 0 // com.sun.org.apache.xpath.internal.functions.FuncExtFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xpath/internal/functions/FuncExtFunction;

  public com.sun.org.apache.xpath.internal.Expression getArg(int);
    descriptor: (I)Lcom/sun/org/apache/xpath/internal/Expression;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xpath.internal.functions.FuncExtFunction this
        start local 1 // int n
         0: .line 140
            iload 1 /* n */
            iflt 2
            iload 1 /* n */
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.functions.FuncExtFunction.m_argVec:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmpge 2
         1: .line 141
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.functions.FuncExtFunction.m_argVec:Ljava/util/List;
            iload 1 /* n */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.sun.org.apache.xpath.internal.Expression
            areturn
         2: .line 143
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // int n
        end local 0 // com.sun.org.apache.xpath.internal.functions.FuncExtFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/org/apache/xpath/internal/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 // com.sun.org.apache.xpath.internal.functions.FuncExtFunction this
         0: .line 153
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.functions.FuncExtFunction.m_argVec:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            ireturn
        end local 0 // com.sun.org.apache.xpath.internal.functions.FuncExtFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xpath/internal/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 // com.sun.org.apache.xpath.internal.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 167
            aload 0 /* this */
            invokespecial com.sun.org.apache.xpath.internal.functions.Function.<init>:()V
         1: .line 74
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield com.sun.org.apache.xpath.internal.functions.FuncExtFunction.m_argVec:Ljava/util/List;
         2: .line 171
            aload 0 /* this */
            aload 1 /* namespace */
            putfield com.sun.org.apache.xpath.internal.functions.FuncExtFunction.m_namespace:Ljava/lang/String;
         3: .line 172
            aload 0 /* this */
            aload 2 /* extensionName */
            putfield com.sun.org.apache.xpath.internal.functions.FuncExtFunction.m_extensionName:Ljava/lang/String;
         4: .line 173
            aload 0 /* this */
            aload 3 /* methodKey */
            putfield com.sun.org.apache.xpath.internal.functions.FuncExtFunction.m_methodKey:Ljava/lang/Object;
         5: .line 174
            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 // com.sun.org.apache.xpath.internal.functions.FuncExtFunction this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    6     0           this  Lcom/sun/org/apache/xpath/internal/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 com.sun.org.apache.xpath.internal.objects.XObject execute(com.sun.org.apache.xpath.internal.XPathContext);
    descriptor: (Lcom/sun/org/apache/xpath/internal/XPathContext;)Lcom/sun/org/apache/xpath/internal/objects/XObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=8, args_size=2
        start local 0 // com.sun.org.apache.xpath.internal.functions.FuncExtFunction this
        start local 1 // com.sun.org.apache.xpath.internal.XPathContext xctxt
         0: .line 187
            aload 1 /* xctxt */
            invokevirtual com.sun.org.apache.xpath.internal.XPathContext.isSecureProcessing:()Z
            ifeq 6
         1: .line 188
            new javax.xml.transform.TransformerException
            dup
         2: .line 190
            ldc "ER_EXTENSION_FUNCTION_CANNOT_BE_INVOKED"
         3: .line 191
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xpath.internal.functions.FuncExtFunction.toString:()Ljava/lang/String;
            aastore
         4: .line 189
            invokestatic com.sun.org.apache.xpath.internal.res.XPATHMessages.createXPATHMessage:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
         5: .line 188
            invokespecial javax.xml.transform.TransformerException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 194
      StackMap locals:
      StackMap stack:
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 3 /* argVec */
        start local 3 // java.util.List argVec
         7: .line 195
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.functions.FuncExtFunction.m_argVec:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            istore 4 /* nArgs */
        start local 4 // int nArgs
         8: .line 197
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         9: goto 15
        10: .line 199
      StackMap locals: com.sun.org.apache.xpath.internal.functions.FuncExtFunction com.sun.org.apache.xpath.internal.XPathContext top java.util.List int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.functions.FuncExtFunction.m_argVec:Ljava/util/List;
            iload 5 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.sun.org.apache.xpath.internal.Expression
            astore 6 /* arg */
        start local 6 // com.sun.org.apache.xpath.internal.Expression arg
        11: .line 201
            aload 6 /* arg */
            aload 1 /* xctxt */
            invokevirtual com.sun.org.apache.xpath.internal.Expression.execute:(Lcom/sun/org/apache/xpath/internal/XPathContext;)Lcom/sun/org/apache/xpath/internal/objects/XObject;
            astore 7 /* xobj */
        start local 7 // com.sun.org.apache.xpath.internal.objects.XObject xobj
        12: .line 205
            aload 7 /* xobj */
            iconst_0
            invokevirtual com.sun.org.apache.xpath.internal.objects.XObject.allowDetachToRelease:(Z)V
        13: .line 206
            aload 3 /* argVec */
            aload 7 /* xobj */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 7 // com.sun.org.apache.xpath.internal.objects.XObject xobj
        end local 6 // com.sun.org.apache.xpath.internal.Expression arg
        14: .line 197
            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 209
            aload 1 /* xctxt */
            invokevirtual com.sun.org.apache.xpath.internal.XPathContext.getOwnerObject:()Ljava/lang/Object;
            checkcast com.sun.org.apache.xpath.internal.ExtensionsProvider
            astore 5 /* extProvider */
        start local 5 // com.sun.org.apache.xpath.internal.ExtensionsProvider extProvider
        17: .line 210
            aload 5 /* extProvider */
            aload 0 /* this */
            aload 3 /* argVec */
            invokeinterface com.sun.org.apache.xpath.internal.ExtensionsProvider.extFunction:(Lcom/sun/org/apache/xpath/internal/functions/FuncExtFunction;Ljava/util/List;)Ljava/lang/Object;
            astore 6 /* val */
        start local 6 // java.lang.Object val
        18: .line 212
            aload 6 /* val */
            ifnull 21
        19: .line 214
            aload 6 /* val */
            aload 1 /* xctxt */
            invokestatic com.sun.org.apache.xpath.internal.objects.XObject.create:(Ljava/lang/Object;Lcom/sun/org/apache/xpath/internal/XPathContext;)Lcom/sun/org/apache/xpath/internal/objects/XObject;
            astore 2 /* result */
        start local 2 // com.sun.org.apache.xpath.internal.objects.XObject result
        20: .line 215
            goto 22
        end local 2 // com.sun.org.apache.xpath.internal.objects.XObject result
        21: .line 218
      StackMap locals: com.sun.org.apache.xpath.internal.functions.FuncExtFunction com.sun.org.apache.xpath.internal.XPathContext top java.util.List int com.sun.org.apache.xpath.internal.ExtensionsProvider java.lang.Object
      StackMap stack:
            new com.sun.org.apache.xpath.internal.objects.XNull
            dup
            invokespecial com.sun.org.apache.xpath.internal.objects.XNull.<init>:()V
            astore 2 /* result */
        start local 2 // com.sun.org.apache.xpath.internal.objects.XObject result
        22: .line 221
      StackMap locals: com.sun.org.apache.xpath.internal.functions.FuncExtFunction com.sun.org.apache.xpath.internal.XPathContext com.sun.org.apache.xpath.internal.objects.XObject java.util.List int com.sun.org.apache.xpath.internal.ExtensionsProvider java.lang.Object
      StackMap stack:
            aload 2 /* result */
            areturn
        end local 6 // java.lang.Object val
        end local 5 // com.sun.org.apache.xpath.internal.ExtensionsProvider extProvider
        end local 4 // int nArgs
        end local 3 // java.util.List argVec
        end local 2 // com.sun.org.apache.xpath.internal.objects.XObject result
        end local 1 // com.sun.org.apache.xpath.internal.XPathContext xctxt
        end local 0 // com.sun.org.apache.xpath.internal.functions.FuncExtFunction this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   23     0         this  Lcom/sun/org/apache/xpath/internal/functions/FuncExtFunction;
            0   23     1        xctxt  Lcom/sun/org/apache/xpath/internal/XPathContext;
           20   21     2       result  Lcom/sun/org/apache/xpath/internal/objects/XObject;
           22   23     2       result  Lcom/sun/org/apache/xpath/internal/objects/XObject;
            7   23     3       argVec  Ljava/util/List<Lcom/sun/org/apache/xpath/internal/objects/XObject;>;
            8   23     4        nArgs  I
            9   16     5            i  I
           11   14     6          arg  Lcom/sun/org/apache/xpath/internal/Expression;
           12   14     7         xobj  Lcom/sun/org/apache/xpath/internal/objects/XObject;
           17   23     5  extProvider  Lcom/sun/org/apache/xpath/internal/ExtensionsProvider;
           18   23     6          val  Ljava/lang/Object;
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
       Name  Flags
      xctxt  

  public void setArg(com.sun.org.apache.xpath.internal.Expression, int);
    descriptor: (Lcom/sun/org/apache/xpath/internal/Expression;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xpath.internal.functions.FuncExtFunction this
        start local 1 // com.sun.org.apache.xpath.internal.Expression arg
        start local 2 // int argNum
         0: .line 237
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.functions.FuncExtFunction.m_argVec:Ljava/util/List;
            aload 1 /* arg */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         1: .line 238
            aload 1 /* arg */
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xpath.internal.Expression.exprSetParent:(Lcom/sun/org/apache/xpath/internal/ExpressionNode;)V
         2: .line 239
            return
        end local 2 // int argNum
        end local 1 // com.sun.org.apache.xpath.internal.Expression arg
        end local 0 // com.sun.org.apache.xpath.internal.functions.FuncExtFunction this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/sun/org/apache/xpath/internal/functions/FuncExtFunction;
            0    3     1     arg  Lcom/sun/org/apache/xpath/internal/Expression;
            0    3     2  argNum  I
    Exceptions:
      throws com.sun.org.apache.xpath.internal.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 // com.sun.org.apache.xpath.internal.functions.FuncExtFunction this
        start local 1 // int argNum
         0: .line 249
            return
        end local 1 // int argNum
        end local 0 // com.sun.org.apache.xpath.internal.functions.FuncExtFunction this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/sun/org/apache/xpath/internal/functions/FuncExtFunction;
            0    1     1  argNum  I
    Exceptions:
      throws com.sun.org.apache.xpath.internal.functions.WrongNumberArgsException
    MethodParameters:
        Name  Flags
      argNum  

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

  public void exprSetParent(com.sun.org.apache.xpath.internal.ExpressionNode);
    descriptor: (Lcom/sun/org/apache/xpath/internal/ExpressionNode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // com.sun.org.apache.xpath.internal.functions.FuncExtFunction this
        start local 1 // com.sun.org.apache.xpath.internal.ExpressionNode n
         0: .line 305
            aload 0 /* this */
            aload 1 /* n */
            invokespecial com.sun.org.apache.xpath.internal.functions.Function.exprSetParent:(Lcom/sun/org/apache/xpath/internal/ExpressionNode;)V
         1: .line 307
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.functions.FuncExtFunction.m_argVec:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            istore 2 /* nArgs */
        start local 2 // int nArgs
         2: .line 309
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 7
         4: .line 311
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.functions.FuncExtFunction.m_argVec:Ljava/util/List;
            iload 3 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.sun.org.apache.xpath.internal.Expression
            astore 4 /* arg */
        start local 4 // com.sun.org.apache.xpath.internal.Expression arg
         5: .line 313
            aload 4 /* arg */
            aload 1 /* n */
            invokevirtual com.sun.org.apache.xpath.internal.Expression.exprSetParent:(Lcom/sun/org/apache/xpath/internal/ExpressionNode;)V
        end local 4 // com.sun.org.apache.xpath.internal.Expression arg
         6: .line 309
            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 315
            return
        end local 2 // int nArgs
        end local 1 // com.sun.org.apache.xpath.internal.ExpressionNode n
        end local 0 // com.sun.org.apache.xpath.internal.functions.FuncExtFunction this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lcom/sun/org/apache/xpath/internal/functions/FuncExtFunction;
            0    9     1      n  Lcom/sun/org/apache/xpath/internal/ExpressionNode;
            2    9     2  nArgs  I
            3    8     3      i  I
            5    6     4    arg  Lcom/sun/org/apache/xpath/internal/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 // com.sun.org.apache.xpath.internal.functions.FuncExtFunction this
         0: .line 326
            ldc "ER_INCORRECT_PROGRAMMER_ASSERTION"
         1: .line 327
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "Programmer's assertion:  the method FunctionMultiArgs.reportWrongNumberArgs() should never be called."
            aastore
         2: .line 325
            invokestatic com.sun.org.apache.xalan.internal.res.XSLMessages.createXPATHMessage:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            astore 1 /* fMsg */
        start local 1 // java.lang.String fMsg
         3: .line 329
            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 // com.sun.org.apache.xpath.internal.functions.FuncExtFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/org/apache/xpath/internal/functions/FuncExtFunction;
            3    4     1  fMsg  Ljava/lang/String;
    Exceptions:
      throws com.sun.org.apache.xpath.internal.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 // com.sun.org.apache.xpath.internal.functions.FuncExtFunction this
         0: .line 337
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.functions.FuncExtFunction.m_namespace:Ljava/lang/String;
            ifnull 2
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.functions.FuncExtFunction.m_namespace:Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            ifle 2
         1: .line 338
            new java.lang.StringBuilder
            dup
            ldc "{"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.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 com.sun.org.apache.xpath.internal.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 340
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.functions.FuncExtFunction.m_extensionName:Ljava/lang/String;
            areturn
        end local 0 // com.sun.org.apache.xpath.internal.functions.FuncExtFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/org/apache/xpath/internal/functions/FuncExtFunction;
}
SourceFile: "FuncExtFunction.java"
NestMembers:
  com.sun.org.apache.xpath.internal.functions.FuncExtFunction$ArgExtOwner
InnerClasses:
  ArgExtOwner = com.sun.org.apache.xpath.internal.functions.FuncExtFunction$ArgExtOwner of com.sun.org.apache.xpath.internal.functions.FuncExtFunction