|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Rule | |
---|---|
com.sonar.sslr.api | |
com.sonarsource.cobol.api |
Uses of Rule in com.sonar.sslr.api |
---|
Methods in com.sonar.sslr.api that return Rule | |
---|---|
Rule |
Rule.and(Object... matchers)
|
Rule |
Grammar.getRootRule()
Each Grammar has always an entry point whose name is usually by convention the "Computation Unit". |
Rule |
Rule.is(Object... matchers)
This method allows the define the current rule as the sequence of the matchers passed as parameters, respecting the order of the given matchers. |
Rule |
Rule.isOr(Object... matchers)
|
Rule |
Rule.or(Object... matchers)
|
Rule |
Rule.orBefore(Object... matchers)
|
Rule |
Rule.override(Object... matchers)
This method has the same effect as RuleImpl#is(Object...) , except that it can be called more than once to redefine a rule from
scratch. |
Rule |
Rule.setListener(AstListener listener)
|
Rule |
Rule.skip()
|
Rule |
Rule.skipIf(AstNodeType policy)
|
Rule |
Rule.skipIfOneChild()
|
Uses of Rule in com.sonarsource.cobol.api |
---|
Methods in com.sonarsource.cobol.api that return Rule | |
---|---|
Rule |
CobolGrammar.getRootRule()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |