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

Packages that use ValueExpression
org.eclipse.mofscript.MOFScriptModel   
org.eclipse.mofscript.MOFScriptModel.impl   
org.eclipse.mofscript.MOFScriptModel.util   
org.eclipse.mofscript.parser   
org.eclipse.mofscript.runtime.expression   
org.eclipse.mofscript.runtime.traceability   
org.eclipse.mofscript.runtime.uml2Extensions   
 

Uses of ValueExpression in org.eclipse.mofscript.MOFScriptModel
 

Subinterfaces of ValueExpression in org.eclipse.mofscript.MOFScriptModel
 interface ArithmeticExpression
          A representation of the model object 'Arithmetic Expression'
 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'
 interface SelectExpression
          A representation of the model object 'Select Expression'
 interface SimpleExpression
          A representation of the model object 'Simple Expression'
 

Methods in org.eclipse.mofscript.MOFScriptModel that return ValueExpression
 ValueExpression MOFScriptModelFactory.createValueExpression()
          Returns a new object of class 'Value Expression'
 ValueExpression IteratorStatement.getAfter()
          Returns the value of the 'After' containment reference
 ValueExpression IteratorStatement.getBefore()
          Returns the value of the 'Before' containment reference
 ValueExpression IteratorStatement.getBetween()
          Returns the value of the 'Between' containment reference
 ValueExpression FileStatement.getFileURI()
          Returns the value of the 'File URI' containment reference
 ValueExpression ComparisonExpression.getPart1()
          Returns the value of the 'Part1' containment reference
 ValueExpression ArithmeticExpression.getPart1()
          Returns the value of the 'Part1' containment reference
 ValueExpression ComparisonExpression.getPart2()
          Returns the value of the 'Part2' containment reference
 ValueExpression ArithmeticExpression.getPart2()
          Returns the value of the 'Part2' containment reference
 ValueExpression PrintStatement.getPrintBody()
          Returns the value of the 'Print Body' containment reference
 ValueExpression CreateExpressionParameter.getValue()
          Returns the value of the 'Value' containment reference
 

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

Methods in org.eclipse.mofscript.MOFScriptModel with parameters of type ValueExpression
 void IteratorStatement.setAfter(ValueExpression value)
          Sets the value of the 'After' containment reference
 void IteratorStatement.setBefore(ValueExpression value)
          Sets the value of the 'Before' containment reference
 void IteratorStatement.setBetween(ValueExpression value)
          Sets the value of the 'Between' containment reference
 void FileStatement.setFileURI(ValueExpression value)
          Sets the value of the 'File URI' containment reference
 void ComparisonExpression.setPart1(ValueExpression value)
          Sets the value of the 'Part1' containment reference
 void ArithmeticExpression.setPart1(ValueExpression value)
          Sets the value of the 'Part1' containment reference
 void ComparisonExpression.setPart2(ValueExpression value)
          Sets the value of the 'Part2' containment reference
 void ArithmeticExpression.setPart2(ValueExpression value)
          Sets the value of the 'Part2' containment reference
 void PrintStatement.setPrintBody(ValueExpression value)
          Sets the value of the 'Print Body' containment reference
 void CreateExpressionParameter.setValue(ValueExpression value)
          Sets the value of the 'Value' containment reference
 

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

Classes in org.eclipse.mofscript.MOFScriptModel.impl that implement ValueExpression
 class ArithmeticExpressionImpl
          An implementation of the model object 'Arithmetic Expression'
 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 SelectExpressionImpl
          An implementation of the model object 'Select Expression'
 class SimpleExpressionImpl
          An implementation of the model object 'Simple Expression'
 class ValueExpressionImpl
          An implementation of the model object 'Value Expression'
 

Fields in org.eclipse.mofscript.MOFScriptModel.impl declared as ValueExpression
protected  ValueExpression IteratorStatementImpl.after
          The cached value of the 'After' containment reference
protected  ValueExpression IteratorStatementImpl.before
          The cached value of the 'Before' containment reference
protected  ValueExpression IteratorStatementImpl.between
          The cached value of the 'Between' containment reference
protected  ValueExpression FileStatementImpl.fileURI
          The cached value of the 'File URI' containment reference
protected  ValueExpression ComparisonExpressionImpl.part1
          The cached value of the 'Part1' containment reference
protected  ValueExpression ArithmeticExpressionImpl.part1
          The cached value of the 'Part1' containment reference
protected  ValueExpression ComparisonExpressionImpl.part2
          The cached value of the 'Part2' containment reference
protected  ValueExpression ArithmeticExpressionImpl.part2
          The cached value of the 'Part2' containment reference
protected  ValueExpression PrintStatementImpl.printBody
          The cached value of the 'Print Body' containment reference
protected  ValueExpression CreateExpressionParameterImpl.value
          The cached value of the 'Value' containment reference
 

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

