Package com.sonar.sslr.impl.matcher
Class GrammarFunctions
- java.lang.Object
-
- com.sonar.sslr.impl.matcher.GrammarFunctions
-
@Deprecated public final class GrammarFunctions extends Object
Deprecated.in 1.19, useLexerfulGrammarBuilderinstead.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGrammarFunctions.AdvancedDeprecated.static classGrammarFunctions.PredicateDeprecated.static classGrammarFunctions.StandardDeprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static voidenableMemoizationOfMatchesForAllRules(Grammar grammar)Deprecated.in 1.19, useLexerfulGrammarBuilder.buildWithMemoizationOfMatchesForAllRules()instead.
-
-
-
Method Detail
-
enableMemoizationOfMatchesForAllRules
@Deprecated public static void enableMemoizationOfMatchesForAllRules(Grammar grammar)
Deprecated.in 1.19, useLexerfulGrammarBuilder.buildWithMemoizationOfMatchesForAllRules()instead.- Since:
- 1.14
-
-