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

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
 

Methods in org.sintef.mofscript.MOFScriptModel with parameters of type SimpleExpression
 void IteratorStatement.setSource(SimpleExpression value)
          Sets the value of the 'Source' 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
 

Methods in org.sintef.mofscript.MOFScriptModel.impl that return SimpleExpression
 SimpleExpression MOFScriptModelFactoryImpl.createSimpleExpression()
           
 SimpleExpression IteratorStatementImpl.getSource()
           
 

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)
           
 void IteratorStatementImpl.setSource(SimpleExpression newSource)
           
 

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
 

Methods in org.sintef.mofscript.parser with parameters of type SimpleExpression
 IteratorStatement MofScriptParser.iteratorStatement(SimpleExpression source)
          Iterator statement (FOREACH)