Package com.sonarsource.cobol.api
Class IleCobolExtension
- java.lang.Object
-
- com.sonar.sslr.api.Grammar
-
- com.sonarsource.cobol.api.IleCobolExtension
-
public class IleCobolExtension extends Grammar
-
-
Field Summary
Fields Modifier and Type Field Description RulecommitStatementRulelinkageTypeClauseRulerollbackStatementRuletypeClauseRuletypedefClause
-
Constructor Summary
Constructors Constructor Description IleCobolExtension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RulegetRootRule()Each 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
-
-
-
-
Method Detail
-
getRootRule
public Rule 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
-
-