Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<CliToken> |
__TYPE_ARG |
Constructor and Description |
---|
CliToken(CliToken delegate) |
CliToken(Object delegate) |
Modifier and Type | Method and Description |
---|---|
static CliToken |
createBlank(String blank)
Create a new blank token.
|
static CliToken |
createText(String text)
Create a text token.
|
boolean |
equals(Object o) |
CliToken |
getDelegate() |
int |
hashCode() |
boolean |
isBlank() |
boolean |
isText() |
static CliToken |
newInstance(CliToken arg) |
String |
raw() |
static List<CliToken> |
tokenize(String s)
Tokenize the string argument and return a list of tokens.
|
String |
toString() |
String |
value() |
public static final io.vertx.lang.rx.TypeArg<CliToken> __TYPE_ARG
public CliToken(CliToken delegate)
public CliToken(Object delegate)
public CliToken getDelegate()
public static CliToken createText(String text)
text
- the textpublic static CliToken createBlank(String blank)
blank
- the blank valuepublic String value()
public String raw()
public boolean isText()
public boolean isBlank()
public static List<CliToken> tokenize(String s)
s
- the tokenized stringCopyright © 2022 Eclipse. All rights reserved.