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