Class LabelNode

    • Constructor Detail

      • LabelNode

        public LabelNode()
      • LabelNode

        public LabelNode​(Label label)
    • Method Detail

      • getType

        public int getType()
        Description copied from class: AbstractInsnNode
        Returns the type of this instruction.
        Specified by:
        getType in class AbstractInsnNode
        Returns:
        the type of this instruction, i.e. one the constants defined in this class.
      • getLabel

        public Label getLabel()
      • resetLabel

        public void resetLabel()