A parsed token in the command line interface.
| package |
Default |
|---|
__construct()
createBlank( $arg0) : \io\vertx\jphp\ext\shell\cli\CliToken
createText( $arg0) : \io\vertx\jphp\ext\shell\cli\CliToken
isBlank() : boolean
booleantrue when it's a blank token
isText() : boolean
booleantrue when it's a text token
raw() : string
stringthe raw token value, that may contain unescaped chars, for instance {@literal "ab\"cd"}
tokenize( $arg0) : array
string
arraythe tokens
value() : string
stringthe token value