|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StatementContext | |
---|---|
com.essbase.eas.ui.editor.misc |
Uses of StatementContext in com.essbase.eas.ui.editor.misc |
---|
Methods in com.essbase.eas.ui.editor.misc with parameters of type StatementContext | |
---|---|
protected void |
StatementCommand.addOptionCommands(StatementContext context) |
void |
StatementToken.addOptions(StatementContext context) adds the options available for this command token |
void |
StatementCommand.addOptions(StatementContext context) |
static void |
WordListWindow.doCompleText(StatementContext context, TextEditor editor, java.lang.Object o, int offset) |
static void |
WordListWindow.doCompleText(StatementContext context, TextEditor editor, StatementToken command, java.lang.Object[] o, int offset) |
StatementToken |
StatementToken.getLastStatementToken(StatementContext context, int startindex) getLastStatementToken is a forward traversal of the list looking for the last token |
StatementToken |
StatementCommand.getLastStatementToken(StatementContext context, int startindex) |
int |
StatementToken.isCommand(StatementContext context) Given a token list, returns whether it represent the command 0 means its not and any other number means the number of tokens that make up the command |
int |
StatementCommand.isCommand(StatementContext context) |
int |
StatementToken.isToken(StatementContext context, int startindex) Returns the number of tokens matched by this command from the token list |
int |
StatementCommand.isToken(StatementContext context, int startindex) |
void |
StatementToken.setCompleteText(StatementContext context, int startoffset) sets the completed word into the editor |
void |
StatementCommand.setCompleteText(StatementContext context, int startoffset) |
java.lang.String |
StatementParser.setCurrentStatement(StatementContext context) Returns the current statement based on the cursor |
java.lang.String |
StatementCommands.setCurrentStatement(StatementContext context) |
void |
StatementParser.setLastStatementToken(StatementContext context) Get the last command token representing the current statement syntax |
void |
StatementCommands.setLastStatementToken(StatementContext context) |
void |
StatementToken.setOptions(StatementContext context) Returns a list of options for a given command token |
void |
StatementParser.setOptions(StatementContext context) Get the valid options from the last ommand token to be shown |
void |
StatementCommands.setOptions(StatementContext context) |
void |
StatementCommand.setOptions(StatementContext context) |
void |
StatementParser.setTokenList(StatementContext context) breaks up the statement into a list of tokens |
void |
StatementCommands.setTokenList(StatementContext context) |
void |
StatementToken.showOptions(StatementContext context) Shows the options |
void |
StatementParser.showOptions(StatementContext context) Shows the options |
void |
StatementCommands.showOptions(StatementContext context) Shows the options |
void |
StatementCommand.showOptions(StatementContext context) Shows the options |
protected int |
StatementCommand.tokenListSize(StatementContext context, int startindex) |
Constructors in com.essbase.eas.ui.editor.misc with parameters of type StatementContext | |
---|---|
StatementCommand.WordListWindowPopup(StatementContext context, StatementToken command) |
|
WordListWindow(StatementContext context, StatementToken command) |
|
WordListWindow(StatementContext context, StatementToken command, int offset) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |