Package com.github.mustachejava.codes
Class CommentCode
- java.lang.Object
-
- com.github.mustachejava.codes.DefaultCode
-
- com.github.mustachejava.codes.CommentCode
-
- All Implemented Interfaces:
Code,java.lang.Cloneable
public class CommentCode extends DefaultCode
-
-
Field Summary
-
Fields inherited from class com.github.mustachejava.codes.DefaultCode
appended, binding, df, mustache, name, oh, returnThis, tc, type
-
-
Constructor Summary
Constructors Constructor Description CommentCode(TemplateContext tc, DefaultMustacheFactory df, java.lang.String comment)
-
Method Summary
-
Methods inherited from class com.github.mustachejava.codes.DefaultCode
addScope, append, appendText, clone, clone, execute, filterText, get, getCodes, getName, identity, init, invert, matchAppended, run, runIdentity, setCodes, tag
-
-
-
-
Constructor Detail
-
CommentCode
public CommentCode(TemplateContext tc, DefaultMustacheFactory df, java.lang.String comment)
-
-