Uses of Class
freemarker.core.Macro

Packages that use Macro
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. 
freemarker.template This package contains the core API's that most users will use. 
 

Uses of Macro in freemarker.core
 

Methods in freemarker.core that return Macro
 Macro FMParser.Macro()
           
 

Uses of Macro in freemarker.template
 

Methods in freemarker.template with parameters of type Macro
 void Template.addMacro(Macro macro)
          Called by code internally to maintain a table of macros