Class LabelNode

    • Constructor Detail

      • LabelNode

        public LabelNode()
      • LabelNode

        public LabelNode​(org.objectweb.asm.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 org.objectweb.asm.Label getLabel()
        Returns the label encapsulated by this node. A new label is created and associated with this node if it was created without an encapsulated label.
        Returns:
        the label encapsulated by this node.
      • accept

        public void accept​(org.objectweb.asm.MethodVisitor methodVisitor)
        Description copied from class: AbstractInsnNode
        Makes the given method visitor visit this instruction.
        Specified by:
        accept in class AbstractInsnNode
        Parameters:
        methodVisitor - a method visitor.
      • resetLabel

        public void resetLabel()