| Package | Description |
|---|---|
| com.github.zafarkhaja.semver.expr |
This package contains classes that implement the SemVer Expressions.
|
| Modifier and Type | Method and Description |
|---|---|
Expression |
ExpressionParser.parse(String input)
Parses the SemVer Expressions.
|
| Modifier and Type | Method and Description |
|---|---|
static Parser<Expression> |
ExpressionParser.newInstance()
Creates and returns new instance of the
ExpressionParser class. |
Copyright © 2014. All rights reserved.