Uses of Interface
com.github.mustachejava.Code
Packages that use Code
Package
Description
-
Uses of Code in com.github.mustachejava
Subinterfaces of Code in com.github.mustachejavaClasses in com.github.mustachejava that implement CodeModifier and TypeClassDescription(package private) static class(package private) static classFields in com.github.mustachejava declared as CodeModifier and TypeFieldDescriptionprivate static final Code[]DefaultMustacheVisitor.EMPTY_CODESprivate static final CodeDefaultMustacheVisitor.EOFFields in com.github.mustachejava with type parameters of type CodeMethods in com.github.mustachejava that return CodeModifier and TypeMethodDescriptionCode[]Code.getCodes()Code[]Mustache.getCodes()Get the underlying code objects.PragmaHandler.handle(TemplateContext tc, String pragma, String args) Methods in com.github.mustachejava with parameters of type CodeModifier and TypeMethodDescriptionObjectHandler.createBinding(String name, TemplateContext tc, Code code) Each call site has its own binding to allow for fine grained caching without a separate parallel hierarchy of objects.TypeCheckingHandler.createBinding(String name, TemplateContext tc, Code code) voidvoidChange the underlying codes of the mustache implementation.Method parameters in com.github.mustachejava with type arguments of type Code -
Uses of Code in com.github.mustachejava.codes
Classes in com.github.mustachejava.codes that implement CodeModifier and TypeClassDescriptionclassclassSimplest possible code implementaion with some default shared behaviorclassDefault MustacheclassName a section: {{$name}}...{{/name}}classExtending a template through in-place replacement of the overridden codes.className a section: {{$name}}...{{/name}}classclassRuns the enclosed template once if the value is falsey.classclassOutput a valueclassWrite template text.Fields in com.github.mustachejava.codes declared as CodeMethods in com.github.mustachejava.codes that return CodeModifier and TypeMethodDescriptionCode[]DefaultCode.getCodes()Code[]DefaultMustache.getCodes()Code[]PartialCode.getCodes()private Code[]ExtendCode.replaceCodes(Code[] supercodes, Map<String, ExtendNameCode> replaceMap, Set<Code> seen) Methods in com.github.mustachejava.codes with parameters of type CodeModifier and TypeMethodDescriptionprivate Code[]ExtendCode.replaceCodes(Code[] supercodes, Map<String, ExtendNameCode> replaceMap, Set<Code> seen) voidvoidvoidMethod parameters in com.github.mustachejava.codes with type arguments of type CodeModifier and TypeMethodDescriptionprivate Code[]ExtendCode.replaceCodes(Code[] supercodes, Map<String, ExtendNameCode> replaceMap, Set<Code> seen) Constructors in com.github.mustachejava.codes with parameters of type CodeModifierConstructorDescriptionDefaultMustache(TemplateContext tc, DefaultMustacheFactory df, Code[] codes, String name) -
Uses of Code in com.github.mustachejava.reflect
Fields in com.github.mustachejava.reflect declared as CodeMethods in com.github.mustachejava.reflect with parameters of type CodeModifier and TypeMethodDescriptionabstract BindingBaseObjectHandler.createBinding(String name, TemplateContext tc, Code code) ReflectionObjectHandler.createBinding(String name, TemplateContext tc, Code code) SimpleObjectHandler.createBinding(String name, TemplateContext tc, Code code) Constructors in com.github.mustachejava.reflect with parameters of type CodeModifierConstructorDescriptionGuardedBinding(ObjectHandler oh, String name, TemplateContext tc, Code code)