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
boolean
true when it's a blank token
isText() : boolean
boolean
true when it's a text token
raw() : string
string
the raw token value, that may contain unescaped chars, for instance {@literal "ab\"cd"}
tokenize( $arg0) : array
string
array
the tokens
value() : string
string
the token value