elan.instruction
Class Repeat

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

public class Repeat
extends Instruction


Field Summary
protected  Expression myExpression
           
protected  StrictInstructionList myList
           
 
Fields inherited from class elan.GrammarElement
ourMap
 
Constructor Summary
Repeat(Expression e, StrictInstructionList sil)
           
 
Method Summary
 java.lang.Object evaluate(elan.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

myExpression

protected Expression myExpression

myList

protected StrictInstructionList myList
Constructor Detail

Repeat

public Repeat(Expression e,
              StrictInstructionList sil)
Method Detail

evaluate

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

toString

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