|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of FunctionCall in org.eclipse.mofscript.MOFScriptModel |
---|
Methods in org.eclipse.mofscript.MOFScriptModel that return FunctionCall | |
---|---|
FunctionCall |
MOFScriptModelFactory.createFunctionCall()
Returns a new object of class 'Function Call' |
FunctionCall |
SelectExpression.getAppliedFunction()
Returns the value of the 'Applied Function' reference |
FunctionCall |
FunctionCallStatement.getFunction()
Returns the value of the 'Function' containment reference |
Methods in org.eclipse.mofscript.MOFScriptModel with parameters of type FunctionCall | |
---|---|
void |
SelectExpression.setAppliedFunction(FunctionCall value)
Sets the value of the ' Applied Function ' reference |
void |
FunctionCallStatement.setFunction(FunctionCall value)
Sets the value of the ' Function ' containment reference |
Uses of FunctionCall in org.eclipse.mofscript.MOFScriptModel.impl |
---|
Classes in org.eclipse.mofscript.MOFScriptModel.impl that implement FunctionCall | |
---|---|
class |
FunctionCallImpl
An implementation of the model object 'Function Call' |
Methods in org.eclipse.mofscript.MOFScriptModel.impl that return FunctionCall | |
---|---|
FunctionCall |
SelectExpressionImpl.basicGetAppliedFunction()
|
FunctionCall |
MOFScriptModelFactoryImpl.createFunctionCall()
|
FunctionCall |
SelectExpressionImpl.getAppliedFunction()
|
FunctionCall |
FunctionCallStatementImpl.getFunction()
|
Methods in org.eclipse.mofscript.MOFScriptModel.impl with parameters of type FunctionCall | |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
FunctionCallStatementImpl.basicSetFunction(FunctionCall newFunction,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
void |
SelectExpressionImpl.setAppliedFunction(FunctionCall newAppliedFunction)
|
void |
FunctionCallStatementImpl.setFunction(FunctionCall newFunction)
|
Uses of FunctionCall in org.eclipse.mofscript.MOFScriptModel.util |
---|
Methods in org.eclipse.mofscript.MOFScriptModel.util with parameters of type FunctionCall | |
---|---|
java.lang.Object |
MOFScriptModelSwitch.caseFunctionCall(FunctionCall object)
Returns the result of interpreting the object as an instance of 'Function Call' |
Uses of FunctionCall in org.eclipse.mofscript.MOFScriptModel.validation |
---|
Methods in org.eclipse.mofscript.MOFScriptModel.validation with parameters of type FunctionCall | |
---|---|
boolean |
SelectExpressionValidator.validateAppliedFunction(FunctionCall value)
|
boolean |
FunctionCallStatementValidator.validateFunction(FunctionCall value)
|
Uses of FunctionCall in org.eclipse.mofscript.parser |
---|
Methods in org.eclipse.mofscript.parser that return FunctionCall | |
---|---|
FunctionCall |
MofScript2Parser.functionCallExpression(java.lang.String sName)
|
Methods in org.eclipse.mofscript.parser with parameters of type FunctionCall | |
---|---|
void |
MofScript2Parser.actualParameters(FunctionCall call)
|
Uses of FunctionCall in org.eclipse.mofscript.runtime |
---|
Methods in org.eclipse.mofscript.runtime with parameters of type FunctionCall | |
---|---|
TransformationRule |
TransformationProxy.getTransformationRuleForType(FunctionCall f,
java.lang.String name,
java.lang.String ownerTransformation,
java.lang.String possibleScope,
java.lang.Object contextObject)
Gets the transformation rule according to the parameters given |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |