jcaas.script_nodes
Interface Interpretable

All Known Implementing Classes:
AbstractInterpretable, ArgumentList, ArithmeticExpression, ArithmeticFactor, ArithmeticTerm, Assignment, FunctionCall, IfStatement, InitialProcedure, LogicalExpression, LogicalFactor, LogicalTerm, MethodCall, Pattern, Procedure, ProcedureList, Rule, RuleList, Statement, StatementList, StringExpression, StringFactor, WhileLoop

public interface Interpretable

Interface for nodes of a syntax tree.


Method Summary
 void interpret(Context c)
           
 

Method Detail

interpret

void interpret(Context c)