jcaas.script_nodes
Class RuleList

java.lang.Object
  extended by jcaas.script_nodes.AbstractInterpretable
      extended by jcaas.script_nodes.Rule
          extended by jcaas.script_nodes.RuleList
All Implemented Interfaces:
Interpretable

public class RuleList
extends Rule

Author:
reverend TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Field Summary
 
Fields inherited from class jcaas.script_nodes.Rule
BEGIN, END, NONE
 
Constructor Summary
RuleList(Rule rule, Rule list)
           
 
Method Summary
 void interpret(Context c)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuleList

public RuleList(Rule rule,
                Rule list)
Method Detail

interpret

public void interpret(Context c)
Specified by:
interpret in interface Interpretable
Overrides:
interpret in class Rule