|
Venice 0.751beta | |||||||||
| 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.UnaryExpression
nz.org.venice.parser.expression.EvalFunctionExpression
An expression which defines a user function.
| 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 | |
EvalFunctionExpression(java.lang.String name,
int type,
Expression parameterList)
Create a new average expression for the given quote kind,
for lag days away. |
|
| Method Summary | |
int |
checkType()
Perform type checking on the expression. |
java.lang.Object |
clone()
|
double |
evaluate(Variables variables,
QuoteBundle quoteBundle,
Symbol symbol,
int day)
Evaluates the given expression and returns the result. |
java.lang.String |
getName()
|
int |
getType()
Get the type of the expression. |
java.lang.String |
toString()
Convert the given expression to a string. |
| Methods inherited from class nz.org.venice.parser.expression.UnaryExpression |
getChildCount |
| Methods inherited from class nz.org.venice.parser.expression.AbstractExpression |
equals, getChild, getId, getIndex, getNumberFormat, getParent, getParseMetadata, hashCode, 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 EvalFunctionExpression(java.lang.String name,
int type,
Expression parameterList)
quote kind,
for lag days away.
name - the name of the function which is called.type - the variable type that the function returnsparameterList - A clause expression which contains the value of the
parameters passed to the function.| Method Detail |
public double evaluate(Variables variables,
QuoteBundle quoteBundle,
Symbol symbol,
int day)
throws EvaluationException
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
EvaluationException - if the expression performs an illegal
operation such as divide by zero.public java.lang.String toString()
Expression
toString in interface ExpressiontoString in class AbstractExpression
public int checkType()
throws TypeMismatchException
Expression
TypeMismatchException - if the expression has incorrect typespublic java.lang.String getName()
public int getType()
Expression
public java.lang.Object clone()
clone in interface Expressionclone in class AbstractExpression
|
Venice 0.751beta | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||