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

Packages that use ValueExpression
org.sintef.mofscript.MOFScriptModel   
org.sintef.mofscript.MOFScriptModel.impl   
org.sintef.mofscript.MOFScriptModel.util   
org.sintef.mofscript.parser   
org.sintef.mofscript.runtime.expression   
 

Uses of ValueExpression in org.sintef.mofscript.MOFScriptModel
 

Subinterfaces of ValueExpression in org.sintef.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 SimpleExpression
          A representation of the model object 'Simple Expression'
 

Methods in org.sintef.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 ResultAssignment.getExpression()
          Returns the value of the 'Expression' containment reference
 ValueExpression GeneralAssignment.getExpression()
          Returns the value of the 'Expression' 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 VariableDeclaration.getValue()
          Returns the value of the 'Value' containment reference
 

Methods in org.sintef.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 ResultAssignment.setExpression(ValueExpression value)
          Sets the value of the 'Expression' containment reference
 void GeneralAssignment.setExpression(ValueExpression value)
          Sets the value of the 'Expression' 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 VariableDeclaration.setValue(ValueExpression value)
          Sets the value of the 'Value' containment reference
 

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

Classes in org.sintef.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 SimpleExpressionImpl
          An implementation of the model object 'Simple Expression'
 class ValueExpressionImpl
          An implementation of the model object 'Value Expression'
 

Fields in org.sintef.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 ResultAssignmentImpl.expression
          The cached value of the 'Expression' containment reference
protected  ValueExpression GeneralAssignmentImpl.expression
          The cached value of the 'Expression' 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 VariableDeclarationImpl.value
          The cached value of the 'Value' containment reference
 

Methods in org.sintef.mofscript.MOFScriptModel.impl that return ValueExpression
 ValueExpression MOFScriptModelFactoryImpl.createValueExpression()
           
 ValueExpression IteratorStatementImpl.getAfter()
           
 ValueExpression IteratorStatementImpl.getBefore()
           
 ValueExpression IteratorStatementImpl.getBetween()
           
 ValueExpression ResultAssignmentImpl.getExpression()
           
 ValueExpression GeneralAssignmentImpl.getExpression()
           
 ValueExpression FileStatementImpl.getFileURI()
           
 ValueExpression ComparisonExpressionImpl.getPart1()
           
 ValueExpression ArithmeticExpressionImpl.getPart1()
           
 ValueExpression ComparisonExpressionImpl.getPart2()
           
 ValueExpression ArithmeticExpressionImpl.getPart2()
           
 ValueExpression PrintStatementImpl.getPrintBody()
           
 ValueExpression VariableDeclarationImpl.getValue()
           
 

Methods in org.sintef.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 ResultAssignmentImpl.basicSetExpression(ValueExpression newExpression, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain GeneralAssignmentImpl.basicSetExpression(ValueExpression newExpression, 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 VariableDeclarationImpl.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 ResultAssignmentImpl.setExpression(ValueExpression newExpression)
           
 void GeneralAssignmentImpl.setExpression(ValueExpression newExpression)
           
 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 VariableDeclarationImpl.setValue(ValueExpression newValue)
           
 

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

Methods in org.sintef.mofscript.MOFScriptModel.util with parameters of type ValueExpression
 java.lang.Object MOFScriptModelSwitch.caseValueExpression(ValueExpression object)
          Returns the result of interpretting the object as an instance of 'Value Expression'
 

Uses of ValueExpression in org.sintef.mofscript.parser
 

Methods in org.sintef.mofscript.parser that return ValueExpression
 ValueExpression MofScriptParser.actualParameter()
          actual parameter
 ValueExpression MofScriptParser.nonStringLiteralExpressionList(java.util.Vector followingStatements)
           
 ValueExpression MofScriptParser.stringLiteralExpressionList(java.util.Vector followingStatements)
           
 ValueExpression MofScriptParser.valueExpression()
          valueExpression
 

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

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