public class MatcherUtils extends java.lang.Object
Constructor and Description |
---|
MatcherUtils() |
Modifier and Type | Method and Description |
---|---|
static int |
matchesLambdaWithArrow(ParserState<EGenericParserStates> parserState,
java.util.List<IToken> tokens,
int startOffset,
ETokenType arrowType)
Tries to match a lambda with arrow and returns the index after the match into
the token stream.
|
public MatcherUtils()
public static int matchesLambdaWithArrow(ParserState<EGenericParserStates> parserState, java.util.List<IToken> tokens, int startOffset, ETokenType arrowType)
RecognizerBase.NO_MATCH
is returned.