|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of MOFScriptStatementOwner in org.sintef.mofscript.MOFScriptModel |
---|
Subinterfaces of MOFScriptStatementOwner in org.sintef.mofscript.MOFScriptModel | |
---|---|
interface |
Advice
A representation of the model object 'Advice' |
interface |
BreakStatement
A representation of the model object 'Break Statement' |
interface |
CreateStatement
A representation of the model object 'Create Statement' |
interface |
FileStatement
A representation of the model object 'File Statement' |
interface |
FunctionCallStatement
A representation of the model object 'Function Call Statement' |
interface |
GeneralAssignment
A representation of the model object 'General Assignment' |
interface |
IfStatement
A representation of the model object 'If Statement' |
interface |
IteratorStatement
A representation of the model object 'Iterator Statement' |
interface |
MOFScriptStatement
A representation of the model object 'MOF Script Statement' |
interface |
PrintStatement
A representation of the model object 'Print Statement' |
interface |
ResultAssignment
A representation of the model object 'Result Assignment' |
interface |
TransformationRule
A representation of the model object 'Transformation Rule' |
interface |
WhileStatement
A representation of the model object 'While Statement' |
Methods in org.sintef.mofscript.MOFScriptModel that return MOFScriptStatementOwner | |
---|---|
MOFScriptStatementOwner |
MOFScriptStatement.getOwner()
Returns the value of the 'Owner' container reference. |
Methods in org.sintef.mofscript.MOFScriptModel with parameters of type MOFScriptStatementOwner | |
---|---|
void |
MOFScriptStatement.setOwner(MOFScriptStatementOwner value)
Sets the value of the ' Owner ' container reference |
Uses of MOFScriptStatementOwner in org.sintef.mofscript.MOFScriptModel.impl |
---|
Classes in org.sintef.mofscript.MOFScriptModel.impl that implement MOFScriptStatementOwner | |
---|---|
class |
AdviceImpl
An implementation of the model object 'Advice' |
class |
BreakStatementImpl
An implementation of the model object 'Break Statement' |
class |
CreateStatementImpl
An implementation of the model object 'Create Statement' |
class |
FileStatementImpl
An implementation of the model object 'File Statement' |
class |
FunctionCallStatementImpl
An implementation of the model object 'Function Call Statement' |
class |
GeneralAssignmentImpl
An implementation of the model object 'General Assignment' |
class |
IfStatementImpl
An implementation of the model object 'If Statement' |
class |
IteratorStatementImpl
An implementation of the model object 'Iterator Statement' |
class |
MOFScriptStatementImpl
An implementation of the model object 'MOF Script Statement' |
class |
MOFScriptStatementOwnerImpl
An implementation of the model object 'MOF Script Statement Owner' |
class |
PrintStatementImpl
An implementation of the model object 'Print Statement' |
class |
ResultAssignmentImpl
An implementation of the model object 'Result Assignment' |
class |
TransformationRuleImpl
An implementation of the model object 'Transformation Rule' |
class |
WhileStatementImpl
An implementation of the model object 'While Statement' |
Methods in org.sintef.mofscript.MOFScriptModel.impl that return MOFScriptStatementOwner | |
---|---|
MOFScriptStatementOwner |
MOFScriptStatementImpl.getOwner()
|
Methods in org.sintef.mofscript.MOFScriptModel.impl with parameters of type MOFScriptStatementOwner | |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
MOFScriptStatementImpl.basicSetOwner(MOFScriptStatementOwner newOwner,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
void |
MOFScriptStatementImpl.setOwner(MOFScriptStatementOwner newOwner)
|
Uses of MOFScriptStatementOwner in org.sintef.mofscript.MOFScriptModel.util |
---|
Methods in org.sintef.mofscript.MOFScriptModel.util with parameters of type MOFScriptStatementOwner | |
---|---|
java.lang.Object |
MOFScriptModelSwitch.caseMOFScriptStatementOwner(MOFScriptStatementOwner object)
Returns the result of interpretting the object as an instance of 'MOF Script Statement Owner' |
Uses of MOFScriptStatementOwner in org.sintef.mofscript.parser |
---|
Methods in org.sintef.mofscript.parser with parameters of type MOFScriptStatementOwner | |
---|---|
void |
MofScriptParser.composedExpressionList(MOFScriptStatementOwner owner,
StatementBlock statementBlock)
|
void |
MofScriptParser.iteratorBody(MOFScriptStatementOwner statementOwner)
The body of an iterator |
void |
MofScriptParser.scopedStatement(MOFScriptStatementOwner owner)
Scoped statement - a statement within curly brackets |
void |
MofScriptParser.standardTransformationRuleStatements(MOFScriptStatementOwner owner)
Unprotected rule statements |
void |
MofScriptParser.transformationRuleBody(MOFScriptStatementOwner owner)
The body of a rule |
void |
MofScriptParser.transformationRuleStatements(MOFScriptStatementOwner owner,
StatementBlock statementBlock)
Statements |
void |
MofScriptParser.unprotectedTransformationRuleStatements(MOFScriptStatementOwner owner)
protceted rule statements |
Uses of MOFScriptStatementOwner in org.sintef.mofscript.runtime.statement |
---|
Methods in org.sintef.mofscript.runtime.statement with parameters of type MOFScriptStatementOwner | |
---|---|
void |
WhileStatementExecutor.breakExecuted(MOFScriptStatementOwner ownedContext)
BreakSTatementListener event operations |
void |
IteratorStatementExecutor.breakExecuted(MOFScriptStatementOwner ownedContext)
BreakSTatementListener event operations |
void |
BreakStatementListener.breakExecuted(MOFScriptStatementOwner ownedContext)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |