Skip navigation links
com.essbase.eas.essbase.ui.scripting.autocomplete
Class MDXFuncs2Parm
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.MDXCommand
com.essbase.eas.essbase.ui.scripting.autocomplete.MDXFuncs2Parm
- All Implemented Interfaces:
- StatementToken, java.io.Serializable, java.lang.Cloneable
-
public class MDXFuncs2Parm
- extends MDXCommand
Title: Description: Copyright: Copyright (c) 2001 Company: Hyperion Solutions Corporation
- Version:
- 1.0
- Author:
- Bill Schleifer
- 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 |
| Methods inherited from class com.essbase.eas.essbase.ui.scripting.autocomplete.MDXCommand |
createOptionCommand, danglingTokenCount, danglingTokenCount, danglingTokenCount, getEndOfStatement, getLastToken, inOpenTuple, is2ParmToken, isTupleToken, newEditToken, tokenListSize2Parm, tokenListSizeWTuple |
| Methods inherited from class com.essbase.eas.essbase.ui.scripting.autocomplete.ScriptingCommand |
clone, compareTokens, 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, getKey, getLastStatementToken, getLineSep, getList, getName, getParent, getSafeKey, hasKey, insertCommand, isCommand, isForcedOption, isListEmpty, isOptional, isToken, put, removeAllCommands, removeAttribute, removeCommand, removeQuoteString, resetParent, resetSelection, setCompleteText, setCompleteText, setForcedOption, setName, setOptions, setParent, toString, writeKeywordsToFile |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MDXFuncs2Parm
public MDXFuncs2Parm()
MDXFuncs2Parm
public MDXFuncs2Parm(java.lang.Object parent,
java.lang.String name,
MDXCommand newcmd)
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
tokenListSize
protected int tokenListSize(StatementContext context,
int startindex)
-
- Overrides:
tokenListSize in class StatementCommand
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
Skip navigation links
Copyright © 2001, 2012, Oracle. All rights reserved.