|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Parser
Interface for SimpleParser.
| Method Summary | |
|---|---|
int |
complete(String buffer,
int cursor,
List<String> candidates)
Populates a list of completion candidates. |
int |
completeAdvanced(String buffer,
int cursor,
List<Completion> candidates)
Populates a list of completion candidates. |
ParseResult |
parse(String buffer)
|
| Method Detail |
|---|
ParseResult parse(String buffer)
int complete(String buffer,
int cursor,
List<String> candidates)
buffer - cursor - candidates -
int completeAdvanced(String buffer,
int cursor,
List<Completion> candidates)
buffer - cursor - candidates -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||