org.webmacro
Interface Visitable

All Known Subinterfaces:
Template
All Known Implementing Classes:
Directive, Expression.ExpressionBase, StringMacroAdapter, Variable, MacroAdapter, Block

public interface Visitable

Visitable Interface implemented by Macros so that Visitors can traverse them.

Since:
0.96

Method Summary
 void accept(TemplateVisitor v)
           
 

Method Detail

accept

public void accept(TemplateVisitor v)