|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdsql.parser.SimpleNode
dsql.parser.DMNode
dsql.parser.ASTBinaryOperator
dsql.parser.ASTMinusOp
Addition operator
Field Summary |
Fields inherited from class dsql.parser.SimpleNode |
children, id, parent, parser |
Constructor Summary | |
ASTMinusOp(int id)
|
|
ASTMinusOp(Parser p,
int id)
|
Method Summary | |
Value |
execute()
Execute a Node |
protected int |
priority()
operators priority: * /, + - ||, = lt gt, AND OR |
Methods inherited from class dsql.parser.ASTBinaryOperator |
getString |
Methods inherited from class dsql.parser.DMNode |
executeArgument, executeArgumentAsClass, executeArgumentColumnHolder, executeArgumentNonNull, executeArgumentRecordHolder, executeArgumentTable, executeWithCatch, executeXML, getArgument, getCaller, getDsqlParent, getLine, getRoot, hasArgument, jjtInsertFirstChild, jjtSetChild, setCaller, setLine |
Methods inherited from class dsql.parser.SimpleNode |
dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ASTMinusOp(int id)
public ASTMinusOp(Parser p, int id)
Method Detail |
protected int priority()
ASTBinaryOperator
priority
in class ASTBinaryOperator
public Value execute() throws ExecuteException
DMNode
execute
in class DMNode
ExecuteException
- If an error occurs during execution
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |