|
||||||||||
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.conditional.ConditionalInstruction
slogo.instruction.conditional.Less
public class Less
Field Summary |
---|
Fields inherited from class slogo.instruction.conditional.ConditionalInstruction |
---|
e1, e2 |
Fields inherited from class slogo.language.GrammarElement |
---|
gelementsToValue |
Constructor Summary | |
---|---|
Less(GrammarElement e1,
GrammarElement e2)
|
Method Summary | |
---|---|
java.lang.Integer |
evaluate(Context c)
Evaluate this language construct in some context. |
Methods inherited from class slogo.instruction.conditional.ConditionalInstruction |
---|
firstValue, secondValue |
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 Less(GrammarElement e1, GrammarElement e2)
Method Detail |
---|
public java.lang.Integer evaluate(Context c)
GrammarElement
evaluate
in class ConditionalInstruction
c
- context in which the evaluation takes place
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |