Class Mustache.NamedSegment

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

protected abstract static class Mustache.NamedSegment extends Template.Segment
A helper class for named segments.
  • Field Details

    • _name

      protected final String _name
    • _line

      protected final int _line
  • Constructor Details

    • NamedSegment

      protected NamedSegment(String name, int line)