Uses of Interface
com.sonar.sslr.api.Rule
-
Packages that use Rule Package Description com.sonar.sslr.api com.sonar.sslr.api.typed 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 Modifier and Type Method Description abstract RuleGrammar. getRootRule()Each Grammar has always an entry point whose name is usually by convention the "Computation Unit".RuleRule. is(Object... e)Deprecated.in 1.19, useGrammarRuleBuilder.is(Object)instead.RuleRule. override(Object... e)Deprecated.in 1.19, useGrammarRuleBuilder.override(Object)instead.RuleGrammar. rule(GrammarRuleKey ruleKey)Allows to obtain an instance of grammar rule, which was constructed byLexerlessGrammarBuilderandLexerfulGrammarBuilder. -
Uses of Rule in com.sonar.sslr.api.typed
Methods in com.sonar.sslr.api.typed with parameters of type Rule Modifier and Type Method Description AstNodeAstNodeBuilder. createNonTerminal(GrammarRuleKey ruleKey, Rule rule, List<Object> children, int startIndex, int endIndex)ObjectNodeBuilder. createNonTerminal(GrammarRuleKey ruleKey, Rule rule, List<Object> children, int startIndex, int endIndex) -
Uses of Rule in com.sonar.sslr.impl
Methods in com.sonar.sslr.impl with parameters of type Rule Modifier and Type Method Description voidParser. setRootRule(Rule rootRule) -
Uses of Rule in com.sonar.sslr.impl.matcher
Classes in com.sonar.sslr.impl.matcher that implement Rule Modifier and Type Class Description classRuleDefinitionThis 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 Modifier and Type Method Description RuleAcuCobolExtension. getRootRule()RuleCicsGrammar. getRootRule()RuleCobol400Extension. getRootRule()RuleCobolGrammar. getRootRule()RuleDB2Grammar. getRootRule()RuleEnterpriseExtension. getRootRule()RuleGcosExtension. getRootRule()RuleHpExtension. getRootRule()RuleIleCobolExtension. getRootRule()RuleMicrofocusExtension. getRootRule()Methods in com.sonarsource.cobol.api with parameters of type Rule Modifier and Type Method Description voidCobolGrammar. setRootRule(Rule rootRule) -
Uses of Rule in org.sonar.sslr.internal.grammar
Classes in org.sonar.sslr.internal.grammar that implement Rule Modifier and Type Class Description classMutableParsingRuleMethods in org.sonar.sslr.internal.grammar that return Rule Modifier and Type Method Description RuleMutableGrammar. getRootRule()RuleMutableParsingRule. is(Object... e)RuleMutableParsingRule. override(Object... e)RuleMutableGrammar. rule(GrammarRuleKey ruleKey) -
Uses of Rule in org.sonar.sslr.internal.vm
Subinterfaces of Rule in org.sonar.sslr.internal.vm Modifier and Type Interface Description interfaceCompilableGrammarRuleRule, which can be compiled byMutableGrammarCompiler. -
Uses of Rule in org.sonar.sslr.parser
Constructors in org.sonar.sslr.parser with parameters of type Rule Constructor Description ParseRunner(Rule rule)
-