Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
_
C
C_COMMENT
- Static variable in interface modesteditor.core.antlrparser.
Lexer_TokenTypes
C_COMMENT
- Static variable in interface modesteditor.core.antlrparser.
lexerModestVocab_TokenTypes
C_COMMENT
- Static variable in interface modesteditor.core.antlrparser.
ModestLexer_TokenTypes
C_COMMENT
- Static variable in interface modesteditor.core.antlrparser.
ModestLexerNewTokenTypes
C_COMMENT
- Static variable in interface modesteditor.core.antlrparser.
ModestOutlineTreeWalkerTokenTypes
C_COMMENT
- Static variable in interface modesteditor.core.antlrparser.
ModestSimulationTreeWalkerTokenTypes
C_COMMENT
- Static variable in interface modesteditor.core.antlrparser.
parserModestVocab_TokenTypes
CATCH
- Static variable in interface modesteditor.core.antlrparser.
lexerModestVocab_TokenTypes
CATCH
- Static variable in interface modesteditor.core.antlrparser.
ModestOutlineTreeWalkerTokenTypes
CATCH
- Static variable in interface modesteditor.core.antlrparser.
ModestSimulationTreeWalkerTokenTypes
CATCH
- Static variable in interface modesteditor.core.antlrparser.
parserModestVocab_TokenTypes
CATCH_DEFINITION_AST
- Static variable in interface modesteditor.core.antlrparser.
Modest_TokenTypes
CATCH_DEFINITION_AST
- Static variable in interface modesteditor.core.antlrparser.
ModestOutlineTreeWalkerTokenTypes
CATCH_DEFINITION_AST
- Static variable in interface modesteditor.core.antlrparser.
ModestSimulationTreeWalkerTokenTypes
CATCH_DEFINITION_AST
- Static variable in interface modesteditor.core.antlrparser.
parserModestVocab_TokenTypes
CHAR
- Static variable in interface modesteditor.core.antlrparser.
ModestParserTokenTypes
childIsFinished(SimulationNode)
- Method in class modesteditor.core.stepsimulation.
ActionNode
Never gets called since an action has no children.
childIsFinished(SimulationNode)
- Method in class modesteditor.core.stepsimulation.
Alternative
childIsFinished(SimulationNode)
- Method in class modesteditor.core.stepsimulation.
AltNode
childIsFinished(SimulationNode)
- Method in class modesteditor.core.stepsimulation.
BreakNode
childIsFinished(SimulationNode)
- Method in class modesteditor.core.stepsimulation.
DoNode
Method ensures that if a child is finished, all other children are set active again.
childIsFinished(SimulationNode)
- Method in class modesteditor.core.stepsimulation.
PaltNode
Method activates the alternatives if the actionGuard has been taken or finishes the PaltNode if an Alternative is done.
childIsFinished(SimulationNode)
- Method in class modesteditor.core.stepsimulation.
PaltTransition
childIsFinished(SimulationNode)
- Method in class modesteditor.core.stepsimulation.
ParNode
Method removes the finished child from the list of active children.
childIsFinished(SimulationNode)
- Method in class modesteditor.core.stepsimulation.
ParTransition
childIsFinished(SimulationNode)
- Method in class modesteditor.core.stepsimulation.
SequentialProcess
If the child is not the last child in the children list, the next one is set active.
childIsFinished(SimulationNode)
- Method in class modesteditor.core.stepsimulation.
SimulationNode
Child notifies the parent that is is finished.
childIsFinished(SimulationNode)
- Method in class modesteditor.core.stepsimulation.
ThrowNode
childIsFinished(SimulationNode)
- Method in class modesteditor.core.stepsimulation.
TryNode
childModels
- Variable in class modesteditor.core.model.
Process
children
- Variable in class modesteditor.core.stepsimulation.
SimulationNode
choiceTaken(SimulationNode, boolean)
- Method in class modesteditor.core.stepsimulation.
SimulationRoot
Method called when a transition is chosen in the SimulationView.
CLASS
- Static variable in interface modesteditor.core.antlrparser.
lexerModestVocab_TokenTypes
CLASS
- Static variable in interface modesteditor.core.antlrparser.
ModestOutlineTreeWalkerTokenTypes
CLASS
- Static variable in interface modesteditor.core.antlrparser.
ModestSimulationTreeWalkerTokenTypes
CLASS
- Static variable in interface modesteditor.core.antlrparser.
parserModestVocab_TokenTypes
clearSimulationListeners()
- Method in class modesteditor.core.stepsimulation.
SimulationView
clearState()
- Method in class modesteditor.core.stepsimulation.
SimulationRoot
Clears the state in die SimulationRoot in order to reprocess the transitions for backtracking.
collectParTransitions()
- Method in class modesteditor.core.stepsimulation.
ActionNode
collectParTransitions()
- Method in class modesteditor.core.stepsimulation.
Alternative
collectParTransitions()
- Method in class modesteditor.core.stepsimulation.
AltNode
collectParTransitions()
- Method in class modesteditor.core.stepsimulation.
BreakNode
collectParTransitions()
- Method in class modesteditor.core.stepsimulation.
DoNode
collectParTransitions()
- Method in class modesteditor.core.stepsimulation.
PaltNode
If a child is active the ParTransitions from this child are collected.
collectParTransitions()
- Method in class modesteditor.core.stepsimulation.
PaltTransition
collectParTransitions()
- Method in class modesteditor.core.stepsimulation.
ParNode
Method first collects the ParTransitions from it's active children.
collectParTransitions()
- Method in class modesteditor.core.stepsimulation.
ParTransition
Not needed since the class is already a transition
collectParTransitions()
- Method in class modesteditor.core.stepsimulation.
SequentialProcess
Method collects the transitions from the active child.
collectParTransitions()
- Method in class modesteditor.core.stepsimulation.
SimulationNode
Abstract method for generating the list of parallel transitions of the node.
collectParTransitions()
- Method in class modesteditor.core.stepsimulation.
ThrowNode
collectParTransitions()
- Method in class modesteditor.core.stepsimulation.
TryNode
Method collects the ParTransitions of the active child.
collectTransitions()
- Method in class modesteditor.core.stepsimulation.
ActionNode
collectTransitions()
- Method in class modesteditor.core.stepsimulation.
Alternative
collectTransitions()
- Method in class modesteditor.core.stepsimulation.
AltNode
Method collects all children if not a child is already active
collectTransitions()
- Method in class modesteditor.core.stepsimulation.
BreakNode
collectTransitions()
- Method in class modesteditor.core.stepsimulation.
DoNode
Method collects all children if not a child is already active
collectTransitions()
- Method in class modesteditor.core.stepsimulation.
PaltNode
collectTransitions()
- Method in class modesteditor.core.stepsimulation.
PaltTransition
collectTransitions()
- Method in class modesteditor.core.stepsimulation.
ParNode
Method returns the collected parallel transitions from collectParTransitions.
collectTransitions()
- Method in class modesteditor.core.stepsimulation.
ParTransition
Not needed since the class is already a transition
collectTransitions()
- Method in class modesteditor.core.stepsimulation.
SequentialProcess
Method collects the transitions from the active child.
collectTransitions()
- Method in class modesteditor.core.stepsimulation.
SimulationNode
Abstract method for generating the list of possible transitions.
collectTransitions()
- Method in class modesteditor.core.stepsimulation.
ThrowNode
collectTransitions()
- Method in class modesteditor.core.stepsimulation.
TryNode
COLON
- Static variable in interface modesteditor.core.antlrparser.
Lexer_TokenTypes
COLON
- Static variable in interface modesteditor.core.antlrparser.
lexerModestVocab_TokenTypes
COLON
- Static variable in interface modesteditor.core.antlrparser.
ModestLexer_TokenTypes
COLON
- Static variable in interface modesteditor.core.antlrparser.
ModestLexerNewTokenTypes
COLON
- Static variable in interface modesteditor.core.antlrparser.
ModestOutlineTreeWalkerTokenTypes
COLON
- Static variable in interface modesteditor.core.antlrparser.
ModestParserTokenTypes
COLON
- Static variable in interface modesteditor.core.antlrparser.
ModestSimulationTreeWalkerTokenTypes
COLON
- Static variable in interface modesteditor.core.antlrparser.
parserModestVocab_TokenTypes
column
- Variable in class modesteditor.core.model.
Model
column
- Variable in class modesteditor.core.stepsimulation.
SimulationNode
COMMA
- Static variable in interface modesteditor.core.antlrparser.
Lexer_TokenTypes
COMMA
- Static variable in interface modesteditor.core.antlrparser.
lexerModestVocab_TokenTypes
COMMA
- Static variable in interface modesteditor.core.antlrparser.
Modest_TokenTypes
COMMA
- Static variable in interface modesteditor.core.antlrparser.
ModestLexer_TokenTypes
COMMA
- Static variable in interface modesteditor.core.antlrparser.
ModestLexerNewTokenTypes
COMMA
- Static variable in interface modesteditor.core.antlrparser.
ModestOutlineTreeWalkerTokenTypes
COMMA
- Static variable in interface modesteditor.core.antlrparser.
ModestParserTokenTypes
COMMA
- Static variable in interface modesteditor.core.antlrparser.
ModestSimulationTreeWalkerTokenTypes
COMMA
- Static variable in interface modesteditor.core.antlrparser.
parserModestVocab_TokenTypes
COMMENT
- Static variable in interface modesteditor.core.antlrparser.
ModestParserTokenTypes
comp_op()
- Method in class modesteditor.core.antlrparser.
ModestParserNew
COMPILER_LOCATION
- Static variable in class modesteditor.launch.
ModestLaunchPlugin
String attribute for the path to the momodest binary
computeCompletionProposals(ITextViewer, int)
- Method in class modesteditor.core.modest.
ModestCompletionProcessor
Returns an array which contains the completion proposals.
computeContextInformation(ITextViewer, int)
- Method in class modesteditor.core.modest.
ModestCompletionProcessor
CPP_COMMENT
- Static variable in interface modesteditor.core.antlrparser.
Lexer_TokenTypes
CPP_COMMENT
- Static variable in interface modesteditor.core.antlrparser.
lexerModestVocab_TokenTypes
CPP_COMMENT
- Static variable in interface modesteditor.core.antlrparser.
ModestLexer_TokenTypes
CPP_COMMENT
- Static variable in interface modesteditor.core.antlrparser.
ModestLexerNewTokenTypes
CPP_COMMENT
- Static variable in interface modesteditor.core.antlrparser.
ModestOutlineTreeWalkerTokenTypes
CPP_COMMENT
- Static variable in interface modesteditor.core.antlrparser.
ModestSimulationTreeWalkerTokenTypes
CPP_COMMENT
- Static variable in interface modesteditor.core.antlrparser.
parserModestVocab_TokenTypes
createActions()
- Method in class modesteditor.core.
ModestEditor
The
ModestEditor
implementation of this
AbstractTextEditor
method extend the actions to add those specific to the receiver
createActions()
- Method in class modesteditor.core.stepsimulation.
SimulationView
createAST()
- Method in class modesteditor.core.antlrparser.
ModestOutlineParser
Method is called to build the AST.
createControl(Composite)
- Method in class modesteditor.core.
ModestContentOutlinePage
Sets up the internal tree viewer to use MoDeST's content and label providers, to inform this page when the user selects a model, and to display the models in the editor's program.
createControl(Composite)
- Method in class modesteditor.launch.ui.
ModestLaunchTab
Creates the contents of this tab.
createFieldEditors()
- Method in class modesteditor.core.preferences.
ModestEditorPreferencePage
Creates the page's fields.
createFieldEditors()
- Method in class modesteditor.launch.ui.
ModestLaunchPreferencePage
We create the fields for the compiler location, for the output directory and a flag for the creation of the dot file.
createPartControl(Composite)
- Method in class modesteditor.core.stepsimulation.
SimulationView
createSimHighlighting(IResource, IDocument, boolean)
- Method in class modesteditor.core.stepsimulation.
PaltNode
createSimHighlighting(IResource, IDocument, boolean)
- Method in class modesteditor.core.stepsimulation.
PaltTransition
createSimHighlighting(IResource, IDocument, boolean)
- Method in class modesteditor.core.stepsimulation.
ParTransition
createSimHighlighting(IResource, IDocument, boolean)
- Method in class modesteditor.core.stepsimulation.
SequentialProcess
createSimHighlighting(IResource, IDocument, boolean)
- Method in class modesteditor.core.stepsimulation.
SimulationNode
Method that creates the markers that do the highlighting in the step simulation.
createTabs(ILaunchConfigurationDialog, String)
- Method in class modesteditor.launch.ui.
ModestLaunchTabGroup
createToolbar(Composite)
- Method in class modesteditor.core.stepsimulation.
SimulationView
customizeDocumentCommand(IDocument, DocumentCommand)
- Method in class modesteditor.core.modest.
ModestAutoIndentStrategy
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
_