|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectanl.aida.parser.SimpleNode
anl.aida.parser.AggregateFuncNode
public abstract class AggregateFuncNode
Field Summary |
---|
Fields inherited from class anl.aida.parser.SimpleNode |
---|
children, DEG_TO_RAD_FACTOR, id, info, parent, parser |
Constructor Summary | |
---|---|
AggregateFuncNode(int i)
|
|
AggregateFuncNode(Parser p,
int i)
|
Method Summary | |
---|---|
void |
gatherInfo(ASTTreeInfo info)
Sets has aggregates on the tree info object to true. |
protected int |
max(int indexVal,
Frame frame)
|
protected int |
min(int indexVal,
Frame frame)
|
Methods inherited from class anl.aida.parser.SimpleNode |
---|
dump, evaluate, getInfo, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, preprocess, setInfo, toString, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AggregateFuncNode(int i)
public AggregateFuncNode(Parser p, int i)
Method Detail |
---|
public void gatherInfo(ASTTreeInfo info)
gatherInfo
in class SimpleNode
info
- collection of tree infoprotected int min(int indexVal, Frame frame) throws IllegalFormulaException
IllegalFormulaException
protected int max(int indexVal, Frame frame) throws IllegalFormulaException
IllegalFormulaException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |