|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Expression in org.eclipse.mofscript.MOFScriptModel |
---|
Subinterfaces of Expression in org.eclipse.mofscript.MOFScriptModel | |
---|---|
interface |
ArithmeticExpression
A representation of the model object 'Arithmetic Expression' |
interface |
ComparisonExpression
A representation of the model object 'Comparison Expression' |
interface |
CreateExpression
A representation of the model object 'Create Expression' |
interface |
FunctionCall
A representation of the model object 'Function Call' |
interface |
Literal
A representation of the model object 'Literal' |
interface |
LogicalExpression
A representation of the model object 'Logical Expression' |
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' |
interface |
ValueExpression
A representation of the model object 'Value Expression' |
Methods in org.eclipse.mofscript.MOFScriptModel that return Expression | |
---|---|
Expression |
WhileStatement.getCondition()
Returns the value of the 'Condition' containment reference |
Expression |
ReturnStatement.getExpression()
Returns the value of the 'Expression' containment reference |
Expression |
ResultAssignment.getExpression()
Returns the value of the 'Expression' containment reference |
Expression |
GeneralAssignment.getExpression()
Returns the value of the 'Expression' containment reference |
Expression |
SelectExpression.getFilterExpression()
Returns the value of the 'Filter Expression' containment reference |
Expression |
IteratorStatement.getFilterExpression()
Returns the value of the 'Filter Expression' containment reference |
Expression |
IfStatement.getIfExpression()
Returns the value of the 'If Expression' containment reference |
Expression |
LogicalExpression.getPart1()
Returns the value of the 'Part1' containment reference |
Expression |
LogicalExpression.getPart2()
Returns the value of the 'Part2' containment reference |
Expression |
VariableDeclaration.getValue()
Returns the value of the 'Value' containment reference |
Methods in org.eclipse.mofscript.MOFScriptModel with parameters of type Expression | |
---|---|
void |
WhileStatement.setCondition(Expression value)
Sets the value of the ' Condition ' containment reference |
void |
ReturnStatement.setExpression(Expression value)
Sets the value of the ' Expression ' containment reference |
void |
ResultAssignment.setExpression(Expression value)
Sets the value of the ' Expression ' containment reference |
void |
GeneralAssignment.setExpression(Expression value)
Sets the value of the ' Expression ' containment reference |
void |
SelectExpression.setFilterExpression(Expression value)
Sets the value of the ' Filter Expression ' containment reference |
void |
IteratorStatement.setFilterExpression(Expression value)
Sets the value of the ' Filter Expression ' containment reference |
void |
IfStatement.setIfExpression(Expression value)
Sets the value of the ' If Expression ' containment reference |
void |
LogicalExpression.setPart1(Expression value)
Sets the value of the ' Part1 ' containment reference |
void |
LogicalExpression.setPart2(Expression value)
Sets the value of the ' Part2 ' containment reference |
void |
VariableDeclaration.setValue(Expression value)
Sets the value of the ' Value ' containment reference |
Uses of Expression in org.eclipse.mofscript.MOFScriptModel.impl |
---|
Classes in org.eclipse.mofscript.MOFScriptModel.impl that implement Expression | |
---|---|
class |
ArithmeticExpressionImpl
An implementation of the model object 'Arithmetic Expression' |
class |
ComparisonExpressionImpl
An implementation of the model object 'Comparison Expression' |
class |
CreateExpressionImpl
An implementation of the model object 'Create Expression' |
class |
ExpressionImpl
An implementation of the model object 'Expression' |
class |
FunctionCallImpl
An implementation of the model object 'Function Call' |
class |
LiteralImpl
An implementation of the model object 'Literal' |
class |
LogicalExpressionImpl
An implementation of the model object 'Logical Expression' |
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 Expression | |
---|---|
Expression |
WhileStatementImpl.getCondition()
|
Expression |
ReturnStatementImpl.getExpression()
|
Expression |
ResultAssignmentImpl.getExpression()
|
Expression |
GeneralAssignmentImpl.getExpression()
|
Expression |
SelectExpressionImpl.getFilterExpression()
|
Expression |
IteratorStatementImpl.getFilterExpression()
|
Expression |
IfStatementImpl.getIfExpression()
|
Expression |
LogicalExpressionImpl.getPart1()
|
Expression |
LogicalExpressionImpl.getPart2()
|
Expression |
VariableDeclarationImpl.getValue()
|
Methods in org.eclipse.mofscript.MOFScriptModel.impl with parameters of type Expression | |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
WhileStatementImpl.basicSetCondition(Expression newCondition,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
ReturnStatementImpl.basicSetExpression(Expression newExpression,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
ResultAssignmentImpl.basicSetExpression(Expression newExpression,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
GeneralAssignmentImpl.basicSetExpression(Expression newExpression,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
SelectExpressionImpl.basicSetFilterExpression(Expression newFilterExpression,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
IteratorStatementImpl.basicSetFilterExpression(Expression newFilterExpression,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
IfStatementImpl.basicSetIfExpression(Expression newIfExpression,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
LogicalExpressionImpl.basicSetPart1(Expression newPart1,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
LogicalExpressionImpl.basicSetPart2(Expression newPart2,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
VariableDeclarationImpl.basicSetValue(Expression newValue,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
void |
WhileStatementImpl.setCondition(Expression newCondition)
|
void |
ReturnStatementImpl.setExpression(Expression newExpression)
|
void |
ResultAssignmentImpl.setExpression(Expression newExpression)
|
void |
GeneralAssignmentImpl.setExpression(Expression newExpression)
|
void |
SelectExpressionImpl.setFilterExpression(Expression newFilterExpression)
|
void |
IteratorStatementImpl.setFilterExpression(Expression newFilterExpression)
|
void |
IfStatementImpl.setIfExpression(Expression newIfExpression)
|
void |
LogicalExpressionImpl.setPart1(Expression newPart1)
|
void |
LogicalExpressionImpl.setPart2(Expression newPart2)
|
void |
VariableDeclarationImpl.setValue(Expression newValue)
|
Uses of Expression in org.eclipse.mofscript.MOFScriptModel.util |
---|
Methods in org.eclipse.mofscript.MOFScriptModel.util with parameters of type Expression | |
---|---|
java.lang.Object |
MOFScriptModelSwitch.caseExpression(Expression object)
Returns the result of interpreting the object as an instance of 'Expression' |
Uses of Expression in org.eclipse.mofscript.MOFScriptModel.validation |
---|
Methods in org.eclipse.mofscript.MOFScriptModel.validation with parameters of type Expression | |
---|---|
boolean |
WhileStatementValidator.validateCondition(Expression value)
|
boolean |
ReturnStatementValidator.validateExpression(Expression value)
|
boolean |
ResultAssignmentValidator.validateExpression(Expression value)
|
boolean |
GeneralAssignmentValidator.validateExpression(Expression value)
|
boolean |
SelectExpressionValidator.validateFilterExpression(Expression value)
|
boolean |
IteratorStatementValidator.validateFilterExpression(Expression value)
|
boolean |
IfStatementValidator.validateIfExpression(Expression value)
|
boolean |
LogicalExpressionValidator.validatePart1(Expression value)
|
boolean |
LogicalExpressionValidator.validatePart2(Expression value)
|
boolean |
VariableDeclarationValidator.validateValue(Expression value)
|
Uses of Expression in org.eclipse.mofscript.parser |
---|
Methods in org.eclipse.mofscript.parser that return Expression | |
---|---|
Expression |
MofScript2Parser.andExpression()
|
Expression |
MofScript2Parser.comparisonExpression()
|
Expression |
MofScript2Parser.filterSpec()
|
Expression |
MofScript2Parser.logicalExpression()
|
Expression |
MofScript2Parser.orExpression()
|
Expression |
MofScript2Parser.unaryExpression()
|
Methods in org.eclipse.mofscript.parser with parameters of type Expression | |
---|---|
void |
MofScriptModelChecker.checkExpression(Expression exp)
Checks an expression |
Uses of Expression in org.eclipse.mofscript.runtime |
---|
Fields in org.eclipse.mofscript.runtime declared as Expression | |
---|---|
Expression |
Variable.assignedExpression
|
Methods in org.eclipse.mofscript.runtime that return Expression | |
---|---|
Expression |
Variable.getAssignedExpression()
|
Methods in org.eclipse.mofscript.runtime with parameters of type Expression | |
---|---|
java.lang.Object |
ExecutionEnvironment.assignVariableValue(java.lang.String varName,
java.lang.Object value,
AssignmentOperator operator,
Expression assignedExpression)
Assignes a value to a variable |
static ExpressionEvaluator |
MofScriptExecuterFactory.createExpressionExecutor(Expression exp,
ExecutionEnvironment env,
RuleExecutor ownerRuleExecutor)
|
Uses of Expression in org.eclipse.mofscript.runtime.expression |
---|
Methods in org.eclipse.mofscript.runtime.expression that return Expression | |
---|---|
Expression |
ExpressionEvaluator.getExpression()
|
Uses of Expression in org.eclipse.mofscript.runtime.traceability |
---|
Constructors in org.eclipse.mofscript.runtime.traceability with parameters of type Expression | |
---|---|
TraceabilityFunctionCallEvaluator(Expression expression,
ExecutionEnvironment env,
RuleExecutor ownerRuleExecutor)
|
|
TraceabilityReferenceEvaluator(Expression expression,
ExecutionEnvironment env,
RuleExecutor ownerRuleExecutor)
Constructor |
Uses of Expression in org.eclipse.mofscript.runtime.uml2Extensions |
---|
Constructors in org.eclipse.mofscript.runtime.uml2Extensions with parameters of type Expression | |
---|---|
UMLFunctionCallEvaluator(Expression expression,
ExecutionEnvironment env,
RuleExecutor ownerRuleExecutor)
constructor |
|
UMLTraceabilityFunctionCallEvaluator(Expression expression,
ExecutionEnvironment env,
RuleExecutor ownerRuleExecutor)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |