Uses of Class
com.samskivert.mustache.Mustache.InvertedSegment
-
-
Uses of Mustache.InvertedSegment in com.samskivert.mustache
Methods in com.samskivert.mustache that return Mustache.InvertedSegment Modifier and Type Method Description protected Mustache.InvertedSegment
Mustache.InvertedSegment. indent(java.lang.String indent, boolean first, boolean last)
Mustache.InvertedSegment
Mustache.InvertedSegment. replaceBlocks(java.util.Map<java.lang.String,Mustache.BlockSegment> blocks)
Constructors in com.samskivert.mustache with parameters of type Mustache.InvertedSegment Constructor Description InvertedSegment(Mustache.InvertedSegment original, Template.Segment[] segs)
-