|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Token | |
|---|---|
| org.crsh.cli.impl.invocation | |
| org.crsh.cli.impl.parser | |
| org.crsh.cli.impl.tokenizer | |
| Uses of Token in org.crsh.cli.impl.invocation |
|---|
| Fields in org.crsh.cli.impl.invocation with type parameters of type Token | |
|---|---|
(package private) ArrayList<Token> |
TokenList.list
. |
private Iterable<Token> |
InvocationMatcher.tokens
. |
| Methods in org.crsh.cli.impl.invocation that return types with arguments of type Token | |
|---|---|
Iterator<Token> |
TokenList.iterator()
|
| Methods in org.crsh.cli.impl.invocation with parameters of type Token | |
|---|---|
void |
TokenList.add(Token token)
|
| Method parameters in org.crsh.cli.impl.invocation with type arguments of type Token | |
|---|---|
private InvocationMatch<T> |
InvocationMatcher.match(Iterable<Token> tokens)
|
| Constructor parameters in org.crsh.cli.impl.invocation with type arguments of type Token | |
|---|---|
InvocationMatcher(CommandDescriptor<T> descriptor,
Iterable<Token> tokens)
|
|
TokenList(Iterable<Token> tokens)
|
|
| Uses of Token in org.crsh.cli.impl.parser |
|---|
| Classes in org.crsh.cli.impl.parser with type parameters of type Token | |
|---|---|
static class |
Event.Stop.Unresolved<T extends Token>
|
| Fields in org.crsh.cli.impl.parser declared as Token | |
|---|---|
private T |
Event.Stop.Unresolved.token
. |
| Uses of Token in org.crsh.cli.impl.tokenizer |
|---|
| Subclasses of Token in org.crsh.cli.impl.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.cli.impl.tokenizer with type parameters of type Token | |
|---|---|
private ArrayList<Token> |
Tokenizer.stack
. |
(package private) LinkedList<Token> |
Automaton.tokens
. |
| Methods in org.crsh.cli.impl.tokenizer that return Token | |
|---|---|
Token |
Tokenizer.next()
|
protected abstract Token |
Tokenizer.parse()
|
protected Token |
TokenizerImpl.parse()
|
Token |
Tokenizer.peek()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||