public class Print extends Instruction
Modifier and Type | Field and Description |
---|---|
private Expression |
myExpression |
gelementsToValue
Constructor and Description |
---|
Print(Expression e)
Represents a Print expression
|
private Expression myExpression
public Print(Expression e)
e
- public java.lang.Object evaluate(Context c)
evaluate
in class Instruction
c
- is the Context in which the evaluation occurspublic java.lang.String toString()
toString
in class java.lang.Object