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.Visitor Modifier and Type Method Description voidTemplate. visit(Mustache.Visitor visitor)Visits the tags in this template (viavisitor) without executing it.
-