org.sonar.sslr.internal.vm
Class MutableGrammarCompiler

java.lang.Object
  extended by org.sonar.sslr.internal.vm.CompilationHandler
      extended by org.sonar.sslr.internal.vm.MutableGrammarCompiler

public class MutableGrammarCompiler
extends CompilationHandler


Constructor Summary
MutableGrammarCompiler()
           
 
Method Summary
static CompiledGrammar compile(CompilableGrammarRule rule)
           
 Instruction[] compile(ParsingExpression expression)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MutableGrammarCompiler

public MutableGrammarCompiler()
Method Detail

compile

public static CompiledGrammar compile(CompilableGrammarRule rule)

compile

public Instruction[] compile(ParsingExpression expression)
Overrides:
compile in class CompilationHandler


Copyright © 2009-2014 SonarSource. All Rights Reserved.