|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Callable
Callable objects include sites and definitions
Method Summary | |
---|---|
void |
createCall(Token caller,
java.util.List<java.lang.Object> args,
TokenContinuation publishContinuation)
Create a call to a callable value |
Method Detail |
---|
void createCall(Token caller, java.util.List<java.lang.Object> args, TokenContinuation publishContinuation) throws TokenException
caller
- token for which the call is being made: points to the call nodeargs
- argument listpublishContinuation
- next node after the call node, to which the result should be sent
TokenException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |