|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectslogo.language.GrammarElement
slogo.instruction.Instruction
slogo.instruction.drawing.ClearScreen
public class ClearScreen
erases the drawing area and sends the turtle to the home position (Like CLEAN and HOME)
| Field Summary |
|---|
| Fields inherited from class slogo.language.GrammarElement |
|---|
gelementsToValue |
| Constructor Summary | |
|---|---|
ClearScreen()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
evaluate(Context c)
erases the drawing area and sends the turtle to the home position (Like CLEAN and HOME) |
| Methods inherited from class slogo.instruction.Instruction |
|---|
evaluateNumericExpression |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClearScreen()
| Method Detail |
|---|
public java.lang.Object evaluate(Context c)
evaluate in class Instructionc - context in which the evaluation takes place
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||