Class GcosExtension

java.lang.Object
com.sonar.sslr.api.Grammar
com.sonarsource.cobol.api.GcosExtension

public class GcosExtension extends Grammar
  • Field Details

    • 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 Details

    • GcosExtension

      public GcosExtension()
  • Method Details

    • 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