@ParametersAreNonnullByDefault

Package org.sonar.sslr.internal.vm

Interface Summary
CompilableGrammarRule Rule, which can be compiled by MutableGrammarCompiler.
MachineHandler  
MemoParsingExpression  
ParsingExpression Parsing expression.
 

Class Summary
CobolErrorFormatter  
CompilationHandler  
CompiledGrammar  
EndOfInputExpression  
ErrorLocatingHandler  
ErrorReportingHandler  
ErrorTreeNode  
FirstOfExpression  
Instruction  
Instruction.BackCommitInstruction  
Instruction.BacktrackInstruction  
Instruction.CallInstruction  
Instruction.ChoiceInstruction  
Instruction.CommitInstruction  
Instruction.CommitVerifyInstruction  
Instruction.EndInstruction  
Instruction.FailTwiceInstruction  
Instruction.IgnoreErrorsInstruction  
Instruction.JumpInstruction  
Instruction.PredicateChoiceInstruction Instruction dedicated for predicates.
Instruction.RetInstruction  
Machine Duplicates corresponding class from SSLR to improve: Performance in case of parsing list of tokens multiple times, but with different starting positions.
MachineStack  
MutableGrammarCompiler  
NativeExpression  
NextExpression  
NextNotExpression  
NothingExpression  
OneOrMoreExpression  
OptionalExpression  
PatternExpression  
RuleRefExpression  
SequenceExpression  
StringExpression  
TokenExpression  
TriviaExpression  
ZeroOrMoreExpression  
 



Copyright © 2009-2014 SonarSource. All Rights Reserved.