|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ow2.asmdex.tree.AbstractInsnNode
org.ow2.asmdex.tree.LabelNode
public class LabelNode
An AbstractInsnNode that encapsulates a Label.
| Field Summary |
|---|
| Fields inherited from class org.ow2.asmdex.tree.AbstractInsnNode |
|---|
ARRAY_LENGTH_INSN, ARRAY_OPERATION_INSN, FIELD_INSN, FILL_ARRAY_DATA_INSN, INSN, INT_INSN, JUMP_INSN, LABEL_INSN, LINE, LOOKUPSWITCH_INSN, METHOD_INSN, MULTIANEWARRAY_INSN, opcode, OPERATION_INSN, STRING_INSN, TABLESWITCH_INSN, TYPE_INSN, VAR_INSN, VAR_INSN_LONG |
| Constructor Summary | |
|---|---|
LabelNode()
Empty constructor |
|
LabelNode(Label label)
Constructor with the label |
|
| Method Summary | |
|---|---|
void |
accept(MethodVisitor cv)
Makes the given code visitor visit this instruction. |
AbstractInsnNode |
clone(java.util.Map<LabelNode,LabelNode> labels)
Returns a copy of this instruction. |
Label |
getLabel()
Get the label value |
int |
getType()
Returns the type of this instruction. |
void |
resetLabel()
Reset the label value |
| Methods inherited from class org.ow2.asmdex.tree.AbstractInsnNode |
|---|
getNext, getOpcode, getPrevious |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LabelNode()
public LabelNode(Label label)
label - | Method Detail |
|---|
public int getType()
AbstractInsnNode
getType in class AbstractInsnNodepublic Label getLabel()
public void accept(MethodVisitor cv)
AbstractInsnNode
accept in class AbstractInsnNodecv - a code visitor.public AbstractInsnNode clone(java.util.Map<LabelNode,LabelNode> labels)
AbstractInsnNode
clone in class AbstractInsnNodelabels - a map from LabelNodes to cloned LabelNodes.
InsnList.public void resetLabel()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||