Home | News | Wiki | About StringTemplate | Feedback | Support | Bugs


Latest version is 3.2.
Download now! »

Download
» Home
» Download
» News
»Using StringTemplate
» Documentation
» Wiki
» Articles
» File Sharing
» Code API
» Tech Support
»About StringTemplate
» What is it?
» Showcase
» Testimonials
» Software License
» Changes
»Feedback
»Credits
»Contact


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 ;)

Search



StringTemplateAST


org.antlr.stringtemplate.language
Class StringTemplateAST

java.lang.Object
  extended byantlr.BaseAST
      extended byantlr.CommonAST
          extended byorg.antlr.stringtemplate.language.StringTemplateAST
All Implemented Interfaces:
antlr.collections.AST, java.io.Serializable

public class StringTemplateAST
extends antlr.CommonAST

See Also:
Serialized Form

Field Summary
protected  StringTemplate st
           
 
Fields inherited from class antlr.CommonAST
 
Fields inherited from class antlr.BaseAST
down, right
 
Constructor Summary
StringTemplateAST()
           
StringTemplateAST(int type, java.lang.String text)
           
 
Method Summary
 StringTemplate getStringTemplate()
           
 void setStringTemplate(StringTemplate st)
           
 
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
 

Field Detail

st

protected StringTemplate st
Constructor Detail

StringTemplateAST

public StringTemplateAST()

StringTemplateAST

public StringTemplateAST(int type,
                         java.lang.String text)
Method Detail

getStringTemplate

public StringTemplate getStringTemplate()

setStringTemplate

public void setStringTemplate(StringTemplate st)