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 class
Mustache.BlockSegment
A parent partial parameter using $ as the sigil.protected static class
Mustache.InvertedSegment
A segment that represents an inverted section.protected static class
Mustache.SectionSegment
A segment that represents a section.Methods in com.samskivert.mustache that return Mustache.AbstractSectionSegment Modifier and Type Method Description protected abstract Mustache.AbstractSectionSegment
Mustache.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)
-