com.sonar.sslr.impl.matcher
Class GrammarFunctions

java.lang.Object
  extended by com.sonar.sslr.impl.matcher.GrammarFunctions

Deprecated. in 1.19, use LexerfulGrammarBuilder instead.

@Deprecated
public final class GrammarFunctions
extends Object


Nested Class Summary
static class GrammarFunctions.Advanced
          Deprecated.  
static class GrammarFunctions.Predicate
          Deprecated.  
static class GrammarFunctions.Standard
          Deprecated.  
 
Method Summary
static void enableMemoizationOfMatchesForAllRules(Grammar grammar)
          Deprecated. in 1.19, use LexerfulGrammarBuilder.buildWithMemoizationOfMatchesForAllRules() instead.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

enableMemoizationOfMatchesForAllRules

@Deprecated
public static void enableMemoizationOfMatchesForAllRules(Grammar grammar)
Deprecated. in 1.19, use LexerfulGrammarBuilder.buildWithMemoizationOfMatchesForAllRules() instead.

Since:
1.14


Copyright © 2009-2014 SonarSource. All Rights Reserved.