org.sonar.sslr.parser
Class LexerlessGrammar

java.lang.Object
  extended by com.sonar.sslr.api.Grammar
      extended by org.sonar.sslr.parser.LexerlessGrammar
Direct Known Subclasses:
MutableGrammar

public abstract class LexerlessGrammar
extends Grammar

Use LexerlessGrammarBuilder to create instances of this class.

This class is not intended to be instantiated or subclassed by clients.

Since:
1.16

Constructor Summary
LexerlessGrammar()
           
 
Method Summary
 
Methods inherited from class com.sonar.sslr.api.Grammar
getAllRuleFields, getRootRule, getRuleFields, rule
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LexerlessGrammar

public LexerlessGrammar()


Copyright © 2009-2014 SonarSource. All Rights Reserved.