semver4k
/
de.voize.semver4k
/
Tokenizer
/
TokenType
Token
Type
enum
TokenType
:
Enum
<
Tokenizer.TokenType
>
Content copied to clipboard
The different types of tokens (unary operators, binary operators, delimiters and versions)
Entries
Functions
Properties
Entries
VERSION
Link copied to clipboard
VERSION
(null, false)
Content copied to clipboard
CLOSING
Link copied to clipboard
CLOSING
(')', false, SemverType.NPM)
Content copied to clipboard
OPENING
Link copied to clipboard
OPENING
('(', false, SemverType.NPM)
Content copied to clipboard
AND
Link copied to clipboard
AND
(null, false)
Content copied to clipboard
OR
Link copied to clipboard
OR
('|', false, SemverType.NPM)
Content copied to clipboard
HYPHEN
Link copied to clipboard
HYPHEN
('-', false, SemverType.NPM)
Content copied to clipboard
GTE
Link copied to clipboard
GTE
('≥', true, SemverType.COCOAPODS, SemverType.NPM)
Content copied to clipboard
GT
Link copied to clipboard
GT
('>', true, SemverType.COCOAPODS, SemverType.NPM)
Content copied to clipboard
LTE
Link copied to clipboard
LTE
('≤', true, SemverType.COCOAPODS, SemverType.NPM)
Content copied to clipboard
LT
Link copied to clipboard
LT
('<', true, SemverType.COCOAPODS, SemverType.NPM)
Content copied to clipboard
EQ
Link copied to clipboard
EQ
('=', true, SemverType.NPM)
Content copied to clipboard
CARET
Link copied to clipboard
CARET
('^', true, SemverType.NPM)
Content copied to clipboard
TILDE
Link copied to clipboard
TILDE
('~', true, SemverType.COCOAPODS, SemverType.NPM)
Content copied to clipboard
Functions
supports
Link copied to clipboard
fun
supports
(type:
Semver.SemverType
):
Boolean
Content copied to clipboard
Properties
character
Link copied to clipboard
val
character
:
Char
?
Content copied to clipboard
isUnary
Link copied to clipboard
val
isUnary
:
Boolean
Content copied to clipboard
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
val
ordinal
:
Int
Content copied to clipboard