|
Venice 0.74beta | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnz.org.venice.parser.expression.AbstractExpression
nz.org.venice.parser.expression.TerminalExpression
nz.org.venice.parser.expression.StringExpression
A representation of a value.
| Field Summary |
| Fields inherited from interface nz.org.venice.parser.Expression |
BOOLEAN_TYPE, FALSE, FLOAT_QUOTE_TYPE, FLOAT_TYPE, INTEGER_QUOTE_TYPE, INTEGER_SHORT_TYPE, INTEGER_TYPE, NUMERIC_TYPE, STRING_TYPE, TRUE, TRUE_LEVEL, UNDEFINED_TYPE |
| Constructor Summary | |
StringExpression(java.lang.String text)
Create a new string expression with the given string text. |
|
| Method Summary | |
java.lang.Object |
clone()
|
boolean |
equals(java.lang.Object object)
Returns whether this expression tree and the given expression tree are equivalent. |
double |
evaluate(Variables variables,
QuoteBundle quoteBundle,
Symbol symbol,
int day)
Evaluates the given expression and returns the result. |
java.lang.String |
getText()
Get the text of the string. |
int |
getType()
Get the type of the expression. |
int |
hashCode()
If you override the equals(java.lang.Object) method then you should override
this method. |
java.lang.String |
toString()
Convert the given expression to a string. |
| Methods inherited from class nz.org.venice.parser.expression.TerminalExpression |
checkType, getChildCount |
| Methods inherited from class nz.org.venice.parser.expression.AbstractExpression |
getChild, getId, getIndex, getNumberFormat, getParent, getParseMetadata, isRoot, iterator, parseDouble, parseInt, printParents, setChild, setChildMutableVersion, setParent, setParseMetadata, simplify, simplifyMutableVersion, size, size, validTree, valueOfDouble, valueOfInt |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public StringExpression(java.lang.String text)
text - the initial text of the string.| Method Detail |
public double evaluate(Variables variables,
QuoteBundle quoteBundle,
Symbol symbol,
int day)
Expression
variables - variable storage area for expressionquoteBundle - the quote bundle containing quote data to usesymbol - the current symbolday - current date in cache fast access format
public java.lang.String toString()
Expression
toString in interface ExpressiontoString in class AbstractExpressionpublic boolean equals(java.lang.Object object)
AbstractExpression
equals in interface Expressionequals in class AbstractExpressionobject - the other expressionpublic int hashCode()
AbstractExpressionAbstractExpression.equals(java.lang.Object) method then you should override
this method. It provides a very basic hash code function.
hashCode in interface ExpressionhashCode in class AbstractExpressionpublic java.lang.String getText()
public int getType()
Expression.STRING_TYPEpublic java.lang.Object clone()
clone in interface Expressionclone in class AbstractExpression
|
Venice 0.74beta | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||