public class WriteCode extends DefaultCode
| Modifier and Type | Field and Description |
|---|---|
private java.util.regex.Pattern |
compiledAppended |
appended, binding, df, mustache, name, oh, returnThis, tc, type| Constructor and Description |
|---|
WriteCode(TemplateContext tc,
DefaultMustacheFactory df,
java.lang.String text) |
| Modifier and Type | Method and Description |
|---|---|
void |
identity(java.io.Writer writer) |
Node |
invert(Node node,
java.lang.String text,
java.util.concurrent.atomic.AtomicInteger position) |
addScope, append, appendText, clone, clone, execute, filterText, get, getCodes, getName, init, matchAppended, run, runIdentity, setCodes, tagpublic WriteCode(TemplateContext tc, DefaultMustacheFactory df, java.lang.String text)
public void identity(java.io.Writer writer)
identity in interface Codeidentity in class DefaultCode