Package com.sonarsource.cobol.api
Class HpExtension
java.lang.Object
com.sonar.sslr.api.Grammar
com.sonarsource.cobol.api.HpExtension
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionEach Grammar has always an entry point whose name is usually by convention the "Computation Unit".Methods inherited from class com.sonar.sslr.api.Grammar
getAllRuleFields, getRuleFields, rule
-
Field Details
-
receiveControlParagraph
-
receiveControlClause
-
tableOccursPhrase
-
syncDepthLimitPhrase
-
replyContainsPhrase
-
errorCodePhrase
-
messageSourcePhrase
-
reportPhrase
-
fileMnemonicClause
-
extendedStorageStorage
-
enterStatement
-
languageClause
-
routineNameClause
-
enterFileMnemonicClause
-
usingClause
-
usingOmittedClause
-
usingParameterClause
-
givingClause
-
lockFileStatement
-
unlockRecordStatement
-
unlockFileStatement
-
-
Constructor Details
-
HpExtension
public HpExtension()
-
-
Method Details
-
getRootRule
Description copied from class:GrammarEach Grammar has always an entry point whose name is usually by convention the "Computation Unit".- Specified by:
getRootRulein classGrammar- Returns:
- the entry point of this Grammar
-