orc.ast.oil
Interface TokenContinuation


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.

Author:
jthywiss

Method Summary
 void execute(Token t)
           
 

Method Detail

execute

void execute(Token t)