Uses of Class
com.github.zafarkhaja.semver.expr.Lexer
-
Packages that use Lexer Package Description com.github.zafarkhaja.semver.expr 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 Lexer Modifier and Type Field Description private LexerExpressionParser. lexerThe lexer instance used for tokenization of the input string.Constructors in com.github.zafarkhaja.semver.expr with parameters of type Lexer Constructor Description ExpressionParser(Lexer lexer)Constructs aExpressionParserinstance with the corresponding lexer.
-