Class GcosExtension


  • public class GcosExtension
    extends Grammar
    • Field Detail

      • controlDivision

        public Rule controlDivision
        Control Division
      • substitutionSection

        public Rule substitutionSection
      • defaultSection

        public Rule defaultSection
      • defaultSectionClause

        public Rule defaultSectionClause
      • withClause

        public Rule withClause
        Environment Division
      • communicationSection

        public Rule communicationSection
        Data Division
      • communicationDescriptionEntry

        public Rule communicationDescriptionEntry
      • communicationDescriptionEntryClause

        public Rule communicationDescriptionEntryClause
      • receiveStatement

        public Rule receiveStatement
        Procedure Division
      • receiveStatementInstruction

        public Rule receiveStatementInstruction
      • sendStatement

        public Rule sendStatement
      • assignStatement

        public Rule assignStatement
      • examineStatement

        public Rule examineStatement
      • sendStatementClause

        public Rule sendStatementClause
      • reportName

        public Rule reportName
        Common
      • communicationDescriptionName

        public Rule communicationDescriptionName
    • Constructor Detail

      • GcosExtension

        public GcosExtension()
    • Method Detail

      • getRootRule

        public Rule getRootRule()
        Description copied from class: Grammar
        Each Grammar has always an entry point whose name is usually by convention the "Computation Unit".
        Specified by:
        getRootRule in class Grammar
        Returns:
        the entry point of this Grammar