|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TokenContinuation
An object that implements the TokenContinuation interface will, upon invocation, execute a specific action on a given token. This is used at runtime in the OIL AST to store an action to take in a parent expression when a token publishes from a subexpression.
Method Summary | |
---|---|
void |
execute(Token t)
|
Method Detail |
---|
void execute(Token t)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |