java.lang.Object
com.samskivert.mustache.Template.Segment
com.samskivert.mustache.Mustache.NamedSegment
- Direct Known Subclasses:
Mustache.AbstractPartialSegment
,Mustache.AbstractSectionSegment
,Mustache.VariableSegment
- Enclosing class:
Mustache
A helper class for named segments.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.samskivert.mustache.Template.Segment
decompile, execute, indent, isStandalone, visit, write
-
Field Details
-
_name
-
_line
protected final int _line
-
-
Constructor Details
-
NamedSegment
-