|
||||||||||
| 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.OneParameterInstruction
slogo.instruction.drawing.Left
public class Left
turns the turtle counterclockwise by the specified angle
| Field Summary |
|---|
| Fields inherited from class slogo.instruction.drawing.OneParameterInstruction |
|---|
param |
| Fields inherited from class slogo.language.GrammarElement |
|---|
gelementsToValue |
| Constructor Summary | |
|---|---|
Left(GrammarElement e)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
evaluate(Context c)
turns the turtle counterclockwise by the specified angle |
| 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 Left(GrammarElement e)
| Method Detail |
|---|
public java.lang.Object evaluate(Context c)
evaluate in class OneParameterInstructionc - context in which the evaluation takes place
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||