Uses of Interface
org.sintef.mofscript.MOFScriptModel.FunctionCallStatement

Packages that use FunctionCallStatement
org.sintef.mofscript.MOFScriptModel   
org.sintef.mofscript.MOFScriptModel.impl   
org.sintef.mofscript.MOFScriptModel.util   
org.sintef.mofscript.parser   
 

Uses of FunctionCallStatement in org.sintef.mofscript.MOFScriptModel
 

Methods in org.sintef.mofscript.MOFScriptModel that return FunctionCallStatement
 FunctionCallStatement MOFScriptModelFactory.createFunctionCallStatement()
          Returns a new object of class 'Function Call Statement'
 

Uses of FunctionCallStatement in org.sintef.mofscript.MOFScriptModel.impl
 

Classes in org.sintef.mofscript.MOFScriptModel.impl that implement FunctionCallStatement
 class FunctionCallStatementImpl
          An implementation of the model object 'Function Call Statement'
 

Methods in org.sintef.mofscript.MOFScriptModel.impl that return FunctionCallStatement
 FunctionCallStatement MOFScriptModelFactoryImpl.createFunctionCallStatement()
           
 

Uses of FunctionCallStatement in org.sintef.mofscript.MOFScriptModel.util
 

Methods in org.sintef.mofscript.MOFScriptModel.util with parameters of type FunctionCallStatement
 java.lang.Object MOFScriptModelSwitch.caseFunctionCallStatement(FunctionCallStatement object)
          Returns the result of interpretting the object as an instance of 'Function Call Statement'
 

Uses of FunctionCallStatement in org.sintef.mofscript.parser
 

Methods in org.sintef.mofscript.parser that return FunctionCallStatement
 FunctionCallStatement MofScriptParser.functionCallStatement(java.lang.String sName)
          Function Call statement