| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorc.runtime.nodes.Node
orc.runtime.nodes.Call
public class Call
Compiled node for a call (either a site call or a definition call)
| Constructor Summary | |
|---|---|
| Call(Arg caller,
     java.util.List<Arg> args,
     Node next) | |
| Method Summary | |
|---|---|
|  void | process(Token t)Looks up the function to be called, then creates a call token using the argument expressions. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public Call(Arg caller,
            java.util.List<Arg> args,
            Node next)
| Method Detail | 
|---|
public void process(Token t)
process in class Nodet - input token being processed| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||