public class com.sun.org.apache.xpath.internal.compiler.FuncLoader
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.sun.org.apache.xpath.internal.compiler.FuncLoader
super_class: java.lang.Object
{
private int m_funcID;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private java.lang.String m_funcName;
descriptor: Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
public java.lang.String getName();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.org.apache.xpath.internal.compiler.FuncLoader.m_funcName:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xpath/internal/compiler/FuncLoader;
public void <init>(java.lang.String, int);
descriptor: (Ljava/lang/String;I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
iload 2
putfield com.sun.org.apache.xpath.internal.compiler.FuncLoader.m_funcID:I
2: aload 0
aload 1
putfield com.sun.org.apache.xpath.internal.compiler.FuncLoader.m_funcName:Ljava/lang/String;
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/sun/org/apache/xpath/internal/compiler/FuncLoader;
0 4 1 funcName Ljava/lang/String;
0 4 2 funcID I
MethodParameters:
Name Flags
funcName
funcID
com.sun.org.apache.xpath.internal.functions.Function getFunction();
descriptor: ()Lcom/sun/org/apache/xpath/internal/functions/Function;
flags: (0x0000)
Code:
stack=4, locals=3, args_size=1
start local 0 0: aload 0
getfield com.sun.org.apache.xpath.internal.compiler.FuncLoader.m_funcName:Ljava/lang/String;
astore 1
start local 1 1: aload 1
ldc "."
invokevirtual java.lang.String.indexOf:(Ljava/lang/String;)I
ifge 3
2: new java.lang.StringBuilder
dup
ldc "com.sun.org.apache.xpath.internal.functions."
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 1
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
astore 1
3: StackMap locals: java.lang.String
StackMap stack:
aload 1
iconst_0
aload 1
bipush 46
invokevirtual java.lang.String.lastIndexOf:(I)I
invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
astore 2
start local 2 4: aload 2
ldc "com.sun.org.apache.xalan.internal.templates"
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifne 7
5: aload 2
ldc "com.sun.org.apache.xpath.internal.functions"
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifne 7
6: new javax.xml.transform.TransformerException
dup
ldc "Application can't install his own xpath function."
invokespecial javax.xml.transform.TransformerException.<init>:(Ljava/lang/String;)V
athrow
7: StackMap locals: java.lang.String
StackMap stack:
aload 1
iconst_1
invokestatic com.sun.org.apache.xalan.internal.utils.ObjectFactory.newInstance:(Ljava/lang/String;Z)Ljava/lang/Object;
checkcast com.sun.org.apache.xpath.internal.functions.Function
8: areturn
end local 2 end local 1 9: StackMap locals: com.sun.org.apache.xpath.internal.compiler.FuncLoader
StackMap stack: com.sun.org.apache.xalan.internal.utils.ConfigurationError
astore 1
start local 1 10: new javax.xml.transform.TransformerException
dup
aload 1
invokevirtual com.sun.org.apache.xalan.internal.utils.ConfigurationError.getException:()Ljava/lang/Exception;
invokespecial javax.xml.transform.TransformerException.<init>:(Ljava/lang/Throwable;)V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lcom/sun/org/apache/xpath/internal/compiler/FuncLoader;
1 9 1 className Ljava/lang/String;
4 9 2 subString Ljava/lang/String;
10 11 1 e Lcom/sun/org/apache/xalan/internal/utils/ConfigurationError;
Exception table:
from to target type
0 8 9 Class com.sun.org.apache.xalan.internal.utils.ConfigurationError
Exceptions:
throws javax.xml.transform.TransformerException
}
SourceFile: "FuncLoader.java"