Class HpExtension

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

public class HpExtension extends Grammar
  • Field Details

    • receiveControlParagraph

      public Rule receiveControlParagraph
    • receiveControlClause

      public Rule receiveControlClause
    • tableOccursPhrase

      public Rule tableOccursPhrase
    • syncDepthLimitPhrase

      public Rule syncDepthLimitPhrase
    • replyContainsPhrase

      public Rule replyContainsPhrase
    • errorCodePhrase

      public Rule errorCodePhrase
    • messageSourcePhrase

      public Rule messageSourcePhrase
    • reportPhrase

      public Rule reportPhrase
    • fileMnemonicClause

      public Rule fileMnemonicClause
    • extendedStorageStorage

      public Rule extendedStorageStorage
    • enterStatement

      public Rule enterStatement
    • languageClause

      public Rule languageClause
    • routineNameClause

      public Rule routineNameClause
    • enterFileMnemonicClause

      public Rule enterFileMnemonicClause
    • usingClause

      public Rule usingClause
    • usingOmittedClause

      public Rule usingOmittedClause
    • usingParameterClause

      public Rule usingParameterClause
    • givingClause

      public Rule givingClause
    • lockFileStatement

      public Rule lockFileStatement
    • unlockRecordStatement

      public Rule unlockRecordStatement
    • unlockFileStatement

      public Rule unlockFileStatement
  • Constructor Details

    • HpExtension

      public HpExtension()
  • 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