|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttree.Stm
tree.MOVE
public class MOVE
Esta árvore representa a operação de atribuição de valores ("move"). Possui dois nós filhos, origem e destino.
Constructor Summary | |
---|---|
MOVE(Exp d,
Exp s)
|
Method Summary | |
---|---|
Stm |
build(List<Exp> kids)
|
Exp |
getDestination()
|
Exp |
getSource()
|
List<Exp> |
kids()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MOVE(Exp d, Exp s)
Method Detail |
---|
public List<Exp> kids()
kids
in class Stm
public Stm build(List<Exp> kids)
build
in class Stm
public Exp getSource()
public Exp getDestination()
TEMP
ou MEM
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |