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



TestStringTemplate.Tree


org.antlr.stringtemplate.test
Class TestStringTemplate.Tree

java.lang.Object
  extended byorg.antlr.stringtemplate.test.TestStringTemplate.Tree
Enclosing class:
TestStringTemplate

public static class TestStringTemplate.Tree
extends java.lang.Object


Field Summary
protected  java.util.List children
           
protected  java.lang.String text
           
 
Constructor Summary
TestStringTemplate.Tree(java.lang.String t)
           
 
Method Summary
 void addChild(TestStringTemplate.Tree c)
           
 java.util.List getChildren()
           
 TestStringTemplate.Tree getFirstChild()
           
 java.lang.String getText()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

children

protected java.util.List children

text

protected java.lang.String text
Constructor Detail

TestStringTemplate.Tree

public TestStringTemplate.Tree(java.lang.String t)
Method Detail

getText

public java.lang.String getText()

addChild

public void addChild(TestStringTemplate.Tree c)

getFirstChild

public TestStringTemplate.Tree getFirstChild()

getChildren

public java.util.List getChildren()