elan.instruction
Class Print

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

public class Print
extends Instruction


Field Summary
protected  Expression myExpression
           
 
Fields inherited from class elan.GrammarElement
ourMap
 
Constructor Summary
Print(Expression e)
           
 
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
Constructor Detail

Print

public Print(Expression e)
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