Uses of Package
com.github.zafarkhaja.semver.expr
Packages that use com.github.zafarkhaja.semver.expr
Package
Description
This is the root package of the Java SemVer library.
This package contains classes that implement the SemVer Expressions.
-
Classes in com.github.zafarkhaja.semver.expr used by com.github.zafarkhaja.semverClassDescriptionThe
Expressioninterface is to be implemented by the nodes of the Abstract Syntax Tree produced by theExpressionParserclass. -
Classes in com.github.zafarkhaja.semver.expr used by com.github.zafarkhaja.semver.exprClassDescriptionThis class implements internal DSL for the SemVer Expressions using fluent interface.The
Expressioninterface is to be implemented by the nodes of the Abstract Syntax Tree produced by theExpressionParserclass.A lexer for the SemVer Expressions.This class holds the information about lexemes in the input stream.Valid token types.