Class Mustache.Accumulator
java.lang.Object
com.samskivert.mustache.Mustache.Accumulator
- Enclosing class:
Mustache
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Mustache.Compilerprotected final List<Template.Segment> protected final boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Mustache.AccumulatoraddCloseSectionSegment(String tag, int line) voidaddTagSegment(StringBuilder accum, int tagLine) voidaddTextSegment(StringBuilder text) finish()protected static voidrequireNoNewlines(String tag, int line) protected static voidrequireSameName(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
-