semver4k
/
de.voize.semver4k
/
Tokenizer
/
Token
Token
class
Token
(type:
Tokenizer.TokenType
, value:
String
?)
Content copied to clipboard
A token in a requirement string. Has a type and a value if it is of type VERSION
Constructors
Functions
Properties
Constructors
Token
Link copied to clipboard
fun
Token
(type:
Tokenizer.TokenType
, value:
String
? = null)
Content copied to clipboard
Functions
append
Link copied to clipboard
fun
append
(c:
Char
)
Content copied to clipboard
Properties
type
Link copied to clipboard
val
type
:
Tokenizer.TokenType
Content copied to clipboard
value
Link copied to clipboard
var
value
:
String
? = null
Content copied to clipboard