slogo.instruction.drawing
Class HideTurtle

java.lang.Object
  extended by slogo.language.GrammarElement
      extended by slogo.instruction.Instruction
          extended by slogo.instruction.drawing.HideTurtle

public class HideTurtle
extends Instruction

Author:
tshishikub

Field Summary
 
Fields inherited from class slogo.language.GrammarElement
gelementsToValue
 
Constructor Summary
HideTurtle()
           
 
Method Summary
 java.lang.Object evaluate(Context c)
          makes the turtle invisible
 
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

HideTurtle

public HideTurtle()
Method Detail

evaluate

public java.lang.Object evaluate(Context c)
makes the turtle invisible

Overrides:
evaluate in class Instruction
Parameters:
c - context in which the evaluation takes place
Returns:
the result of evaluating the construct