|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StatementParser
Title: Description: Copyright: Copyright (c) 2001 Company: Hyperion Solutions Corporation
| Method Summary | |
|---|---|
void |
addCommand(StatementToken token)adds a child command |
StatementToken |
createCommand(java.lang.String name)creates the default command object |
char |
getEndOfLineChar() |
java.lang.String |
setCurrentStatement(StatementContext context)Returns the current statement based on the cursor |
void |
setEndOfLineChar(char ch) |
void |
setLastStatementToken(StatementContext context)Get the last command token representing the current statement syntax |
void |
setOptions(StatementContext context)Get the valid options from the last ommand token to be shown |
void |
setTokenList(StatementContext context)breaks up the statement into a list of tokens |
void |
showOptions(StatementContext context)Shows the options |
| Method Detail |
|---|
java.lang.String setCurrentStatement(StatementContext context)
void setTokenList(StatementContext context)
void setLastStatementToken(StatementContext context)
void setOptions(StatementContext context)
void showOptions(StatementContext context)
void addCommand(StatementToken token)
token - command to addStatementToken createCommand(java.lang.String name)
name - the name of the commandvoid setEndOfLineChar(char ch)
char getEndOfLineChar()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||