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, xmlSerializeRootOpen
public 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 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 © 2016 JBoss by Red Hat. All rights reserved.