-
- All Implemented Interfaces:
- antlr.collections.AST, java.io.Serializable
- Direct Known Subclasses:
- BetweenOperatorNode, HqlSqlWalkerNode
public class SqlNode
extends Node
A base AST node for the intermediate tree.
User: josh
Date: Dec 6, 2003
Time: 10:29:14 AM
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class antlr.BaseAST
down, right
-
Constructor Summary
Constructors
Constructor and Description |
SqlNode() |
-
Method Summary
-
Methods inherited from class antlr.CommonAST
getText, getType, initialize, setType
-
Methods inherited from class antlr.BaseAST
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
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.