Class IncludedSection


  • public class IncludedSection
    extends TopLevel
    • Constructor Detail

      • IncludedSection

        public IncludedSection​(Flag flag,
                               TopLevel[] contents)
    • Method Detail

      • getFlag

        public Flag getFlag()
      • getContents

        public TopLevel[] getContents()
      • accept

        public void accept​(TopLevelVisitor visitor)
                    throws java.lang.Exception
        Specified by:
        accept in class TopLevel
        Throws:
        java.lang.Exception