public class UnaryLogicOperatorNode extends HqlSqlWalkerNode implements UnaryOperatorNode
| Constructor and Description |
|---|
UnaryLogicOperatorNode() |
| Modifier and Type | Method and Description |
|---|---|
Type |
getDataType()
Retrieves the data type for the overall operator expression.
|
Node |
getOperand()
Retrievs the node representing the operator's single operand.
|
void |
initialize()
Called by the tree walker during hql-sql semantic analysis
after the operator sub-tree is completely built.
|
getAliasGenerator, getASTFactory, getSessionFactoryHelper, getWalker, initializegetOriginalText, setDataType, setTextgetColumn, getFilename, getLine, getRenderText, getTextLength, initialize, initializeaddChild, decode, encode, equals, equalsList, equalsListPartial, equalsTree, equalsTreePartial, findAll, findAllPartial, getFirstChild, getNextSibling, getNumberOfChildren, getTokenNames, removeChildren, setFirstChild, setNextSibling, setVerboseStringConversion, toString, toStringList, toStringTree, xmlSerialize, xmlSerializeNode, xmlSerializeRootClose, xmlSerializeRootOpenpublic Node getOperand()
UnaryOperatorNodegetOperand in interface UnaryOperatorNodepublic void initialize()
OperatorNodeinitialize in interface OperatorNodepublic Type getDataType()
OperatorNodegetDataType in interface OperatorNodegetDataType in class SqlNodeCopyright © 2012 JBoss by Red Hat. All Rights Reserved.