public class Node
extends antlr.CommonAST
| Modifier and Type | Method and Description |
|---|---|
int |
getColumn() |
java.lang.String |
getFilename() |
int |
getLine() |
java.lang.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 java.lang.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 java.lang.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-2018 Red Hat, Inc. All Rights Reserved.