public interface CliToken
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 |
isBlank() |
boolean |
isText() |
String |
raw() |
static List<CliToken> |
tokenize(String s)
Tokenize the string argument and return a list of tokens.
|
String |
value() |
static CliToken createText(String text)
text
- the textstatic CliToken createBlank(String blank)
blank
- the blank valueString value()
String raw()
boolean isText()
boolean isBlank()
Copyright © 2022 Eclipse. All rights reserved.