Uses of Class
freemarker.core.TemplateObject

Packages that use TemplateObject
freemarker.core This package contains FreeMarker's core parsing/rendering functionality; most casual users do not need to be aware of the classes in this package, and can restrict their attention to the freemarker.template package. 
 

Uses of TemplateObject in freemarker.core
 

Subclasses of TemplateObject in freemarker.core
 class Comment
          A template element where the content is ignored, a Comment.
 class DebugBreak
           
 class Expression
          An abstract class for nodes in the parse tree that represent a FreeMarker expression.
 class LibraryLoad
          An instruction that gets another template and processes it within the current template.
 class Macro
          An element representing a macro declaration.
 class ReturnInstruction
          Represents a <return> instruction to jump out of a macro.
 class TemplateElement
          Objects that represent elements in the compiled tree representation of the template necessarily descend from this abstract class.
 class TextBlock
          A TemplateElement representing a block of plain text.
 

Constructors in freemarker.core with parameters of type TemplateObject
ParseException(java.lang.String message, TemplateObject tobj)