Class JsrNode

All Implemented Interfaces:
IAttributeNode, ILineAttributeNode

public class JsrNode extends TargetInsnNode
  • Field Details

    • target

      protected final int target
  • Constructor Details

    • JsrNode

      public JsrNode(int target)
    • JsrNode

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