elan.instruction
Class Procedure

java.lang.Object
  |
  +--elan.GrammarElement
        |
        +--elan.instruction.Instruction
              |
              +--elan.instruction.Procedure

public class Procedure
extends Instruction

Used in conjunction with To~ classes


Field Summary
protected  java.lang.String myIdentifier
           
protected  StrictInstructionList myList
           
 
Fields inherited from class elan.GrammarElement
ourMap
 
Constructor Summary
Procedure(java.lang.String identifier, StrictInstructionList sil)
           
 
Method Summary
 java.lang.Object evaluate(Context c)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

myList

protected StrictInstructionList myList

myIdentifier

protected java.lang.String myIdentifier
Constructor Detail

Procedure

public Procedure(java.lang.String identifier,
                 StrictInstructionList sil)
Method Detail

evaluate

public java.lang.Object evaluate(Context c)
Overrides:
evaluate in class Instruction

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object