Uses of Package
org.sonar.sslr.internal.vm

Packages that use org.sonar.sslr.internal.vm
com.sonar.sslr.impl.matcher   
org.sonar.sslr.grammar API to define Parsing Expression Grammar
org.sonar.sslr.internal.grammar Internals of Grammar API. 
org.sonar.sslr.internal.vm   
org.sonar.sslr.internal.vm.lexerful Members of this package must not be used from outside of SSLR. 
 

Classes in org.sonar.sslr.internal.vm used by com.sonar.sslr.impl.matcher
CompilableGrammarRule
          Rule, which can be compiled by MutableGrammarCompiler.
CompilationHandler
           
Instruction
           
MemoParsingExpression
           
ParsingExpression
          Parsing expression.
 

Classes in org.sonar.sslr.internal.vm used by org.sonar.sslr.grammar
ParsingExpression
          Parsing expression.
 

Classes in org.sonar.sslr.internal.vm used by org.sonar.sslr.internal.grammar
CompilableGrammarRule
          Rule, which can be compiled by MutableGrammarCompiler.
CompilationHandler
           
Instruction
           
MemoParsingExpression
           
ParsingExpression
          Parsing expression.
 

Classes in org.sonar.sslr.internal.vm used by org.sonar.sslr.internal.vm
CompilableGrammarRule
          Rule, which can be compiled by MutableGrammarCompiler.
CompilationHandler
           
CompiledGrammar
           
EndOfInputExpression
           
ErrorTreeNode
           
Instruction
           
Machine
          Duplicates corresponding class from SSLR to improve: Performance in case of parsing list of tokens multiple times, but with different starting positions.
MachineHandler
           
MachineStack
           
NativeExpression
           
NothingExpression
           
ParsingExpression
          Parsing expression.
 

Classes in org.sonar.sslr.internal.vm used by org.sonar.sslr.internal.vm.lexerful
Instruction
           
Machine
          Duplicates corresponding class from SSLR to improve: Performance in case of parsing list of tokens multiple times, but with different starting positions.
NativeExpression
           
ParsingExpression
          Parsing expression.
 



Copyright © 2009-2014 SonarSource. All Rights Reserved.