Uses of Class
com.samskivert.mustache.Mustache.AbstractSectionSegment
-
-
Uses of Mustache.AbstractSectionSegment in com.samskivert.mustache
Subclasses of Mustache.AbstractSectionSegment in com.samskivert.mustache Modifier and Type Class Description protected static classMustache.BlockSegmentA parent partial parameter using $ as the sigil.protected static classMustache.InvertedSegmentA segment that represents an inverted section.protected static classMustache.SectionSegmentA segment that represents a section.Methods in com.samskivert.mustache that return Mustache.AbstractSectionSegment Modifier and Type Method Description protected abstract Mustache.AbstractSectionSegmentMustache.AbstractSectionSegment. indent(java.lang.String indent, boolean first, boolean last)Constructors in com.samskivert.mustache with parameters of type Mustache.AbstractSectionSegment Constructor Description AbstractSectionSegment(Mustache.AbstractSectionSegment original, Template.Segment[] segs)
-