java.lang.Object
com.samskivert.mustache.Mustache.Accumulator
- Enclosing class:
Mustache
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Mustache.Compiler
protected final List
<Template.Segment> protected final boolean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Mustache.Accumulator
addCloseSectionSegment
(String tag, int line) void
addTagSegment
(StringBuilder accum, int tagLine) void
addTextSegment
(StringBuilder text) finish()
protected static void
requireNoNewlines
(String tag, int line) protected static void
requireSameName
(String name1, String name2, int line)
-
Field Details
-
_comp
-
_topLevel
protected final boolean _topLevel -
_segs
-
-
Constructor Details
-
Accumulator
-
-
Method Details
-
addTextSegment
-
addTagSegment
-
addFauxSegment
public void addFauxSegment() -
finish
-
addCloseSectionSegment
-
requireNoNewlines
-
requireSameName
-