Methods in org.eclipse.mofscript.MOFScriptModel.impl that return ValueExpression
 ValueExpression MOFScriptModelFactoryImpl.createValueExpression()
           
 ValueExpression IteratorStatementImpl.getAfter()
           
 ValueExpression IteratorStatementImpl.getBefore()
           
 ValueExpression IteratorStatementImpl.getBetween()
           
 ValueExpression FileStatementImpl.getFileURI()
           
 ValueExpression ComparisonExpressionImpl.getPart1()
           
 ValueExpression ArithmeticExpressionImpl.getPart1()
           
 ValueExpression ComparisonExpressionImpl.getPart2()
           
 ValueExpression ArithmeticExpressionImpl.getPart2()
           
 ValueExpression PrintStatementImpl.getPrintBody()
           
 ValueExpression CreateExpressionParameterImpl.getValue()
           
 

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

Methods in org.eclipse.mofscript.MOFScriptModel.impl with parameters of type ValueExpression
 org.eclipse.emf.common.notify.NotificationChain IteratorStatementImpl.basicSetAfter(ValueExpression newAfter, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain IteratorStatementImpl.basicSetBefore(ValueExpression newBefore, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain IteratorStatementImpl.basicSetBetween(ValueExpression newBetween, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain FileStatementImpl.basicSetFileURI(ValueExpression newFileURI, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain ComparisonExpressionImpl.basicSetPart1(ValueExpression newPart1, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain ArithmeticExpressionImpl.basicSetPart1(ValueExpression newPart1, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain ComparisonExpressionImpl.basicSetPart2(ValueExpression newPart2, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain ArithmeticExpressionImpl.basicSetPart2(ValueExpression newPart2, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain PrintStatementImpl.basicSetPrintBody(ValueExpression newPrintBody, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain CreateExpressionParameterImpl.basicSetValue(ValueExpression newValue, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void IteratorStatementImpl.setAfter(ValueExpression newAfter)
           
 void IteratorStatementImpl.setBefore(ValueExpression newBefore)
           
 void IteratorStatementImpl.setBetween(ValueExpression newBetween)
           
 void FileStatementImpl.setFileURI(ValueExpression newFileURI)
           
 void ComparisonExpressionImpl.setPart1(ValueExpression newPart1)
           
 void ArithmeticExpressionImpl.setPart1(ValueExpression newPart1)
           
 void ComparisonExpressionImpl.setPart2(ValueExpression newPart2)
           
 void ArithmeticExpressionImpl.setPart2(ValueExpression newPart2)
           
 void PrintStatementImpl.setPrintBody(ValueExpression newPrintBody)
           
 void CreateExpressionParameterImpl.setValue(ValueExpression newValue)
           
 

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

Methods in org.eclipse.mofscript.MOFScriptModel.util with parameters of type ValueExpression
 T MOFScriptModelSwitch.caseValueExpression(ValueExpression object)
          Returns the result of interpreting the object as an instance of 'Value Expression'
 

Uses of ValueExpression in org.eclipse.mofscript.parser
 

Methods in org.eclipse.mofscript.parser that return ValueExpression
 ValueExpression MofScript2Parser.actualParameter()
           
 ValueExpression MofScript2Parser.nonStringLiteralExpressionList(java.util.Vector followingStatements)
           
 ValueExpression MofScript2Parser.nonStringLiteralExpressionPart(java.util.Vector followingStatements)
           
 ValueExpression MofScript2Parser.stringLiteralExpressionList(java.util.Vector followingStatements)
           
 ValueExpression MofScript2Parser.stringLiteralExpressionPart(java.util.Vector followingStatements)
           
 ValueExpression MofScript2Parser.valueExpression()
           
 

Uses of ValueExpression in org.eclipse.mofscript.runtime.expression
 

Fields in org.eclipse.mofscript.runtime.expression declared as ValueExpression
protected  ValueExpression FunctionCallEvaluator.p1
           
protected  ValueExpression FunctionCallEvaluator.p2
           
protected  ValueExpression FunctionCallEvaluator.p3
           
 

Methods in org.eclipse.mofscript.runtime.expression with parameters of type ValueExpression
protected  void FunctionCallEvaluator.insertModelRefParameter(ValueExpression p, MOFScriptParameter param)
          Overidden by subclasses
 

Method parameters in org.eclipse.mofscript.runtime.expression with type arguments of type ValueExpression
protected  java.lang.Object FunctionCallEvaluator.hashTableFunction(java.lang.String fName, java.util.List<ValueExpression> parameters, java.util.Hashtable variable)
           
protected  java.lang.Object FunctionCallEvaluator.propertiesFunction(java.lang.String fName, java.util.List<ValueExpression> parameters, java.util.Properties propVar)
           
 

Uses of ValueExpression in org.eclipse.mofscript.runtime.traceability
 

Methods in org.eclipse.mofscript.runtime.traceability with parameters of type ValueExpression
protected  void TraceabilityFunctionCallEvaluator.insertModelRefParameter(ValueExpression p, MOFScriptParameter param)
          Checks if a parameter has a traceable value, and if so, inserts it into the collection of traceable variables
 

Uses of ValueExpression in org.eclipse.mofscript.runtime.uml2Extensions
 

Methods in org.eclipse.mofscript.runtime.uml2Extensions with parameters of type ValueExpression
protected  void UMLTraceabilityFunctionCallEvaluator.insertModelRefParameter(ValueExpression p, MOFScriptParameter param)
          Checks if a parameter has a traceable value, and if so, inserts it into the collection of traceable variables