elan.instruction
Class Repeat
java.lang.Object
|
+--elan.GrammarElement
|
+--elan.instruction.Instruction
|
+--elan.instruction.Repeat
- public class Repeat
- extends Instruction
Relates to "REPEAT"-type instructions.
|
Method Summary |
java.lang.Object |
evaluate(Context c)
|
java.lang.String |
toString()
Returns the HRF of the Instruction as a String. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
myExpression
protected Expression myExpression
myList
protected StrictInstructionList myList
Repeat
public Repeat(Expression e,
StrictInstructionList sil)
evaluate
public java.lang.Object evaluate(Context c)
- Overrides:
evaluate in class Instruction
toString
public java.lang.String toString()
- Returns the HRF of the Instruction as a String.
- Overrides:
toString in class java.lang.Object