Skip navigation links


Uses of Interface
com.essbase.eas.ui.editor.misc.StatementToken

Packages that use StatementToken
com.essbase.eas.ui.editor.misc   

 

Uses of StatementToken in com.essbase.eas.ui.editor.misc

 

Classes in com.essbase.eas.ui.editor.misc that implement StatementToken
 class StatementCommand
          Title: Description: Copyright: Copyright (c) 2001 Company: Hyperion Solutions Corporation

 

Methods in com.essbase.eas.ui.editor.misc that return StatementToken
 StatementToken StatementParser.createCommand(java.lang.String name)
          creates the default command object
 StatementToken StatementCommands.createCommand(java.lang.String name)
          creates the default command object
protected  StatementToken StatementCommand.findCommand(java.lang.String loopCommand)
           
 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)
           
 StatementToken StatementContext.getLastToken()
           

 

Methods in com.essbase.eas.ui.editor.misc with parameters of type StatementToken
 void StatementToken.addCommand(StatementToken command)
          adds next set of token commands
 void StatementParser.addCommand(StatementToken token)
          adds a child command
 void StatementCommands.addCommand(StatementToken token)
           
 void StatementCommand.addCommand(StatementToken command)
           
static void WordListWindow.doCompleText(StatementContext context, TextEditor editor, StatementToken command, java.lang.Object[] o, int offset)
           
 void StatementCommands.insertCommand(int index, StatementToken token)
           
 void StatementCommand.insertCommand(int index, StatementToken command)
           
 boolean StatementCommands.removeCommand(StatementToken token)
           
 void StatementContext.setLastToken(StatementToken command)
           

 

Constructors in com.essbase.eas.ui.editor.misc with parameters of type StatementToken
StatementCommand.WordListWindowPopup(StatementContext context, StatementToken command)
           
WordListWindow(StatementContext context, StatementToken command)
           
WordListWindow(StatementContext context, StatementToken command, int offset)
           

 


Skip navigation links


Copyright © 2001, 2007, Oracle. All rights reserved.