public abstract class jdk.internal.org.objectweb.asm.tree.analysis.Interpreter<V extends jdk.internal.org.objectweb.asm.tree.analysis.Value>
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: jdk.internal.org.objectweb.asm.tree.analysis.Interpreter
super_class: java.lang.Object
{
protected final int api;
descriptor: I
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
protected void <init>(int);
descriptor: (I)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
iload 1
putfield jdk.internal.org.objectweb.asm.tree.analysis.Interpreter.api:I
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljdk/internal/org/objectweb/asm/tree/analysis/Interpreter<TV;>;
0 3 1 api I
MethodParameters:
Name Flags
api final
public abstract V newValue(jdk.internal.org.objectweb.asm.Type);
descriptor: (Ljdk/internal/org/objectweb/asm/Type;)Ljdk/internal/org/objectweb/asm/tree/analysis/Value;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Ljdk/internal/org/objectweb/asm/Type;)TV;
MethodParameters:
Name Flags
type
public V newParameterValue(boolean, int, jdk.internal.org.objectweb.asm.Type);
descriptor: (ZILjdk/internal/org/objectweb/asm/Type;)Ljdk/internal/org/objectweb/asm/tree/analysis/Value;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 3
invokevirtual jdk.internal.org.objectweb.asm.tree.analysis.Interpreter.newValue:(Ljdk/internal/org/objectweb/asm/Type;)Ljdk/internal/org/objectweb/asm/tree/analysis/Value;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljdk/internal/org/objectweb/asm/tree/analysis/Interpreter<TV;>;
0 1 1 isInstanceMethod Z
0 1 2 local I
0 1 3 type Ljdk/internal/org/objectweb/asm/Type;
Signature: (ZILjdk/internal/org/objectweb/asm/Type;)TV;
MethodParameters:
Name Flags
isInstanceMethod final
local final
type final
public V newReturnTypeValue(jdk.internal.org.objectweb.asm.Type);
descriptor: (Ljdk/internal/org/objectweb/asm/Type;)Ljdk/internal/org/objectweb/asm/tree/analysis/Value;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual jdk.internal.org.objectweb.asm.tree.analysis.Interpreter.newValue:(Ljdk/internal/org/objectweb/asm/Type;)Ljdk/internal/org/objectweb/asm/tree/analysis/Value;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljdk/internal/org/objectweb/asm/tree/analysis/Interpreter<TV;>;
0 1 1 type Ljdk/internal/org/objectweb/asm/Type;
Signature: (Ljdk/internal/org/objectweb/asm/Type;)TV;
MethodParameters:
Name Flags
type final
public V newEmptyValue();
descriptor: (I)Ljdk/internal/org/objectweb/asm/tree/analysis/Value;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aconst_null
invokevirtual jdk.internal.org.objectweb.asm.tree.analysis.Interpreter.newValue:(Ljdk/internal/org/objectweb/asm/Type;)Ljdk/internal/org/objectweb/asm/tree/analysis/Value;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljdk/internal/org/objectweb/asm/tree/analysis/Interpreter<TV;>;
0 1 1 local I
Signature: (I)TV;
MethodParameters:
Name Flags
local final
public V newExceptionValue(jdk.internal.org.objectweb.asm.tree.TryCatchBlockNode, jdk.internal.org.objectweb.asm.tree.analysis.Frame<V>, jdk.internal.org.objectweb.asm.Type);
descriptor: (Ljdk/internal/org/objectweb/asm/tree/TryCatchBlockNode;Ljdk/internal/org/objectweb/asm/tree/analysis/Frame;Ljdk/internal/org/objectweb/asm/Type;)Ljdk/internal/org/objectweb/asm/tree/analysis/Value;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 3
invokevirtual jdk.internal.org.objectweb.asm.tree.analysis.Interpreter.newValue:(Ljdk/internal/org/objectweb/asm/Type;)Ljdk/internal/org/objectweb/asm/tree/analysis/Value;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljdk/internal/org/objectweb/asm/tree/analysis/Interpreter<TV;>;
0 1 1 tryCatchBlockNode Ljdk/internal/org/objectweb/asm/tree/TryCatchBlockNode;
0 1 2 handlerFrame Ljdk/internal/org/objectweb/asm/tree/analysis/Frame<TV;>;
0 1 3 exceptionType Ljdk/internal/org/objectweb/asm/Type;
Signature: (Ljdk/internal/org/objectweb/asm/tree/TryCatchBlockNode;Ljdk/internal/org/objectweb/asm/tree/analysis/Frame<TV;>;Ljdk/internal/org/objectweb/asm/Type;)TV;
MethodParameters:
Name Flags
tryCatchBlockNode final
handlerFrame final
exceptionType final
public abstract V newOperation(jdk.internal.org.objectweb.asm.tree.AbstractInsnNode);
descriptor: (Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;)Ljdk/internal/org/objectweb/asm/tree/analysis/Value;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws jdk.internal.org.objectweb.asm.tree.analysis.AnalyzerException
Signature: (Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;)TV;
MethodParameters:
Name Flags
insn
public abstract V copyOperation(jdk.internal.org.objectweb.asm.tree.AbstractInsnNode, );
descriptor: (Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;Ljdk/internal/org/objectweb/asm/tree/analysis/Value;)Ljdk/internal/org/objectweb/asm/tree/analysis/Value;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws jdk.internal.org.objectweb.asm.tree.analysis.AnalyzerException
Signature: (Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;TV;)TV;
MethodParameters:
Name Flags
insn
value
public abstract V unaryOperation(jdk.internal.org.objectweb.asm.tree.AbstractInsnNode, );
descriptor: (Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;Ljdk/internal/org/objectweb/asm/tree/analysis/Value;)Ljdk/internal/org/objectweb/asm/tree/analysis/Value;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws jdk.internal.org.objectweb.asm.tree.analysis.AnalyzerException
Signature: (Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;TV;)TV;
MethodParameters:
Name Flags
insn
value
public abstract V binaryOperation(jdk.internal.org.objectweb.asm.tree.AbstractInsnNode, V, );
descriptor: (Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;Ljdk/internal/org/objectweb/asm/tree/analysis/Value;Ljdk/internal/org/objectweb/asm/tree/analysis/Value;)Ljdk/internal/org/objectweb/asm/tree/analysis/Value;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws jdk.internal.org.objectweb.asm.tree.analysis.AnalyzerException
Signature: (Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;TV;TV;)TV;
MethodParameters:
Name Flags
insn
value1
value2
public abstract V ternaryOperation(jdk.internal.org.objectweb.asm.tree.AbstractInsnNode, V, V, );
descriptor: (Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;Ljdk/internal/org/objectweb/asm/tree/analysis/Value;Ljdk/internal/org/objectweb/asm/tree/analysis/Value;Ljdk/internal/org/objectweb/asm/tree/analysis/Value;)Ljdk/internal/org/objectweb/asm/tree/analysis/Value;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws jdk.internal.org.objectweb.asm.tree.analysis.AnalyzerException
Signature: (Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;TV;TV;TV;)TV;
MethodParameters:
Name Flags
insn
value1
value2
value3
public abstract V naryOperation(jdk.internal.org.objectweb.asm.tree.AbstractInsnNode, java.util.List<? extends V>);
descriptor: (Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;Ljava/util/List;)Ljdk/internal/org/objectweb/asm/tree/analysis/Value;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws jdk.internal.org.objectweb.asm.tree.analysis.AnalyzerException
Signature: (Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;Ljava/util/List<+TV;>;)TV;
MethodParameters:
Name Flags
insn
values
public abstract void returnOperation(jdk.internal.org.objectweb.asm.tree.AbstractInsnNode, V, );
descriptor: (Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;Ljdk/internal/org/objectweb/asm/tree/analysis/Value;Ljdk/internal/org/objectweb/asm/tree/analysis/Value;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws jdk.internal.org.objectweb.asm.tree.analysis.AnalyzerException
Signature: (Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;TV;TV;)V
MethodParameters:
Name Flags
insn
value
expected
public abstract V merge(V, );
descriptor: (Ljdk/internal/org/objectweb/asm/tree/analysis/Value;Ljdk/internal/org/objectweb/asm/tree/analysis/Value;)Ljdk/internal/org/objectweb/asm/tree/analysis/Value;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (TV;TV;)TV;
MethodParameters:
Name Flags
value1
value2
}
Signature: <V::Ljdk/internal/org/objectweb/asm/tree/analysis/Value;>Ljava/lang/Object;
SourceFile: "Interpreter.java"