|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjelan.simple.GrammarElement
jelan.simple.Expression
jelan.simple.BinaryExpression
jelan.simple.Division
public class Division
| Constructor Summary | |
|---|---|
Division(Expression lhs,
Expression rhs)
|
|
| Method Summary | |
|---|---|
double |
value(Context c)
|
| Methods inherited from class jelan.simple.BinaryExpression |
|---|
leftValue, rightValue, toString |
| Methods inherited from class jelan.simple.Expression |
|---|
evaluate |
| Methods inherited from class java.lang.Object |
|---|
equals, 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 | |||||||||