public class Node
extends antlr.CommonAST
| Modifier and Type | Method and Description | 
|---|---|
int | 
getColumn()  | 
String | 
getFilename()  | 
int | 
getLine()  | 
String | 
getRenderText(SessionFactoryImplementor sessionFactory)
Retrieve the text to be used for rendering this particular node. 
 | 
int | 
getTextLength()  | 
void | 
initialize(antlr.collections.AST t)  | 
void | 
initialize(antlr.Token tok)  | 
addChild, decode, encode, equals, equalsList, equalsListPartial, equalsTree, equalsTreePartial, findAll, findAllPartial, getFirstChild, getNextSibling, getNumberOfChildren, getTokenNames, removeChildren, setFirstChild, setNextSibling, setVerboseStringConversion, toString, toStringList, toStringTree, xmlSerialize, xmlSerializeNode, xmlSerializeRootClose, xmlSerializeRootOpenpublic String getRenderText(SessionFactoryImplementor sessionFactory)
sessionFactory - The session factorypublic void initialize(antlr.Token tok)
initialize in interface antlr.collections.ASTinitialize in class antlr.CommonASTpublic void initialize(antlr.collections.AST t)
initialize in interface antlr.collections.ASTinitialize in class antlr.CommonASTpublic String getFilename()
public int getLine()
getLine in interface antlr.collections.ASTgetLine in class antlr.BaseASTpublic int getColumn()
getColumn in interface antlr.collections.ASTgetColumn in class antlr.BaseASTpublic int getTextLength()
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.