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.MOFScriptModel.validation   
org.eclipse.mofscript.parser   
 

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 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'
 

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 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
 java.lang.Object MOFScriptModelSwitch.caseValueExpression(ValueExpression object)
          Returns the result of interpreting the object as an instance of 'Value Expression'
 

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

Methods in org.eclipse.mofscript.MOFScriptModel.validation with parameters of type ValueExpression
 boolean IteratorStatementValidator.validateAfter(ValueExpression value)
           
 boolean IteratorStatementValidator.validateBefore(ValueExpression value)
           
 boolean IteratorStatementValidator.validateBetween(ValueExpression value)
           
 boolean FileStatementValidator.validateFileURI(ValueExpression value)
           
 boolean ComparisonExpressionValidator.validatePart1(ValueExpression value)
           
 boolean ArithmeticExpressionValidator.validatePart1(ValueExpression value)
           
 boolean ComparisonExpressionValidator.validatePart2(ValueExpression value)
           
 boolean ArithmeticExpressionValidator.validatePart2(ValueExpression value)
           
 boolean PrintStatementValidator.validatePrintBody(ValueExpression value)
           
 boolean CreateExpressionParameterValidator.validateValue(ValueExpression value)
           
 

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()