|
||||||||||
| 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.BinaryExpression
slogo.expression.Division
public class Division
Represents a / b, the division of two expressions
| Field Summary |
|---|
| Fields inherited from class slogo.expression.BinaryExpression |
|---|
myLeft, myRight, mySymbol |
| Fields inherited from class slogo.language.GrammarElement |
|---|
gelementsToValue |
| Constructor Summary | |
|---|---|
Division(Expression lhs,
Expression rhs)
|
|
| Method Summary | |
|---|---|
double |
value(Context c)
|
| Methods inherited from class slogo.expression.BinaryExpression |
|---|
leftValue, rightValue, toString |
| 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 |
| Constructor Detail |
|---|
public Division(Expression lhs,
Expression rhs)
| Method Detail |
|---|
public double value(Context c)
value in class Expression
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||