Uses of Interface
org.sonar.sslr.internal.matchers.Matcher

Packages that use Matcher
com.sonar.sslr.impl.matcher   
org.sonar.sslr.internal.grammar Internals of Grammar API. 
org.sonar.sslr.internal.matchers Internals of Parser. 
org.sonar.sslr.internal.vm   
 

Uses of Matcher in com.sonar.sslr.impl.matcher
 

Classes in com.sonar.sslr.impl.matcher that implement Matcher
 class RuleDefinition
          This class is not intended to be instantiated or subclassed by clients.
 

Uses of Matcher in org.sonar.sslr.internal.grammar
 

Classes in org.sonar.sslr.internal.grammar that implement Matcher
 class MutableParsingRule
           
 

Uses of Matcher in org.sonar.sslr.internal.matchers
 

Methods in org.sonar.sslr.internal.matchers that return Matcher
 Matcher ParseNode.getMatcher()
           
 Matcher MatcherPathElement.getMatcher()
           
 

Constructors in org.sonar.sslr.internal.matchers with parameters of type Matcher
MatcherPathElement(Matcher matcher, int startIndex, int endIndex)
           
ParseNode(int startIndex, int endIndex, List<ParseNode> children, Matcher matcher)
           
ParseNode(int startIndex, int endIndex, Matcher matcher)
          Leaf node.
 

Uses of Matcher in org.sonar.sslr.internal.vm
 

Subinterfaces of Matcher in org.sonar.sslr.internal.vm
 interface CompilableGrammarRule
          Rule, which can be compiled by MutableGrammarCompiler.
 interface MemoParsingExpression
           
 

Methods in org.sonar.sslr.internal.vm that return Matcher
 Matcher CompiledGrammar.getMatcher(GrammarRuleKey ruleKey)
           
 Matcher MachineStack.matcher()
           
 

Methods in org.sonar.sslr.internal.vm with parameters of type Matcher
static Instruction Instruction.call(int offset, Matcher matcher)
           
 void Machine.createLeafNode(Matcher matcher, int offset)
           
 void Machine.pushReturn(int returnOffset, Matcher matcher, int callOffset)
           
 void MachineStack.setMatcher(Matcher matcher)
           
 

Constructors in org.sonar.sslr.internal.vm with parameters of type Matcher
Instruction.CallInstruction(int offset, Matcher matcher)
           
 



Copyright © 2009-2014 SonarSource. All Rights Reserved.