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
Expression
interface is to be implemented by the nodes of the Abstract Syntax Tree produced by theExpressionParser
class. -
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
Expression
interface is to be implemented by the nodes of the Abstract Syntax Tree produced by theExpressionParser
class.