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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
myList
protected StrictInstructionList myList
myIdentifier
protected java.lang.String myIdentifier
Procedure
public Procedure(java.lang.String identifier,
StrictInstructionList sil)
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