|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttip.instructions.Instruction
tip.instructions.JumpInstruction
public abstract class JumpInstruction
Field Summary |
---|
Fields inherited from class tip.instructions.Instruction |
---|
location |
Constructor Summary | |
---|---|
JumpInstruction(Ilabel target)
|
Method Summary | |
---|---|
Ilabel |
getTarget()
|
Methods inherited from class tip.instructions.Instruction |
---|
genCode, getCodeSize, getID, getID, toAsm |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JumpInstruction(Ilabel target)
Method Detail |
---|
public Ilabel getTarget()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |