|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectpicasso.parser.language.ExpressionTreeNode
public abstract class ExpressionTreeNode
All elements of the language (e.g., that make up ExpressionTree) should extend ExpressionTreeNode.
| Constructor Summary | |
|---|---|
ExpressionTreeNode()
|
|
| Method Summary | |
|---|---|
abstract RGBColor |
evaluate(double x,
double y)
Evaluate this expression, given x and y |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExpressionTreeNode()
| Method Detail |
|---|
public abstract RGBColor evaluate(double x,
double y)
evaluate in interface EvaluatableExpressionx - y -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||