Uses of Interface
com.sonar.sslr.impl.matcher.Matcher
-
Packages that use Matcher Package Description com.sonar.sslr.impl.matcher com.sonar.sslr.impl.typed 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. -
-
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.Methods in com.sonar.sslr.impl.matcher that return Matcher Modifier and Type Method Description static MatcherGrammarFunctions.Advanced. adjacent(Object e)Deprecated.in 1.19, useLexerfulGrammarBuilder.adjacent(Object)instead.static MatcherGrammarFunctions.Standard. and(Object... e)Deprecated.in 1.19, useGrammarBuilder.sequence(Object, Object)instead.static MatcherGrammarFunctions.Advanced. anyToken()Deprecated.in 1.19, useLexerfulGrammarBuilder.anyToken()instead.static MatcherGrammarFunctions.Advanced. anyTokenButNot(Object e)Deprecated.in 1.19, useLexerfulGrammarBuilder.anyTokenButNot(Object)instead.static MatcherGrammarFunctions.Advanced. bridge(TokenType from, TokenType to)Deprecated.in 1.19, useLexerfulGrammarBuilder.bridge(TokenType, TokenType)instead.static MatcherGrammarFunctions.Advanced. exclusiveTill(Object... e)Deprecated.in 1.19, useLexerfulGrammarBuilder.exclusiveTill(Object)instead.static MatcherGrammarFunctions.Standard. firstOf(Object... e)Deprecated.in 1.19, useGrammarBuilder.firstOf(Object, Object)instead.static MatcherGrammarFunctions.Advanced. isFalse()Deprecated.in 1.19, useGrammarBuilder.nothing()instead.static MatcherGrammarFunctions.Advanced. isOneOfThem(TokenType... types)Deprecated.in 1.19, useLexerfulGrammarBuilder.isOneOfThem(TokenType, TokenType...)instead.static MatcherGrammarFunctions.Advanced. isTrue()Deprecated.in 1.19, useLexerfulGrammarBuilder.anyToken()instead.static MatcherGrammarFunctions.Predicate. next(Object... e)Deprecated.in 1.19, useGrammarBuilder.next(Object)instead.static MatcherGrammarFunctions.Predicate. not(Object e)Deprecated.in 1.19, useGrammarBuilder.nextNot(Object)instead.static MatcherGrammarFunctions.Standard. o2n(Object... e)Deprecated.in 1.19, useGrammarBuilder.zeroOrMore(Object)instead.static MatcherGrammarFunctions.Standard. one2n(Object... e)Deprecated.in 1.19, useGrammarBuilder.oneOrMore(Object)instead.static MatcherGrammarFunctions.Standard. opt(Object... e)Deprecated.in 1.19, useGrammarBuilder.optional(Object)instead.static MatcherGrammarFunctions.Standard. or(Object... e)Deprecated.in 1.16, useGrammarFunctions.Standard.firstOf(Object...)insteadstatic MatcherGrammarFunctions.Advanced. till(Object e)Deprecated.in 1.19, useLexerfulGrammarBuilder.till(Object)instead.static MatcherGrammarFunctions.Advanced. tillNewLine()Deprecated.in 1.19, useLexerfulGrammarBuilder.tillNewLine()instead. -
Uses of Matcher in com.sonar.sslr.impl.typed
Classes in com.sonar.sslr.impl.typed that implement Matcher Modifier and Type Class Description classDelayedRuleInvocationExpression -
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.vm
Subinterfaces of Matcher in org.sonar.sslr.internal.vm Modifier and Type Interface Description interfaceCompilableGrammarRuleRule, which can be compiled byMutableGrammarCompiler.interfaceMemoParsingExpressioninterfaceParsingExpressionParsing expression.Classes in org.sonar.sslr.internal.vm that implement Matcher Modifier and Type Class Description classEndOfInputExpressionclassFirstOfExpressionclassNativeExpressionclassNextExpressionclassNextNotExpressionclassNothingExpressionclassOneOrMoreExpressionclassOptionalExpressionclassPatternExpressionclassRuleRefExpressionclassSequenceExpressionclassStringExpressionclassTokenExpressionclassTriviaExpressionclassZeroOrMoreExpression -
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 classAdjacentExpressionclassAnyTokenExpressionclassTillNewLineExpressionclassTokensBridgeExpressionclassTokenTypeClassExpressionclassTokenTypeExpressionclassTokenTypesExpressionclassTokenValueExpression
-