|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Rule | |
|---|---|
| com.sonar.sslr.api | |
| com.sonar.sslr.impl | |
| com.sonar.sslr.impl.matcher | |
| com.sonarsource.cobol.api | |
| org.sonar.sslr.internal.grammar | Internals of Grammar API. |
| org.sonar.sslr.internal.vm | |
| org.sonar.sslr.parser | |
| Uses of Rule in com.sonar.sslr.api |
|---|
| Methods in com.sonar.sslr.api that return Rule | |
|---|---|
abstract Rule |
Grammar.getRootRule()
Each Grammar has always an entry point whose name is usually by convention the "Computation Unit". |
Rule |
Rule.is(Object... e)
Deprecated. in 1.19, use GrammarRuleBuilder.is(Object) instead. |
Rule |
Rule.override(Object... e)
Deprecated. in 1.19, use GrammarRuleBuilder.override(Object) instead. |
Rule |
Grammar.rule(GrammarRuleKey ruleKey)
Allows to obtain an instance of grammar rule, which was constructed by LexerlessGrammarBuilder and LexerfulGrammarBuilder. |
| Uses of Rule in com.sonar.sslr.impl |
|---|
| Methods in com.sonar.sslr.impl with parameters of type Rule | |
|---|---|
void |
Parser.setRootRule(Rule rootRule)
|
| Uses of Rule in com.sonar.sslr.impl.matcher |
|---|
| Classes in com.sonar.sslr.impl.matcher that implement Rule | |
|---|---|
class |
RuleDefinition
This class is not intended to be instantiated or subclassed by clients. |
| Uses of Rule in com.sonarsource.cobol.api |
|---|
| Methods in com.sonarsource.cobol.api that return Rule | |
|---|---|
Rule |
MicrofocusExtension.getRootRule()
|
Rule |
HpExtension.getRootRule()
|
Rule |
GcosExtension.getRootRule()
|
Rule |
DB2Grammar.getRootRule()
|
Rule |
CobolGrammar.getRootRule()
|
Rule |
CicsGrammar.getRootRule()
|
Rule |
AcuCobolExtension.getRootRule()
|
| Methods in com.sonarsource.cobol.api with parameters of type Rule | |
|---|---|
void |
CobolGrammar.setRootRule(Rule rootRule)
|
| Uses of Rule in org.sonar.sslr.internal.grammar |
|---|
| Classes in org.sonar.sslr.internal.grammar that implement Rule | |
|---|---|
class |
MutableParsingRule
|
| Methods in org.sonar.sslr.internal.grammar that return Rule | |
|---|---|
Rule |
MutableGrammar.getRootRule()
|
Rule |
MutableParsingRule.is(Object... e)
|
Rule |
MutableParsingRule.override(Object... e)
|
Rule |
MutableGrammar.rule(GrammarRuleKey ruleKey)
|
| Uses of Rule in org.sonar.sslr.internal.vm |
|---|
| Subinterfaces of Rule in org.sonar.sslr.internal.vm | |
|---|---|
interface |
CompilableGrammarRule
Rule, which can be compiled by MutableGrammarCompiler. |
| Uses of Rule in org.sonar.sslr.parser |
|---|
| Constructors in org.sonar.sslr.parser with parameters of type Rule | |
|---|---|
ParseRunner(Rule rule)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||