public class jdk.internal.org.objectweb.asm.tree.analysis.SourceInterpreter extends jdk.internal.org.objectweb.asm.tree.analysis.Interpreter<jdk.internal.org.objectweb.asm.tree.analysis.SourceValue> implements jdk.internal.org.objectweb.asm.Opcodes
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: jdk.internal.org.objectweb.asm.tree.analysis.SourceInterpreter
super_class: jdk.internal.org.objectweb.asm.tree.analysis.Interpreter
{
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
ldc 393216
invokespecial jdk.internal.org.objectweb.asm.tree.analysis.Interpreter.<init>:(I)V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Ljdk/internal/org/objectweb/asm/tree/analysis/SourceInterpreter;
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
iload 1
invokespecial jdk.internal.org.objectweb.asm.tree.analysis.Interpreter.<init>:(I)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Ljdk/internal/org/objectweb/asm/tree/analysis/SourceInterpreter;
0 2 1 api I
MethodParameters:
Name Flags
api final
public jdk.internal.org.objectweb.asm.tree.analysis.SourceValue newValue(jdk.internal.org.objectweb.asm.Type);
descriptor: (Ljdk/internal/org/objectweb/asm/Type;)Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 1
getstatic jdk.internal.org.objectweb.asm.Type.VOID_TYPE:Ljdk/internal/org/objectweb/asm/Type;
if_acmpne 2
1: aconst_null
areturn
2: StackMap locals:
StackMap stack:
new jdk.internal.org.objectweb.asm.tree.analysis.SourceValue
dup
aload 1
ifnonnull 3
iconst_1
goto 4
StackMap locals: jdk.internal.org.objectweb.asm.tree.analysis.SourceInterpreter jdk.internal.org.objectweb.asm.Type
StackMap stack: new 2 new 2
3: aload 1
invokevirtual jdk.internal.org.objectweb.asm.Type.getSize:()I
StackMap locals: jdk.internal.org.objectweb.asm.tree.analysis.SourceInterpreter jdk.internal.org.objectweb.asm.Type
StackMap stack: new 2 new 2 int
4: invokespecial jdk.internal.org.objectweb.asm.tree.analysis.SourceValue.<init>:(I)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Ljdk/internal/org/objectweb/asm/tree/analysis/SourceInterpreter;
0 5 1 type Ljdk/internal/org/objectweb/asm/Type;
MethodParameters:
Name Flags
type final
public jdk.internal.org.objectweb.asm.tree.analysis.SourceValue newOperation(jdk.internal.org.objectweb.asm.tree.AbstractInsnNode);
descriptor: (Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;)Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=2
start local 0 start local 1 0: aload 1
invokevirtual jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.getOpcode:()I
lookupswitch { // 6
9: 1
10: 1
14: 1
15: 1
18: 3
178: 9
default: 11
}
1: StackMap locals:
StackMap stack:
iconst_2
istore 2
start local 2 2: goto 12
end local 2 3: StackMap locals:
StackMap stack:
aload 1
checkcast jdk.internal.org.objectweb.asm.tree.LdcInsnNode
getfield jdk.internal.org.objectweb.asm.tree.LdcInsnNode.cst:Ljava/lang/Object;
astore 3
start local 3 4: aload 3
instanceof java.lang.Long
ifne 5
aload 3
instanceof java.lang.Double
ifeq 6
StackMap locals: jdk.internal.org.objectweb.asm.tree.analysis.SourceInterpreter jdk.internal.org.objectweb.asm.tree.AbstractInsnNode top java.lang.Object
StackMap stack:
5: iconst_2
goto 7
StackMap locals:
StackMap stack:
6: iconst_1
StackMap locals:
StackMap stack: int
7: istore 2
start local 2 8: goto 12
end local 3 end local 2 9: StackMap locals: jdk.internal.org.objectweb.asm.tree.analysis.SourceInterpreter jdk.internal.org.objectweb.asm.tree.AbstractInsnNode
StackMap stack:
aload 1
checkcast jdk.internal.org.objectweb.asm.tree.FieldInsnNode
getfield jdk.internal.org.objectweb.asm.tree.FieldInsnNode.desc:Ljava/lang/String;
invokestatic jdk.internal.org.objectweb.asm.Type.getType:(Ljava/lang/String;)Ljdk/internal/org/objectweb/asm/Type;
invokevirtual jdk.internal.org.objectweb.asm.Type.getSize:()I
istore 2
start local 2 10: goto 12
end local 2 11: StackMap locals:
StackMap stack:
iconst_1
istore 2
start local 2 12: StackMap locals: int
StackMap stack:
new jdk.internal.org.objectweb.asm.tree.analysis.SourceValue
dup
iload 2
aload 1
invokespecial jdk.internal.org.objectweb.asm.tree.analysis.SourceValue.<init>:(ILjdk/internal/org/objectweb/asm/tree/AbstractInsnNode;)V
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Ljdk/internal/org/objectweb/asm/tree/analysis/SourceInterpreter;
0 13 1 insn Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
2 3 2 size I
8 9 2 size I
10 11 2 size I
12 13 2 size I
4 9 3 cst Ljava/lang/Object;
MethodParameters:
Name Flags
insn final
public jdk.internal.org.objectweb.asm.tree.analysis.SourceValue copyOperation(jdk.internal.org.objectweb.asm.tree.AbstractInsnNode, jdk.internal.org.objectweb.asm.tree.analysis.SourceValue);
descriptor: (Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;)Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: new jdk.internal.org.objectweb.asm.tree.analysis.SourceValue
dup
aload 2
invokevirtual jdk.internal.org.objectweb.asm.tree.analysis.SourceValue.getSize:()I
aload 1
invokespecial jdk.internal.org.objectweb.asm.tree.analysis.SourceValue.<init>:(ILjdk/internal/org/objectweb/asm/tree/AbstractInsnNode;)V
areturn
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/SourceInterpreter;
0 1 1 insn Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
0 1 2 value Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;
MethodParameters:
Name Flags
insn final
value final
public jdk.internal.org.objectweb.asm.tree.analysis.SourceValue unaryOperation(jdk.internal.org.objectweb.asm.tree.AbstractInsnNode, jdk.internal.org.objectweb.asm.tree.analysis.SourceValue);
descriptor: (Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;)Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 1
invokevirtual jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.getOpcode:()I
lookupswitch { // 9
117: 1
119: 1
133: 1
135: 1
138: 1
140: 1
141: 1
143: 1
180: 3
default: 5
}
1: StackMap locals:
StackMap stack:
iconst_2
istore 3
start local 3 2: goto 6
end local 3 3: StackMap locals:
StackMap stack:
aload 1
checkcast jdk.internal.org.objectweb.asm.tree.FieldInsnNode
getfield jdk.internal.org.objectweb.asm.tree.FieldInsnNode.desc:Ljava/lang/String;
invokestatic jdk.internal.org.objectweb.asm.Type.getType:(Ljava/lang/String;)Ljdk/internal/org/objectweb/asm/Type;
invokevirtual jdk.internal.org.objectweb.asm.Type.getSize:()I
istore 3
start local 3 4: goto 6
end local 3 5: StackMap locals:
StackMap stack:
iconst_1
istore 3
start local 3 6: StackMap locals: int
StackMap stack:
new jdk.internal.org.objectweb.asm.tree.analysis.SourceValue
dup
iload 3
aload 1
invokespecial jdk.internal.org.objectweb.asm.tree.analysis.SourceValue.<init>:(ILjdk/internal/org/objectweb/asm/tree/AbstractInsnNode;)V
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Ljdk/internal/org/objectweb/asm/tree/analysis/SourceInterpreter;
0 7 1 insn Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
0 7 2 value Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;
2 3 3 size I
4 5 3 size I
6 7 3 size I
MethodParameters:
Name Flags
insn final
value final
public jdk.internal.org.objectweb.asm.tree.analysis.SourceValue binaryOperation(jdk.internal.org.objectweb.asm.tree.AbstractInsnNode, jdk.internal.org.objectweb.asm.tree.analysis.SourceValue, jdk.internal.org.objectweb.asm.tree.analysis.SourceValue);
descriptor: (Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;)Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 1
invokevirtual jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.getOpcode:()I
lookupswitch { // 18
47: 1
49: 1
97: 1
99: 1
101: 1
103: 1
105: 1
107: 1
109: 1
111: 1
113: 1
115: 1
121: 1
123: 1
125: 1
127: 1
129: 1
131: 1
default: 3
}
1: StackMap locals:
StackMap stack:
iconst_2
istore 4
start local 4 2: goto 4
end local 4 3: StackMap locals:
StackMap stack:
iconst_1
istore 4
start local 4 4: StackMap locals: int
StackMap stack:
new jdk.internal.org.objectweb.asm.tree.analysis.SourceValue
dup
iload 4
aload 1
invokespecial jdk.internal.org.objectweb.asm.tree.analysis.SourceValue.<init>:(ILjdk/internal/org/objectweb/asm/tree/AbstractInsnNode;)V
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Ljdk/internal/org/objectweb/asm/tree/analysis/SourceInterpreter;
0 5 1 insn Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
0 5 2 value1 Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;
0 5 3 value2 Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;
2 3 4 size I
4 5 4 size I
MethodParameters:
Name Flags
insn final
value1 final
value2 final
public jdk.internal.org.objectweb.asm.tree.analysis.SourceValue ternaryOperation(jdk.internal.org.objectweb.asm.tree.AbstractInsnNode, jdk.internal.org.objectweb.asm.tree.analysis.SourceValue, jdk.internal.org.objectweb.asm.tree.analysis.SourceValue, jdk.internal.org.objectweb.asm.tree.analysis.SourceValue);
descriptor: (Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;)Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: new jdk.internal.org.objectweb.asm.tree.analysis.SourceValue
dup
iconst_1
aload 1
invokespecial jdk.internal.org.objectweb.asm.tree.analysis.SourceValue.<init>:(ILjdk/internal/org/objectweb/asm/tree/AbstractInsnNode;)V
areturn
end local 4 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/SourceInterpreter;
0 1 1 insn Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
0 1 2 value1 Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;
0 1 3 value2 Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;
0 1 4 value3 Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;
MethodParameters:
Name Flags
insn final
value1 final
value2 final
value3 final
public jdk.internal.org.objectweb.asm.tree.analysis.SourceValue naryOperation(jdk.internal.org.objectweb.asm.tree.AbstractInsnNode, java.util.List<? extends jdk.internal.org.objectweb.asm.tree.analysis.SourceValue>);
descriptor: (Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;Ljava/util/List;)Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=6, args_size=3
start local 0 start local 1 start local 2 0: aload 1
invokevirtual jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.getOpcode:()I
istore 4
start local 4 1: iload 4
sipush 197
if_icmpne 4
2: iconst_1
istore 3
start local 3 3: goto 8
end local 3 4: StackMap locals: jdk.internal.org.objectweb.asm.tree.analysis.SourceInterpreter jdk.internal.org.objectweb.asm.tree.AbstractInsnNode java.util.List top int
StackMap stack:
iload 4
sipush 186
if_icmpne 5
aload 1
checkcast jdk.internal.org.objectweb.asm.tree.InvokeDynamicInsnNode
getfield jdk.internal.org.objectweb.asm.tree.InvokeDynamicInsnNode.desc:Ljava/lang/String;
goto 6
5: StackMap locals:
StackMap stack:
aload 1
checkcast jdk.internal.org.objectweb.asm.tree.MethodInsnNode
getfield jdk.internal.org.objectweb.asm.tree.MethodInsnNode.desc:Ljava/lang/String;
6: StackMap locals:
StackMap stack: java.lang.String
astore 5
start local 5 7: aload 5
invokestatic jdk.internal.org.objectweb.asm.Type.getReturnType:(Ljava/lang/String;)Ljdk/internal/org/objectweb/asm/Type;
invokevirtual jdk.internal.org.objectweb.asm.Type.getSize:()I
istore 3
end local 5 start local 3 8: StackMap locals: jdk.internal.org.objectweb.asm.tree.analysis.SourceInterpreter jdk.internal.org.objectweb.asm.tree.AbstractInsnNode java.util.List int int
StackMap stack:
new jdk.internal.org.objectweb.asm.tree.analysis.SourceValue
dup
iload 3
aload 1
invokespecial jdk.internal.org.objectweb.asm.tree.analysis.SourceValue.<init>:(ILjdk/internal/org/objectweb/asm/tree/AbstractInsnNode;)V
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Ljdk/internal/org/objectweb/asm/tree/analysis/SourceInterpreter;
0 9 1 insn Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
0 9 2 values Ljava/util/List<+Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;>;
3 4 3 size I
8 9 3 size I
1 9 4 opcode I
7 8 5 desc Ljava/lang/String;
Signature: (Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;Ljava/util/List<+Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;>;)Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;
MethodParameters:
Name Flags
insn final
values final
public void returnOperation(jdk.internal.org.objectweb.asm.tree.AbstractInsnNode, jdk.internal.org.objectweb.asm.tree.analysis.SourceValue, jdk.internal.org.objectweb.asm.tree.analysis.SourceValue);
descriptor: (Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=0, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: return
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/SourceInterpreter;
0 1 1 insn Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
0 1 2 value Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;
0 1 3 expected Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;
MethodParameters:
Name Flags
insn final
value final
expected final
public jdk.internal.org.objectweb.asm.tree.analysis.SourceValue merge(jdk.internal.org.objectweb.asm.tree.analysis.SourceValue, jdk.internal.org.objectweb.asm.tree.analysis.SourceValue);
descriptor: (Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;)Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 1
getfield jdk.internal.org.objectweb.asm.tree.analysis.SourceValue.insns:Ljava/util/Set;
instanceof jdk.internal.org.objectweb.asm.tree.analysis.SmallSet
ifeq 7
aload 2
getfield jdk.internal.org.objectweb.asm.tree.analysis.SourceValue.insns:Ljava/util/Set;
instanceof jdk.internal.org.objectweb.asm.tree.analysis.SmallSet
ifeq 7
1: aload 1
getfield jdk.internal.org.objectweb.asm.tree.analysis.SourceValue.insns:Ljava/util/Set;
checkcast jdk.internal.org.objectweb.asm.tree.analysis.SmallSet
2: aload 2
getfield jdk.internal.org.objectweb.asm.tree.analysis.SourceValue.insns:Ljava/util/Set;
checkcast jdk.internal.org.objectweb.asm.tree.analysis.SmallSet
invokevirtual jdk.internal.org.objectweb.asm.tree.analysis.SmallSet.union:(Ljdk/internal/org/objectweb/asm/tree/analysis/SmallSet;)Ljava/util/Set;
3: astore 3
start local 3 4: aload 3
aload 1
getfield jdk.internal.org.objectweb.asm.tree.analysis.SourceValue.insns:Ljava/util/Set;
if_acmpne 6
aload 1
getfield jdk.internal.org.objectweb.asm.tree.analysis.SourceValue.size:I
aload 2
getfield jdk.internal.org.objectweb.asm.tree.analysis.SourceValue.size:I
if_icmpne 6
5: aload 1
areturn
6: StackMap locals: java.util.Set
StackMap stack:
new jdk.internal.org.objectweb.asm.tree.analysis.SourceValue
dup
aload 1
getfield jdk.internal.org.objectweb.asm.tree.analysis.SourceValue.size:I
aload 2
getfield jdk.internal.org.objectweb.asm.tree.analysis.SourceValue.size:I
invokestatic java.lang.Math.min:(II)I
aload 3
invokespecial jdk.internal.org.objectweb.asm.tree.analysis.SourceValue.<init>:(ILjava/util/Set;)V
areturn
end local 3 7: StackMap locals:
StackMap stack:
aload 1
getfield jdk.internal.org.objectweb.asm.tree.analysis.SourceValue.size:I
aload 2
getfield jdk.internal.org.objectweb.asm.tree.analysis.SourceValue.size:I
if_icmpne 8
aload 1
getfield jdk.internal.org.objectweb.asm.tree.analysis.SourceValue.insns:Ljava/util/Set;
aload 2
getfield jdk.internal.org.objectweb.asm.tree.analysis.SourceValue.insns:Ljava/util/Set;
invokeinterface java.util.Set.containsAll:(Ljava/util/Collection;)Z
ifne 12
8: StackMap locals:
StackMap stack:
new java.util.HashSet
dup
invokespecial java.util.HashSet.<init>:()V
astore 3
start local 3 9: aload 3
aload 1
getfield jdk.internal.org.objectweb.asm.tree.analysis.SourceValue.insns:Ljava/util/Set;
invokevirtual java.util.HashSet.addAll:(Ljava/util/Collection;)Z
pop
10: aload 3
aload 2
getfield jdk.internal.org.objectweb.asm.tree.analysis.SourceValue.insns:Ljava/util/Set;
invokevirtual java.util.HashSet.addAll:(Ljava/util/Collection;)Z
pop
11: new jdk.internal.org.objectweb.asm.tree.analysis.SourceValue
dup
aload 1
getfield jdk.internal.org.objectweb.asm.tree.analysis.SourceValue.size:I
aload 2
getfield jdk.internal.org.objectweb.asm.tree.analysis.SourceValue.size:I
invokestatic java.lang.Math.min:(II)I
aload 3
invokespecial jdk.internal.org.objectweb.asm.tree.analysis.SourceValue.<init>:(ILjava/util/Set;)V
areturn
end local 3 12: StackMap locals:
StackMap stack:
aload 1
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Ljdk/internal/org/objectweb/asm/tree/analysis/SourceInterpreter;
0 13 1 d Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;
0 13 2 w Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;
4 7 3 s Ljava/util/Set<Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;>;
9 12 3 s Ljava/util/HashSet<Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;>;
MethodParameters:
Name Flags
d final
w final
public jdk.internal.org.objectweb.asm.tree.analysis.Value binaryOperation(jdk.internal.org.objectweb.asm.tree.AbstractInsnNode, jdk.internal.org.objectweb.asm.tree.analysis.Value, jdk.internal.org.objectweb.asm.tree.analysis.Value);
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: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=4, locals=4, args_size=4
0: aload 0
aload 1
aload 2
checkcast jdk.internal.org.objectweb.asm.tree.analysis.SourceValue
aload 3
checkcast jdk.internal.org.objectweb.asm.tree.analysis.SourceValue
invokevirtual jdk.internal.org.objectweb.asm.tree.analysis.SourceInterpreter.binaryOperation:(Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;)Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;
areturn
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws jdk.internal.org.objectweb.asm.tree.analysis.AnalyzerException
public jdk.internal.org.objectweb.asm.tree.analysis.Value ternaryOperation(jdk.internal.org.objectweb.asm.tree.AbstractInsnNode, jdk.internal.org.objectweb.asm.tree.analysis.Value, jdk.internal.org.objectweb.asm.tree.analysis.Value, jdk.internal.org.objectweb.asm.tree.analysis.Value);
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: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=5, locals=5, args_size=5
0: aload 0
aload 1
aload 2
checkcast jdk.internal.org.objectweb.asm.tree.analysis.SourceValue
aload 3
checkcast jdk.internal.org.objectweb.asm.tree.analysis.SourceValue
aload 4
checkcast jdk.internal.org.objectweb.asm.tree.analysis.SourceValue
invokevirtual jdk.internal.org.objectweb.asm.tree.analysis.SourceInterpreter.ternaryOperation:(Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;)Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;
areturn
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws jdk.internal.org.objectweb.asm.tree.analysis.AnalyzerException
public void returnOperation(jdk.internal.org.objectweb.asm.tree.AbstractInsnNode, jdk.internal.org.objectweb.asm.tree.analysis.Value, jdk.internal.org.objectweb.asm.tree.analysis.Value);
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: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=4, locals=4, args_size=4
0: aload 0
aload 1
aload 2
checkcast jdk.internal.org.objectweb.asm.tree.analysis.SourceValue
aload 3
checkcast jdk.internal.org.objectweb.asm.tree.analysis.SourceValue
invokevirtual jdk.internal.org.objectweb.asm.tree.analysis.SourceInterpreter.returnOperation:(Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;)V
return
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws jdk.internal.org.objectweb.asm.tree.analysis.AnalyzerException
public jdk.internal.org.objectweb.asm.tree.analysis.Value unaryOperation(jdk.internal.org.objectweb.asm.tree.AbstractInsnNode, jdk.internal.org.objectweb.asm.tree.analysis.Value);
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: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
aload 2
checkcast jdk.internal.org.objectweb.asm.tree.analysis.SourceValue
invokevirtual jdk.internal.org.objectweb.asm.tree.analysis.SourceInterpreter.unaryOperation:(Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;)Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;
areturn
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws jdk.internal.org.objectweb.asm.tree.analysis.AnalyzerException
public jdk.internal.org.objectweb.asm.tree.analysis.Value copyOperation(jdk.internal.org.objectweb.asm.tree.AbstractInsnNode, jdk.internal.org.objectweb.asm.tree.analysis.Value);
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: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
aload 2
checkcast jdk.internal.org.objectweb.asm.tree.analysis.SourceValue
invokevirtual jdk.internal.org.objectweb.asm.tree.analysis.SourceInterpreter.copyOperation:(Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;)Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;
areturn
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws jdk.internal.org.objectweb.asm.tree.analysis.AnalyzerException
public jdk.internal.org.objectweb.asm.tree.analysis.Value naryOperation(jdk.internal.org.objectweb.asm.tree.AbstractInsnNode, java.util.List);
descriptor: (Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;Ljava/util/List;)Ljdk/internal/org/objectweb/asm/tree/analysis/Value;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
aload 2
checkcast java.util.List
invokevirtual jdk.internal.org.objectweb.asm.tree.analysis.SourceInterpreter.naryOperation:(Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;Ljava/util/List;)Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;
areturn
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws jdk.internal.org.objectweb.asm.tree.analysis.AnalyzerException
public jdk.internal.org.objectweb.asm.tree.analysis.Value merge(jdk.internal.org.objectweb.asm.tree.analysis.Value, jdk.internal.org.objectweb.asm.tree.analysis.Value);
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: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
checkcast jdk.internal.org.objectweb.asm.tree.analysis.SourceValue
aload 2
checkcast jdk.internal.org.objectweb.asm.tree.analysis.SourceValue
invokevirtual jdk.internal.org.objectweb.asm.tree.analysis.SourceInterpreter.merge:(Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;)Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;
areturn
LocalVariableTable:
Start End Slot Name Signature
public jdk.internal.org.objectweb.asm.tree.analysis.Value 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: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual jdk.internal.org.objectweb.asm.tree.analysis.SourceInterpreter.newOperation:(Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;)Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;
areturn
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws jdk.internal.org.objectweb.asm.tree.analysis.AnalyzerException
public jdk.internal.org.objectweb.asm.tree.analysis.Value newValue(jdk.internal.org.objectweb.asm.Type);
descriptor: (Ljdk/internal/org/objectweb/asm/Type;)Ljdk/internal/org/objectweb/asm/tree/analysis/Value;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual jdk.internal.org.objectweb.asm.tree.analysis.SourceInterpreter.newValue:(Ljdk/internal/org/objectweb/asm/Type;)Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljdk/internal/org/objectweb/asm/tree/analysis/Interpreter<Ljdk/internal/org/objectweb/asm/tree/analysis/SourceValue;>;Ljdk/internal/org/objectweb/asm/Opcodes;
SourceFile: "SourceInterpreter.java"