org.webmacro
Interface Visitable

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

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)