Uses of Interface
com.github.mustachejava.MustacheVisitor
-
Packages that use MustacheVisitor Package Description com.github.mustachejava com.github.mustachejava.util -
-
Uses of MustacheVisitor in com.github.mustachejava
Classes in com.github.mustachejava that implement MustacheVisitor Modifier and Type Class Description classDefaultMustacheVisitorThe default implementation that builds up Code listsclassSpecMustacheVisitorMethods in com.github.mustachejava that return MustacheVisitor Modifier and Type Method Description MustacheVisitorDefaultMustacheFactory. createMustacheVisitor()MustacheVisitorDeferringMustacheFactory. createMustacheVisitor()MustacheVisitorMustacheFactory. createMustacheVisitor()Creates the visitor for compilation.MustacheVisitorSafeMustacheFactory. createMustacheVisitor()MustacheVisitorSpecMustacheFactory. createMustacheVisitor()Methods in com.github.mustachejava with parameters of type MustacheVisitor Modifier and Type Method Description private java.lang.StringBuilderMustacheParser. write(MustacheVisitor mv, java.lang.StringBuilder out, java.lang.String file, int line, boolean startOfLine)Ignore empty strings and append to the previous code if it was also a write. -
Uses of MustacheVisitor in com.github.mustachejava.util
Classes in com.github.mustachejava.util that implement MustacheVisitor Modifier and Type Class Description classCapturingMustacheVisitorGrab a map of values returned from calls
-