|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Token | |
---|---|
org.crsh.cmdline.matcher.impl | |
org.crsh.cmdline.matcher.tokenizer |
Uses of Token in org.crsh.cmdline.matcher.impl |
---|
Classes in org.crsh.cmdline.matcher.impl with type parameters of type Token | |
---|---|
static class |
Event.Stop.Unresolved<T extends Token>
|
Fields in org.crsh.cmdline.matcher.impl declared as Token | |
---|---|
private T |
Event.Stop.Unresolved.token
. |
Uses of Token in org.crsh.cmdline.matcher.tokenizer |
---|
Subclasses of Token in org.crsh.cmdline.matcher.tokenizer | |
---|---|
static class |
Token.Literal
|
static class |
Token.Literal.Option
|
static class |
Token.Literal.Option.Long
|
static class |
Token.Literal.Option.Short
|
static class |
Token.Literal.Word
|
static class |
Token.Whitespace
|
Fields in org.crsh.cmdline.matcher.tokenizer with type parameters of type Token | |
---|---|
private ArrayList<Token> |
Tokenizer.stack
. |
Methods in org.crsh.cmdline.matcher.tokenizer that return Token | |
---|---|
Token |
Tokenizer.next()
|
private Token |
Tokenizer.parse()
|
Token |
Tokenizer.peek()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |