Uses of Interface
org.eclipse.mofscript.MOFScriptModel.CreateExpressionParameter

Packages that use CreateExpressionParameter
org.eclipse.mofscript.MOFScriptModel   
org.eclipse.mofscript.MOFScriptModel.impl   
org.eclipse.mofscript.MOFScriptModel.util   
org.eclipse.mofscript.parser   
 

Uses of CreateExpressionParameter in org.eclipse.mofscript.MOFScriptModel
 

Methods in org.eclipse.mofscript.MOFScriptModel that return CreateExpressionParameter
 CreateExpressionParameter MOFScriptModelFactory.createCreateExpressionParameter()
          Returns a new object of class 'Create Expression Parameter'
 

Methods in org.eclipse.mofscript.MOFScriptModel that return types with arguments of type CreateExpressionParameter
 org.eclipse.emf.common.util.EList<CreateExpressionParameter> CreateExpression.getParameters()
          Returns the value of the 'Parameters' containment reference list.
 

Uses of CreateExpressionParameter in org.eclipse.mofscript.MOFScriptModel.impl
 

Classes in org.eclipse.mofscript.MOFScriptModel.impl that implement CreateExpressionParameter
 class CreateExpressionParameterImpl
          An implementation of the model object 'Create Expression Parameter'
 

Fields in org.eclipse.mofscript.MOFScriptModel.impl with type parameters of type CreateExpressionParameter
protected  org.eclipse.emf.common.util.EList<CreateExpressionParameter> CreateExpressionImpl.parameters
          The cached value of the 'Parameters' containment reference list
 

Methods in org.eclipse.mofscript.MOFScriptModel.impl that return CreateExpressionParameter
 CreateExpressionParameter MOFScriptModelFactoryImpl.createCreateExpressionParameter()
           
 

Methods in org.eclipse.mofscript.MOFScriptModel.impl that return types with arguments of type CreateExpressionParameter
 org.eclipse.emf.common.util.EList<CreateExpressionParameter> CreateExpressionImpl.getParameters()
           
 

Uses of CreateExpressionParameter in org.eclipse.mofscript.MOFScriptModel.util
 

Methods in org.eclipse.mofscript.MOFScriptModel.util with parameters of type CreateExpressionParameter
 T MOFScriptModelSwitch.caseCreateExpressionParameter(CreateExpressionParameter object)
          Returns the result of interpreting the object as an instance of 'Create Expression Parameter'
 

Uses of CreateExpressionParameter in org.eclipse.mofscript.parser
 

Methods in org.eclipse.mofscript.parser that return CreateExpressionParameter
 CreateExpressionParameter MofScript2Parser.createExpressionParameter()
           
 

Methods in org.eclipse.mofscript.parser that return types with arguments of type CreateExpressionParameter
 java.util.Vector<CreateExpressionParameter> MofScript2Parser.createExpressionParameters()