Class GotoNode

All Implemented Interfaces:
IAttributeNode, ILineAttributeNode
Direct Known Subclasses:
IfNode

public class GotoNode extends TargetInsnNode
  • Field Details

    • target

      protected final int target
  • Constructor Details

    • GotoNode

      public GotoNode(int target)
    • GotoNode

      protected GotoNode(InsnType type, int target, int argsCount)
  • Method Details