Package org.sonar.sslr.grammar
@ParametersAreNonnullByDefault
package org.sonar.sslr.grammar
API to define Parsing Expression Grammar.
There is two entry points:
LexerfulGrammarBuilder and LexerlessGrammarBuilder.- Since:
- 1.18
-
ClassDescriptionIndicates problem with definition of grammar.This interface contains methods used to describe rule of grammar.A marker interface for key of grammar rule.A builder for creating Parsing Expression Grammars for lexerful parsing.A builder for creating Parsing Expression Grammars for lexerless parsing.