Support StringTemplate, ANTLR Project by making a donation! Terence often pays for things like the antlr.org server, conference travel, and this site design (that alone cost US$1000). Buy him a beer and pizza remotely ;)
|
StringTemplateAST
org.antlr.stringtemplate.language
Class StringTemplateAST
java.lang.Object
antlr.BaseAST
antlr.CommonAST
org.antlr.stringtemplate.language.StringTemplateAST
- All Implemented Interfaces:
- antlr.collections.AST, java.io.Serializable
- public class StringTemplateAST
- extends antlr.CommonAST
- See Also:
- Serialized Form
| Fields inherited from class antlr.CommonAST |
|
| Fields inherited from class antlr.BaseAST |
down, right |
| Methods inherited from class antlr.CommonAST |
getText, getType, initialize, initialize, initialize, setText, setType |
| Methods inherited from class antlr.BaseAST |
addChild, decode, encode, equals, equalsList, equalsListPartial, equalsTree, equalsTreePartial, findAll, findAllPartial, getColumn, getFirstChild, getLine, 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 |
st
protected StringTemplate st
StringTemplateAST
public StringTemplateAST()
StringTemplateAST
public StringTemplateAST(int type,
java.lang.String text)
getStringTemplate
public StringTemplate getStringTemplate()
setStringTemplate
public void setStringTemplate(StringTemplate st)
|