| 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.
|
| Class and Description |
|---|
| Expression
The
Expression interface is to be implemented
by the nodes of the Abstract Syntax Tree produced by
the ExpressionParser class. |
| Class and Description |
|---|
| CompositeExpression
This class implements internal DSL for the
SemVer Expressions using fluent interface.
|
| Expression
The
Expression interface is to be implemented
by the nodes of the Abstract Syntax Tree produced by
the ExpressionParser class. |
Copyright © 2015. All rights reserved.