Skip navigation links

Package com.singularsys.jep.configurableparser.matchers

This package contains matchers for tokens and grammar elements.

See: Description

Package com.singularsys.jep.configurableparser.matchers Description

This package contains matchers for tokens and grammar elements.

TokenMatchers

The following classes implement the TokenMatcher interface and are responsible for matching various elements in the input .

Comments
CommentTokenMatcher contains static factory methods for matching various styles of comments.
Whitespace
WhiteSpaceTokenMatcher.defaultWhiteSpaceTokenMatcher() matches standard white space characters.
Strings
StringTokenMatcher contains static factory methods for matching single and double quoted string.
Numbers
NumberTokenMatcher contains static factory methods for matching single and double quoted string.
Identifiers
IdentifierTokenMatcher is the basic class for matching variable and function names. Static factory methods are provided to match specific type of input.
Operators
OperatorTokenMatcher a token matcher which matches operators specified in the OperatorTable.
Symbols
SymbolTokenMatcher matches other symbols used by the parser.
See Also:
Token, Tokenizer
Skip navigation links

Copyright © 2018 Singular Systems http://www.singularsys.com/jep