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.
|
Modifier and Type | Class and Description |
---|---|
class |
UnexpectedCharacterException
Thrown when attempting to consume a character of unexpected types.
|
Modifier and Type | Class and Description |
---|---|
class |
LexerException
Thrown during the lexical analysis when
an illegal character is encountered.
|
class |
UnexpectedTokenException
Thrown when a token of unexpected types is encountered during the parsing.
|
Copyright © 2015. All rights reserved.