public abstract class org.apache.bcel.generic.GotoInstruction extends org.apache.bcel.generic.BranchInstruction implements org.apache.bcel.generic.UnconditionalBranch
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.apache.bcel.generic.GotoInstruction
  super_class: org.apache.bcel.generic.BranchInstruction
{
  void <init>(short, org.apache.bcel.generic.InstructionHandle);
    descriptor: (SLorg/apache/bcel/generic/InstructionHandle;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.bcel.generic.GotoInstruction this
        start local 1 // short opcode
        start local 2 // org.apache.bcel.generic.InstructionHandle target
         0: .line 27
            aload 0 /* this */
            iload 1 /* opcode */
            aload 2 /* target */
            invokespecial org.apache.bcel.generic.BranchInstruction.<init>:(SLorg/apache/bcel/generic/InstructionHandle;)V
         1: .line 28
            return
        end local 2 // org.apache.bcel.generic.InstructionHandle target
        end local 1 // short opcode
        end local 0 // org.apache.bcel.generic.GotoInstruction this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/apache/bcel/generic/GotoInstruction;
            0    2     1  opcode  S
            0    2     2  target  Lorg/apache/bcel/generic/InstructionHandle;
    MethodParameters:
        Name  Flags
      opcode  final
      target  final

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.bcel.generic.GotoInstruction this
         0: .line 35
            aload 0 /* this */
            invokespecial org.apache.bcel.generic.BranchInstruction.<init>:()V
         1: .line 36
            return
        end local 0 // org.apache.bcel.generic.GotoInstruction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/bcel/generic/GotoInstruction;
}
SourceFile: "GotoInstruction.java"