Skip navigation links
com.essbase.eas.essbase.ui.scripting.autocomplete
Class ActiveAliasTables
java.lang.Object
com.essbase.eas.ui.editor.misc.StatementCommand
com.essbase.eas.essbase.ui.scripting.autocomplete.ScriptingCommand
com.essbase.eas.essbase.ui.scripting.autocomplete.ActiveAliasTables
- All Implemented Interfaces:
- StatementToken, java.io.Serializable, java.lang.Cloneable
-
public class ActiveAliasTables
- extends ScriptingCommand
Title: Description: Copyright: Copyright (c) 2001 Company: Hyperion Solutions Corporation
- Version:
- 1.0
- Author:
- Sree Menon
- See Also:
- Serialized Form
| Fields inherited from class com.essbase.eas.ui.editor.misc.StatementCommand |
ADDPROPERTY, BRACKETED, CLASS, COMMAND, COMMANDS, DONOTLIST, EOL, FORCE, ISFUNCTION, list, LOOP, LOOPCOMMAND, NAME, nameTokens, next, NEXT_COMMAND, NOTIFYCLASS, NOTIFYMETHOD, NOTIFYOBJECT, OPT_PROPERTY, OPTIONAL, options, OPTIONS, optionTokens, PARAN, parent, PREFIX, prefixTokens, QUOTED, REGISTER, SUFFIX, suffixTokens, table, TEXT, TRIGGER_NEXT |
| Method Summary |
void |
addOptions(StatementContext context)
adds the options available for this command token |
static void |
getAliasTables(java.lang.Object parent, java.util.List v, Database database, boolean bLast, boolean optional)
|
int |
isToken(StatementContext context, int startindex)
Returns the number of tokens matched by this command from the token list |
| Methods inherited from class com.essbase.eas.essbase.ui.scripting.autocomplete.ScriptingCommand |
clone, compareTokens, createOptionCommand, getApplication, getApplication, getApplication, getApplication, getApplications, getChildNotifyObjects, getCurrentStatement, getDatabase, getDatabase, getDatabase, getDatabase, getDatabase, getNextTokens, getNotifyObjects, getObjects, getSafePrefix, getSafeSuffix, getSelectedServer, getTokenList, getTokenListEx, isLastToken, isNextToken, removeParanString, setCompleteText, setOptional, setWordCompleteText, showOptions |
| Methods inherited from class com.essbase.eas.ui.editor.misc.StatementCommand |
addAttribute, addCommand, addCommandOptions, addNameTokens, addNextCommands, addOptionCommands, addOptionsTokens, canceledCommand, checkFix, clearAttributes, exportXml, findCommand, generateSpaces, getAttribute, getAttributes, getCommands, getCommandsParent, getCommandTable, getElements, getEndOfStatement, getKey, getLastStatementToken, getLineSep, getList, getName, getParent, getSafeKey, hasKey, insertCommand, isCommand, isForcedOption, isListEmpty, isOptional, isToken, newEditToken, put, removeAllCommands, removeAttribute, removeCommand, removeQuoteString, resetParent, resetSelection, setCompleteText, setCompleteText, setForcedOption, setName, setOptions, setParent, tokenListSize, toString, writeKeywordsToFile |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ActiveAliasTables
public ActiveAliasTables()
isToken
public int isToken(StatementContext context,
int startindex)
- Description copied from interface:
StatementToken
- Returns the number of tokens matched by this command from the token list
-
- Specified by:
isToken in interface StatementToken
- Overrides:
isToken in class ScriptingCommand
addOptions
public void addOptions(StatementContext context)
- Description copied from interface:
StatementToken
- adds the options available for this command token
-
- Specified by:
addOptions in interface StatementToken
- Overrides:
addOptions in class StatementCommand
-
- Parameters:
context - statement context
getAliasTables
public static void getAliasTables(java.lang.Object parent,
java.util.List v,
Database database,
boolean bLast,
boolean optional)
Skip navigation links
Copyright © 2001, 2012, Oracle. All rights reserved.