Uses of Interface
org.sonar.sslr.internal.matchers.Matcher
-
Packages that use Matcher Package Description 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 org.sonar.sslr.internal.vm.lexerful Members of this package must not be used from outside of SSLR. -
-
Uses of Matcher in com.sonar.sslr.impl.matcher
Classes in com.sonar.sslr.impl.matcher that implement Matcher Modifier and Type Class Description classRuleDefinitionThis 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 Modifier and Type Class Description classMutableParsingRule -
Uses of Matcher in org.sonar.sslr.internal.matchers
Methods in org.sonar.sslr.internal.matchers that return Matcher Modifier and Type Method Description MatcherMatcherPathElement. getMatcher()MatcherParseNode. getMatcher()Constructors in org.sonar.sslr.internal.matchers with parameters of type Matcher Constructor Description 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 Modifier and Type Interface Description interfaceCompilableGrammarRuleRule, which can be compiled byMutableGrammarCompiler.interfaceMemoParsingExpressionClasses in org.sonar.sslr.internal.vm that implement Matcher Modifier and Type Class Description classPatternExpressionclassStringExpressionclassTokenExpressionclassTriviaExpressionMethods in org.sonar.sslr.internal.vm that return Matcher Modifier and Type Method Description MatcherCompiledGrammar. getMatcher(GrammarRuleKey ruleKey)MatcherMachineStack. matcher()Methods in org.sonar.sslr.internal.vm with parameters of type Matcher Modifier and Type Method Description static InstructionInstruction. call(int offset, Matcher matcher)voidMachine. createLeafNode(Matcher matcher, int offset)voidMachine. pushReturn(int returnOffset, Matcher matcher, int callOffset)voidMachineStack. setMatcher(Matcher matcher)Constructors in org.sonar.sslr.internal.vm with parameters of type Matcher Constructor Description CallInstruction(int offset, Matcher matcher) -
Uses of Matcher in org.sonar.sslr.internal.vm.lexerful
Classes in org.sonar.sslr.internal.vm.lexerful that implement Matcher Modifier and Type Class Description classAnyTokenExpressionclassTillNewLineExpressionclassTokensBridgeExpressionclassTokenTypeClassExpressionclassTokenTypeExpressionclassTokenTypesExpressionclassTokenValueExpression
-