Uses of Interface
com.github.zafarkhaja.semver.Parser
Packages that use Parser
Package
Description
This is the root package of the Java SemVer library.
This package contains classes that implement the SemVer Expressions.
-
Uses of Parser in com.github.zafarkhaja.semver
Classes in com.github.zafarkhaja.semver that implement ParserModifier and TypeClassDescription(package private) class
A parser for the SemVer Version. -
Uses of Parser in com.github.zafarkhaja.semver.expr
Classes in com.github.zafarkhaja.semver.expr that implement ParserMethods in com.github.zafarkhaja.semver.expr that return ParserModifier and TypeMethodDescriptionstatic Parser<Expression>
ExpressionParser.newInstance()
Creates and returns new instance of theExpressionParser
class.