|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectassem.Instr
assem.LABEL
public class LABEL
Constructor Summary | |
---|---|
LABEL(java.lang.String assembly,
Label label)
|
Method Summary | |
---|---|
List<Temp> |
def()
|
Label |
getLabel()
|
Targets |
jumps()
|
List<Temp> |
use()
|
Methods inherited from class assem.Instr |
---|
debug, format, getAssembly, isMoveBetweenTemps, isMoveFromConstant, setAssembly |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LABEL(java.lang.String assembly, Label label)
assembly
- Instrução assembly do label. Por exemplo, se o label
se chamar "TESTE", esse valor deverá ser "TESTE:" para a arquitetura x86label
- Objeto do tipo temp.Label referente a esse labelMethod Detail |
---|
public List<Temp> use()
use
in class Instr
public List<Temp> def()
def
in class Instr
public Targets jumps()
jumps
in class Instr
public Label getLabel()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |