|
||||||||||
| 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.SetXY
public class SetXY
| Field Summary | |
|---|---|
(package private) Expression |
myX
|
(package private) Expression |
myY
|
| Fields inherited from class slogo.language.GrammarElement |
|---|
gelementsToValue |
| Constructor Summary | |
|---|---|
SetXY(Expression e1,
Expression e2)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
evaluate(Context c)
Evaluate this language construct in some context. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
Expression myX
Expression myY
| Constructor Detail |
|---|
public SetXY(Expression e1,
Expression e2)
| Method Detail |
|---|
public java.lang.Object evaluate(Context c)
GrammarElement
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 | |||||||||