Class StringTemplateAST

java.lang.Object
antlr.BaseAST
antlr.CommonAST
org.antlr.stringtemplate.language.StringTemplateAST
All Implemented Interfaces:
antlr.collections.AST, Serializable

public class StringTemplateAST extends antlr.CommonAST
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected StringTemplate
     

    Fields inherited from class antlr.BaseAST

    down, right
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    StringTemplateAST(int type, String text)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
     

    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 Details

  • Constructor Details

    • StringTemplateAST

      public StringTemplateAST()
    • StringTemplateAST

      public StringTemplateAST(int type, String text)
  • Method Details