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, xmlSerializeRootOpen
public java.lang.String getRenderText(SessionFactoryImplementor sessionFactory)
sessionFactory
- The session factorypublic void initialize(antlr.Token tok)
initialize
in interface antlr.collections.AST
initialize
in class antlr.CommonAST
public void initialize(antlr.collections.AST t)
initialize
in interface antlr.collections.AST
initialize
in class antlr.CommonAST
public java.lang.String getFilename()
public int getLine()
getLine
in interface antlr.collections.AST
getLine
in class antlr.BaseAST
public int getColumn()
getColumn
in interface antlr.collections.AST
getColumn
in class antlr.BaseAST
public int getTextLength()
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.