Java org.objectweb.asm.tree AbstractInsnNode fields, constructors, methods, implement or subclass

Example usage for Java org.objectweb.asm.tree AbstractInsnNode fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.objectweb.asm.tree AbstractInsnNode.

The text is from its open source code.

Subclass

org.objectweb.asm.tree.AbstractInsnNode has subclasses.
Click this link to see all its subclasses.

Field

intINSN
The type of InsnNode instructions.
intINT_INSN
The type of IntInsnNode instructions.
intVAR_INSN
The type of VarInsnNode instructions.
intTYPE_INSN
The type of TypeInsnNode instructions.
intFIELD_INSN
The type of FieldInsnNode instructions.
intMETHOD_INSN
The type of MethodInsnNode instructions.
intINVOKE_DYNAMIC_INSN
The type of InvokeDynamicInsnNode instructions.
intJUMP_INSN
The type of JumpInsnNode instructions.
intLABEL
The type of LabelNode "instructions".
intLDC_INSN
The type of LdcInsnNode instructions.
intIINC_INSN
The type of IincInsnNode instructions.
intTABLESWITCH_INSN
The type of TableSwitchInsnNode instructions.
intLOOKUPSWITCH_INSN
The type of LookupSwitchInsnNode instructions.
intMULTIANEWARRAY_INSN
The type of MultiANewArrayInsnNode instructions.
intFRAME
The type of FrameNode "instructions".
intLINE
The type of LineNumberNode "instructions".
intopcode
The opcode of this instruction.

Method

voidaccept(MethodVisitor methodVisitor)
Makes the given method visitor visit this instruction.
AbstractInsnNodeclone(Map clonedLabels)
Returns a copy of this instruction.
AbstractInsnNodegetNext()
Returns the next instruction in the list to which this instruction belongs, if any.
intgetOpcode()
Returns the opcode of this instruction.
AbstractInsnNodegetPrevious()
Returns the previous instruction in the list to which this instruction belongs, if any.
intgetType()
Returns the type of this instruction.