|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttree.Exp
tree.CALL
public class CALL
Classe que representa uma operação de chamada de procedimento. Da mesma forma que o nó
JUMP
, pode ser chamado um NAME
ou o resultado de uma Exp
.
Constructor Summary | |
---|---|
CALL(Exp f,
List<Exp> a)
|
Method Summary | |
---|---|
Exp |
build(List<Exp> kids)
|
List<Exp> |
getArguments()
|
Exp |
getCallable()
|
List<Exp> |
kids()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CALL(Exp f, List<Exp> a)
Method Detail |
---|
public List<Exp> kids()
kids
in class Exp
public Exp build(List<Exp> kids)
build
in class Exp
public List<Exp> getArguments()
public Exp getCallable()
NAME
ou Exp
) que deverá ser chamado.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |