public class BetweenOperatorNode extends SqlNode implements OperatorNode
Constructor and Description |
---|
BetweenOperatorNode() |
Modifier and Type | Method and Description |
---|---|
Type |
getDataType()
Retrieves the data type for the overall operator expression.
|
Node |
getFixtureOperand() |
Node |
getHighOperand() |
Node |
getLowOperand() |
void |
initialize()
Called by the tree walker during hql-sql semantic analysis
after the operator sub-tree is completely built.
|
getOriginalText, setDataType, setText
getColumn, getFilename, getLine, getRenderText, getTextLength, initialize, initialize
addChild, decode, encode, equals, equalsList, equalsListPartial, equalsTree, equalsTreePartial, findAll, findAllPartial, getFirstChild, getNextSibling, getNumberOfChildren, getTokenNames, removeChildren, setFirstChild, setNextSibling, setVerboseStringConversion, toString, toStringList, toStringTree, xmlSerialize, xmlSerializeNode, xmlSerializeRootClose, xmlSerializeRootOpen
public void initialize() throws antlr.SemanticException
OperatorNode
initialize
in interface OperatorNode
antlr.SemanticException
public Type getDataType()
OperatorNode
getDataType
in interface OperatorNode
getDataType
in class SqlNode
public Node getFixtureOperand()
public Node getLowOperand()
public Node getHighOperand()
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.