| Package | Description |
|---|---|
| com.github.mustachejava | |
| com.github.mustachejava.util |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultMustacheVisitor
The default implementation that builds up Code lists
|
| Modifier and Type | Method and Description |
|---|---|
MustacheVisitor |
DefaultMustacheFactory.createMustacheVisitor() |
MustacheVisitor |
DeferringMustacheFactory.createMustacheVisitor() |
MustacheVisitor |
MustacheFactory.createMustacheVisitor()
Creates the visitor for compilation.
|
| Modifier and Type | Method and Description |
|---|---|
private java.lang.StringBuilder |
MustacheParser.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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CapturingMustacheVisitor
Grab a map of values returned from calls
|