|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SimpleExpression | |
---|---|
org.sintef.mofscript.MOFScriptModel | |
org.sintef.mofscript.MOFScriptModel.impl | |
org.sintef.mofscript.MOFScriptModel.util | |
org.sintef.mofscript.parser |
Uses of SimpleExpression in org.sintef.mofscript.MOFScriptModel |
---|
Subinterfaces of SimpleExpression in org.sintef.mofscript.MOFScriptModel | |
---|---|
interface |
FunctionCall
A representation of the model object 'Function Call' |
interface |
Literal
A representation of the model object 'Literal' |
interface |
Reference
A representation of the model object 'Reference' |
Methods in org.sintef.mofscript.MOFScriptModel that return SimpleExpression | |
---|---|
SimpleExpression |
MOFScriptModelFactory.createSimpleExpression()
Returns a new object of class 'Simple Expression' |
SimpleExpression |
IteratorStatement.getSource()
Returns the value of the 'Source' containment reference |
SimpleExpression |
SelectExpression.getSourceReference()
Returns the value of the 'Source Reference' containment reference |
Methods in org.sintef.mofscript.MOFScriptModel with parameters of type SimpleExpression | |
---|---|
void |
IteratorStatement.setSource(SimpleExpression value)
Sets the value of the ' Source ' containment reference |
void |
SelectExpression.setSourceReference(SimpleExpression value)
Sets the value of the ' Source Reference ' containment reference |
Uses of SimpleExpression in org.sintef.mofscript.MOFScriptModel.impl |
---|
Classes in org.sintef.mofscript.MOFScriptModel.impl that implement SimpleExpression | |
---|---|
class |
FunctionCallImpl
An implementation of the model object 'Function Call' |
class |
LiteralImpl
An implementation of the model object 'Literal' |
class |
ReferenceImpl
An implementation of the model object 'Reference' |
class |
SimpleExpressionImpl
An implementation of the model object 'Simple Expression' |
Fields in org.sintef.mofscript.MOFScriptModel.impl declared as SimpleExpression | |
---|---|
protected SimpleExpression |
IteratorStatementImpl.source
The cached value of the ' Source ' containment reference |
protected SimpleExpression |
SelectExpressionImpl.sourceReference
The cached value of the ' Source Reference ' containment reference |
Methods in org.sintef.mofscript.MOFScriptModel.impl that return SimpleExpression | |
---|---|
SimpleExpression |
MOFScriptModelFactoryImpl.createSimpleExpression()
|
SimpleExpression |
IteratorStatementImpl.getSource()
|
SimpleExpression |
SelectExpressionImpl.getSourceReference()
|
Methods in org.sintef.mofscript.MOFScriptModel.impl with parameters of type SimpleExpression | |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
IteratorStatementImpl.basicSetSource(SimpleExpression newSource,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
SelectExpressionImpl.basicSetSourceReference(SimpleExpression newSourceReference,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
void |
IteratorStatementImpl.setSource(SimpleExpression newSource)
|
void |
SelectExpressionImpl.setSourceReference(SimpleExpression newSourceReference)
|
Uses of SimpleExpression in org.sintef.mofscript.MOFScriptModel.util |
---|
Methods in org.sintef.mofscript.MOFScriptModel.util with parameters of type SimpleExpression | |
---|---|
java.lang.Object |
MOFScriptModelSwitch.caseSimpleExpression(SimpleExpression object)
Returns the result of interpretting the object as an instance of 'Simple Expression' |
Uses of SimpleExpression in org.sintef.mofscript.parser |
---|
Methods in org.sintef.mofscript.parser that return SimpleExpression | |
---|---|
SimpleExpression |
MofScriptParser.functionOrReference()
|
SimpleExpression |
MofScriptParser.simpleExpression()
A simple expression |
SimpleExpression |
MofScriptParser.stringLiteralSimpleExpression()
|
Methods in org.sintef.mofscript.parser with parameters of type SimpleExpression | |
---|---|
IteratorStatement |
MofScriptParser.iteratorStatement(SimpleExpression source)
Iterator statement (FOREACH) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |