jcaas.script_nodes
Class InitialProcedure

java.lang.Object
  extended by jcaas.script_nodes.AbstractInterpretable
      extended by jcaas.script_nodes.Procedure
          extended by jcaas.script_nodes.InitialProcedure
All Implemented Interfaces:
Interpretable

public class InitialProcedure
extends Procedure

This class represents the rule procedure ::= INIT { stmt_list }


Constructor Summary
InitialProcedure(Statement list)
          Constructor for when procedure ::= INIT { stmt_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

InitialProcedure

public InitialProcedure(Statement list)
Constructor for when procedure ::= INIT { stmt_list }

Parameters:
list -
Method Detail

interpret

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