public class org.stringtemplate.v4.compiler.Bytecode$Instruction
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.stringtemplate.v4.compiler.Bytecode$Instruction
super_class: java.lang.Object
{
public java.lang.String name;
descriptor: Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
public org.stringtemplate.v4.compiler.Bytecode$OperandType[] type;
descriptor: [Lorg/stringtemplate/v4/compiler/Bytecode$OperandType;
flags: (0x0001) ACC_PUBLIC
public int nopnds;
descriptor: I
flags: (0x0001) ACC_PUBLIC
public void <init>(java.lang.String);
descriptor: (Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
getstatic org.stringtemplate.v4.compiler.Bytecode$OperandType.NONE:Lorg/stringtemplate/v4/compiler/Bytecode$OperandType;
getstatic org.stringtemplate.v4.compiler.Bytecode$OperandType.NONE:Lorg/stringtemplate/v4/compiler/Bytecode$OperandType;
invokespecial org.stringtemplate.v4.compiler.Bytecode$Instruction.<init>:(Ljava/lang/String;Lorg/stringtemplate/v4/compiler/Bytecode$OperandType;Lorg/stringtemplate/v4/compiler/Bytecode$OperandType;)V
aload 0
iconst_0
putfield org.stringtemplate.v4.compiler.Bytecode$Instruction.nopnds:I
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/stringtemplate/v4/compiler/Bytecode$Instruction;
0 2 1 name Ljava/lang/String;
MethodParameters:
Name Flags
name
public void <init>(java.lang.String, org.stringtemplate.v4.compiler.Bytecode$OperandType);
descriptor: (Ljava/lang/String;Lorg/stringtemplate/v4/compiler/Bytecode$OperandType;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
getstatic org.stringtemplate.v4.compiler.Bytecode$OperandType.NONE:Lorg/stringtemplate/v4/compiler/Bytecode$OperandType;
invokespecial org.stringtemplate.v4.compiler.Bytecode$Instruction.<init>:(Ljava/lang/String;Lorg/stringtemplate/v4/compiler/Bytecode$OperandType;Lorg/stringtemplate/v4/compiler/Bytecode$OperandType;)V
aload 0
iconst_1
putfield org.stringtemplate.v4.compiler.Bytecode$Instruction.nopnds:I
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/stringtemplate/v4/compiler/Bytecode$Instruction;
0 2 1 name Ljava/lang/String;
0 2 2 a Lorg/stringtemplate/v4/compiler/Bytecode$OperandType;
MethodParameters:
Name Flags
name
a
public void <init>(java.lang.String, org.stringtemplate.v4.compiler.Bytecode$OperandType, org.stringtemplate.v4.compiler.Bytecode$OperandType);
descriptor: (Ljava/lang/String;Lorg/stringtemplate/v4/compiler/Bytecode$OperandType;Lorg/stringtemplate/v4/compiler/Bytecode$OperandType;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
iconst_2
anewarray org.stringtemplate.v4.compiler.Bytecode$OperandType
putfield org.stringtemplate.v4.compiler.Bytecode$Instruction.type:[Lorg/stringtemplate/v4/compiler/Bytecode$OperandType;
2: aload 0
iconst_0
putfield org.stringtemplate.v4.compiler.Bytecode$Instruction.nopnds:I
3: aload 0
aload 1
putfield org.stringtemplate.v4.compiler.Bytecode$Instruction.name:Ljava/lang/String;
4: aload 0
getfield org.stringtemplate.v4.compiler.Bytecode$Instruction.type:[Lorg/stringtemplate/v4/compiler/Bytecode$OperandType;
iconst_0
aload 2
aastore
5: aload 0
getfield org.stringtemplate.v4.compiler.Bytecode$Instruction.type:[Lorg/stringtemplate/v4/compiler/Bytecode$OperandType;
iconst_1
aload 3
aastore
6: aload 0
iconst_2
putfield org.stringtemplate.v4.compiler.Bytecode$Instruction.nopnds:I
7: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lorg/stringtemplate/v4/compiler/Bytecode$Instruction;
0 8 1 name Ljava/lang/String;
0 8 2 a Lorg/stringtemplate/v4/compiler/Bytecode$OperandType;
0 8 3 b Lorg/stringtemplate/v4/compiler/Bytecode$OperandType;
MethodParameters:
Name Flags
name
a
b
}
SourceFile: "Bytecode.java"
NestHost: org.stringtemplate.v4.compiler.Bytecode
InnerClasses:
public Instruction = org.stringtemplate.v4.compiler.Bytecode$Instruction of org.stringtemplate.v4.compiler.Bytecode
public final OperandType = org.stringtemplate.v4.compiler.Bytecode$OperandType of org.stringtemplate.v4.compiler.Bytecode