Class AptParser.Section

java.lang.Object
org.apache.maven.doxia.module.apt.AptParser.Block
org.apache.maven.doxia.module.apt.AptParser.Section
Direct Known Subclasses:
AptParser.Section1, AptParser.Section2, AptParser.Section3, AptParser.Section4, AptParser.Section5
Enclosing class:
AptParser

private abstract class AptParser.Section extends AptParser.Block
A Section Block.
  • Constructor Details

    • Section

      Section(int type, int indent, String firstLine) throws AptParseException
      Constructor.
      Parameters:
      type - type.
      indent - indent.
      firstLine - the first line.
      Throws:
      AptParseException - AptParseException
  • Method Details