Uses of Interface
com.samskivert.mustache.Mustache.Visitor
-
Uses of Mustache.Visitor in com.samskivert.mustache
Methods in com.samskivert.mustache with parameters of type Mustache.VisitorModifier and TypeMethodDescriptionvoidTemplate.visit(Mustache.Visitor visitor) Visits the tags in this template (viavisitor) without executing it.