Macro.java Macro implements the macro definition directive of VTL. example : #macro( isnull $i ) #if( $i ) $i #end #end This object is used at parse time to mainly process and register the macro. It is used inline in the parser when processing a directive.
@author
Geir Magnusson Jr.
@author
Henning P. Schmiedehausen
@version $Id: Macro.java 383711 2006-03-07 00:01:00Z nbubna $