Uses of Class
com.github.zafarkhaja.semver.expr.Lexer
Packages that use Lexer
Package
Description
This package contains classes that implement the SemVer Expressions.
-
Uses of Lexer in com.github.zafarkhaja.semver.expr
Fields in com.github.zafarkhaja.semver.expr declared as LexerModifier and TypeFieldDescriptionprivate final Lexer
ExpressionParser.lexer
The lexer instance used for tokenization of the input string.Constructors in com.github.zafarkhaja.semver.expr with parameters of type LexerModifierConstructorDescription(package private)
ExpressionParser
(Lexer lexer) Constructs aExpressionParser
instance with the corresponding lexer.