|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectslogo.language.GrammarElement
slogo.expression.Expression
slogo.expression.UnaryExpression
public abstract class UnaryExpression
Field Summary | |
---|---|
protected Expression |
myExpression
|
Fields inherited from class slogo.language.GrammarElement |
---|
gelementsToValue |
Constructor Summary | |
---|---|
UnaryExpression(Expression e)
|
Method Summary | |
---|---|
java.lang.String |
toString()
|
double |
value(Context c)
|
Methods inherited from class slogo.expression.Expression |
---|
evaluate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected Expression myExpression
Constructor Detail |
---|
public UnaryExpression(Expression e)
Method Detail |
---|
public double value(Context c)
value
in class Expression
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |