Modifier and Type | Field and Description |
---|---|
private CommandDescriptor<T> |
command
.
|
private Mode |
mode
.
|
private LinkedList<Event> |
next
.
|
private Status |
status
.
|
private Tokenizer |
tokenizer
.
|
Constructor and Description |
---|
Parser(Tokenizer tokenizer,
CommandDescriptor<T> command,
Mode mode) |
private CommandDescriptor<T> command
private final LinkedList<Event> next
public Parser(Tokenizer tokenizer, CommandDescriptor<T> command, Mode mode)
private void determine()
Copyright © 2015 eXo Platform SAS. All Rights Reserved.