public class ClearScreen extends Instruction
The value returned by evaluating a CS instruction is just the name of the instruction itself.
gelementsToValue| Constructor and Description | 
|---|
ClearScreen()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Object | 
evaluate(Context c)
Evaluate this instruction in a Context. 
 | 
java.lang.String | 
toString()  | 
public java.lang.Object evaluate(Context c)
evaluate in class Instructionc - the Context for the evaluationpublic java.lang.String toString()
toString in class java.lang.Object