Uses of Package
com.github.zafarkhaja.semver.expr
-
Packages that use com.github.zafarkhaja.semver.expr Package Description com.github.zafarkhaja.semver This is the root package of the Java SemVer library.com.github.zafarkhaja.semver.expr This package contains classes that implement the SemVer Expressions. -
Classes in com.github.zafarkhaja.semver.expr used by com.github.zafarkhaja.semver Class Description Expression TheExpression
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.expr Class Description CompositeExpression This class implements internal DSL for the SemVer Expressions using fluent interface.Expression TheExpression
interface is to be implemented by the nodes of the Abstract Syntax Tree produced by theExpressionParser
class.