com.akiban.sql.parser
Class BinaryArithmeticOperatorNode
java.lang.Object
com.akiban.sql.parser.QueryTreeNode
com.akiban.sql.parser.ValueNode
com.akiban.sql.parser.BinaryOperatorNode
com.akiban.sql.parser.BinaryArithmeticOperatorNode
- All Implemented Interfaces:
- Visitable
public class BinaryArithmeticOperatorNode
- extends BinaryOperatorNode
This node represents a binary arithmetic operator, like + or *.
|
Method Summary |
void |
init(Object leftOperand,
Object rightOperand)
Initializer for a BinaryArithmeticOperatorNode |
void |
setNodeType(int nodeType)
Set the node type for this node. |
| Methods inherited from class com.akiban.sql.parser.BinaryOperatorNode |
copyFrom, getLeftOperand, getMethodName, getOperator, getRightOperand, init, init, isConstantExpression, isEquivalent, printSubNodes, setLeftOperand, setLeftRightInterfaceType, setRightOperand, toString |
| Methods inherited from class com.akiban.sql.parser.ValueNode |
getColumnName, getSchemaName, getSourceResultColumn, getTableName, getType, getTypeId, init, isBinaryEqualsOperatorNode, isBooleanFalse, isBooleanTrue, isInListProbeNode, isParameterNode, isRelationalOperator, isSameNodeType, setNullability, setType |
| Methods inherited from class com.akiban.sql.parser.QueryTreeNode |
accept, convertDefaultNode, debugFlush, debugPrint, formatNodeString, getBeginOffset, getDebugOutput, getEndOffset, getNodeFactory, getNodeType, getNullNode, getParserContext, getStatementType, getUserData, init, init, init, init, init, init, init, init, init, init, isInstanceOf, makeTableName, makeTableName, nodeHeader, printLabel, setBeginOffset, setDebugOutput, setEndOffset, setParserContext, setUserData, stackPrint, treePrint, treePrint, treePrint |
BinaryArithmeticOperatorNode
public BinaryArithmeticOperatorNode()
init
public void init(Object leftOperand,
Object rightOperand)
- Initializer for a BinaryArithmeticOperatorNode
- Overrides:
init in class QueryTreeNode
- Parameters:
leftOperand - The left operandrightOperand - The right operand
setNodeType
public void setNodeType(int nodeType)
- Description copied from class:
QueryTreeNode
- Set the node type for this node.
- Overrides:
setNodeType in class QueryTreeNode
- Parameters:
nodeType - The node type.
Copyright © 2013 Akiban Technologies, Inc. All rights reserved.