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 // org.stringtemplate.v4.compiler.Bytecode$Instruction this
        start local 1 // java.lang.String name
         0: .line 41
            aload 0 /* this */
            aload 1 /* name */
            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 /* this */
            iconst_0
            putfield org.stringtemplate.v4.compiler.Bytecode$Instruction.nopnds:I
         1: .line 42
            return
        end local 1 // java.lang.String name
        end local 0 // org.stringtemplate.v4.compiler.Bytecode$Instruction this
      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 // org.stringtemplate.v4.compiler.Bytecode$Instruction this
        start local 1 // java.lang.String name
        start local 2 // org.stringtemplate.v4.compiler.Bytecode$OperandType a
         0: .line 44
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* a */
            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 /* this */
            iconst_1
            putfield org.stringtemplate.v4.compiler.Bytecode$Instruction.nopnds:I
         1: .line 45
            return
        end local 2 // org.stringtemplate.v4.compiler.Bytecode$OperandType a
        end local 1 // java.lang.String name
        end local 0 // org.stringtemplate.v4.compiler.Bytecode$Instruction this
      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 // org.stringtemplate.v4.compiler.Bytecode$Instruction this
        start local 1 // java.lang.String name
        start local 2 // org.stringtemplate.v4.compiler.Bytecode$OperandType a
        start local 3 // org.stringtemplate.v4.compiler.Bytecode$OperandType b
         0: .line 46
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 38
            aload 0 /* this */
            iconst_2
            anewarray org.stringtemplate.v4.compiler.Bytecode$OperandType
            putfield org.stringtemplate.v4.compiler.Bytecode$Instruction.type:[Lorg/stringtemplate/v4/compiler/Bytecode$OperandType;
         2: .line 39
            aload 0 /* this */
            iconst_0
            putfield org.stringtemplate.v4.compiler.Bytecode$Instruction.nopnds:I
         3: .line 47
            aload 0 /* this */
            aload 1 /* name */
            putfield org.stringtemplate.v4.compiler.Bytecode$Instruction.name:Ljava/lang/String;
         4: .line 48
            aload 0 /* this */
            getfield org.stringtemplate.v4.compiler.Bytecode$Instruction.type:[Lorg/stringtemplate/v4/compiler/Bytecode$OperandType;
            iconst_0
            aload 2 /* a */
            aastore
         5: .line 49
            aload 0 /* this */
            getfield org.stringtemplate.v4.compiler.Bytecode$Instruction.type:[Lorg/stringtemplate/v4/compiler/Bytecode$OperandType;
            iconst_1
            aload 3 /* b */
            aastore
         6: .line 50
            aload 0 /* this */
            iconst_2
            putfield org.stringtemplate.v4.compiler.Bytecode$Instruction.nopnds:I
         7: .line 51
            return
        end local 3 // org.stringtemplate.v4.compiler.Bytecode$OperandType b
        end local 2 // org.stringtemplate.v4.compiler.Bytecode$OperandType a
        end local 1 // java.lang.String name
        end local 0 // org.stringtemplate.v4.compiler.Bytecode$Instruction this
      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