jcaas.script_nodes
Class AbstractInterpretable

java.lang.Object
  extended by jcaas.script_nodes.AbstractInterpretable
All Implemented Interfaces:
Interpretable
Direct Known Subclasses:
ArgumentList, ArithmeticExpression, ArithmeticFactor, ArithmeticTerm, LogicalExpression, LogicalFactor, LogicalTerm, Pattern, Procedure, Rule, Statement, StringExpression, StringFactor

public abstract class AbstractInterpretable
extends java.lang.Object
implements Interpretable

An abstract class that implements Interpretable.


Constructor Summary
AbstractInterpretable()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface jcaas.script_nodes.Interpretable
interpret
 

Constructor Detail

AbstractInterpretable

public AbstractInterpretable()