org.makumba.providers.query.mql
Class Node

java.lang.Object
  extended by antlr.BaseAST
      extended by antlr.CommonAST
          extended by org.makumba.providers.query.mql.Node
All Implemented Interfaces:
antlr.collections.AST, Serializable

public class Node
extends antlr.CommonAST

Base node class for use by Hibernate within its AST trees.

Author:
Joshua Davis, Steve Ebersole
See Also:
Serialized Form

Field Summary
 
Fields inherited from class antlr.BaseAST
down, right
 
Constructor Summary
Node()
           
Node(antlr.Token tok)
           
 
Method Summary
 int getColumn()
           
 String getFilename()
           
 int getLine()
           
 int getTextLength()
           
 void initialize(antlr.collections.AST t)
           
 void initialize(antlr.Token tok)
           
 void setCol(int col)
           
 void setLine(int line)
           
 
Methods inherited from class antlr.CommonAST
getText, getType, initialize, setText, 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
 

Constructor Detail

Node

public Node()

Node

public Node(antlr.Token tok)
Method Detail

initialize

public void initialize(antlr.Token tok)
Specified by:
initialize in interface antlr.collections.AST
Overrides:
initialize in class antlr.CommonAST

initialize

public void initialize(antlr.collections.AST t)
Specified by:
initialize in interface antlr.collections.AST
Overrides:
initialize in class antlr.CommonAST

getFilename

public String getFilename()

getLine

public int getLine()
Specified by:
getLine in interface antlr.collections.AST
Overrides:
getLine in class antlr.BaseAST

getColumn

public int getColumn()
Specified by:
getColumn in interface antlr.collections.AST
Overrides:
getColumn in class antlr.BaseAST

getTextLength

public int getTextLength()

setLine

public void setLine(int line)

setCol

public void setCol(int col)