org.apache.velocity.runtime.visitor |
|
Java Source File Name | Type | Comment |
BaseVisitor.java | Class | This is the base class for all visitors. |
NodeViewMode.java | Class | This class is simply a visitor implementation
that traverses the AST, produced by the Velocity
parsing process, and creates a visual structure
of the AST. |
VMReferenceMungeVisitor.java | Class | This class is a visitor used by the VM proxy to change the
literal representation of a reference in a VM. |