Class SpecMustacheVisitor.SpecValueCode
java.lang.Object
com.github.mustachejava.codes.DefaultCode
com.github.mustachejava.codes.ValueCode
com.github.mustachejava.SpecMustacheVisitor.SpecValueCode
- Enclosing class:
SpecMustacheVisitor
-
Field Summary
Fields inherited from class DefaultCode
appended, binding, df, mustache, name, oh, returnThis, tc, type -
Constructor Summary
ConstructorsConstructorDescriptionSpecValueCode(TemplateContext tc, DefaultMustacheFactory df, String variable, boolean encoded) -
Method Summary
Methods inherited from class ValueCode
execute, handleCallable, handleFunction, identity, invertMethods inherited from class DefaultCode
addScope, append, appendText, clone, clone, filterText, get, getCodes, getName, init, matchAppended, run, runIdentity, setCodes, tag
-
Constructor Details
-
SpecValueCode
public SpecValueCode(TemplateContext tc, DefaultMustacheFactory df, String variable, boolean encoded)
-
-
Method Details
-
execute
- Overrides:
executein classValueCode- Throws:
IOException
-