|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttree.Exp
tree.MEM
public class MEM
Esta classe representa o acesso a memória através de uma sub-expressão. O único filho desse nó será a expressão que resultará no endereço de memória que será acessado.
Constructor Summary | |
---|---|
MEM(Exp e)
|
Method Summary | |
---|---|
Exp |
build(List<Exp> kids)
|
Exp |
getExpression()
|
List<Exp> |
kids()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MEM(Exp e)
Method Detail |
---|
public List<Exp> kids()
kids
in class Exp
public Exp build(List<Exp> kids)
build
in class Exp
public Exp getExpression()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |