|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of OperationCallExp in org.eclipse.ocl.examples.autogen.analyzer |
|---|
| Methods in org.eclipse.ocl.examples.autogen.analyzer with parameters of type OperationCallExp | |
|---|---|
CGValuedElement |
AutoAS2CGVisitor.visitOperationCallExp(OperationCallExp element)
|
| Uses of OperationCallExp in org.eclipse.ocl.examples.codegen.analyzer |
|---|
| Methods in org.eclipse.ocl.examples.codegen.analyzer with parameters of type OperationCallExp | |
|---|---|
protected CGValuedElement |
AS2CGVisitor.inlineOperationCall(OperationCallExp callExp,
OpaqueExpression bodyExpression)
|
CGValuedElement |
AS2CGVisitor.visitOperationCallExp(OperationCallExp element)
|
| Uses of OperationCallExp in org.eclipse.ocl.examples.codegen.generator |
|---|
| Methods in org.eclipse.ocl.examples.codegen.generator with parameters of type OperationCallExp | |
|---|---|
java.lang.Boolean |
CodeGenerator.isNonNull(OperationCallExp asOperationCallExp)
Return true if asOperationCallExp may return a nonNull value, false if asOperationCallExp may return a null value, null if no determination can be made. |
| Uses of OperationCallExp in org.eclipse.ocl.examples.codegen.java |
|---|
| Methods in org.eclipse.ocl.examples.codegen.java with parameters of type OperationCallExp | |
|---|---|
java.lang.Boolean |
JavaCodeGenerator.isNonNull(OperationCallExp asOperationCallExp)
|
| Uses of OperationCallExp in org.eclipse.ocl.examples.debug.evaluator |
|---|
| Methods in org.eclipse.ocl.examples.debug.evaluator with parameters of type OperationCallExp | |
|---|---|
java.lang.Boolean |
OCLIsBreakpointableVisitor.visitOperationCallExp(OperationCallExp object)
|
| Uses of OperationCallExp in org.eclipse.ocl.examples.debug.stepper |
|---|
| Methods in org.eclipse.ocl.examples.debug.stepper with parameters of type OperationCallExp | |
|---|---|
IStepper |
OCLStepperVisitor.visitOperationCallExp(OperationCallExp object)
|
| Uses of OperationCallExp in org.eclipse.ocl.examples.pivot |
|---|
| Methods in org.eclipse.ocl.examples.pivot that return OperationCallExp | |
|---|---|
OperationCallExp |
PivotFactory.createOperationCallExp()
Returns a new object of class 'Operation Call Exp'. |
| Uses of OperationCallExp in org.eclipse.ocl.examples.pivot.evaluation |
|---|
| Methods in org.eclipse.ocl.examples.pivot.evaluation with parameters of type OperationCallExp | |
|---|---|
java.lang.Object |
AbstractEvaluationVisitorDecorator.visitOperationCallExp(OperationCallExp callExp)
Delegates to my decorated visitor. |
java.lang.Object |
EvaluationVisitorImpl.visitOperationCallExp(OperationCallExp operationCallExp)
Callback for an OperationCallExp visit. |
java.lang.Object |
TracingEvaluationVisitor.visitOperationCallExp(OperationCallExp callExp)
|
| Uses of OperationCallExp in org.eclipse.ocl.examples.pivot.internal.impl |
|---|
| Classes in org.eclipse.ocl.examples.pivot.internal.impl that implement OperationCallExp | |
|---|---|
class |
OperationCallExpImpl
An implementation of the model object 'Operation Call Exp'. |
| Methods in org.eclipse.ocl.examples.pivot.internal.impl that return OperationCallExp | |
|---|---|
OperationCallExp |
PivotFactoryImpl.createOperationCallExp()
|
| Uses of OperationCallExp in org.eclipse.ocl.examples.pivot.manager |
|---|
| Methods in org.eclipse.ocl.examples.pivot.manager with parameters of type OperationCallExp | |
|---|---|
java.lang.Object |
TemplateParameterSubstitutionVisitor.visitOperationCallExp(OperationCallExp object)
|
| Uses of OperationCallExp in org.eclipse.ocl.examples.pivot.prettyprint |
|---|
| Methods in org.eclipse.ocl.examples.pivot.prettyprint with parameters of type OperationCallExp | |
|---|---|
java.lang.Object |
EssentialOCLPrettyPrintVisitor.visitOperationCallExp(OperationCallExp object)
|
| Uses of OperationCallExp in org.eclipse.ocl.examples.pivot.util |
|---|
| Methods in org.eclipse.ocl.examples.pivot.util with parameters of type OperationCallExp | |
|---|---|
T1 |
PivotSwitch.caseOperationCallExp(OperationCallExp object)
Returns the result of interpreting the object as an instance of 'Operation Call Exp'. |
boolean |
PivotValidator.validateOperationCallExp_validateArgumentCount(OperationCallExp operationCallExp,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
Validates the validateArgumentCount constraint of 'Operation Call Exp'. |
boolean |
PivotValidator.validateOperationCallExp_validateArgumentTypeIsConformant(OperationCallExp operationCallExp,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
Validates the validateArgumentTypeIsConformant constraint of 'Operation Call Exp'. |
boolean |
PivotValidator.validateOperationCallExp(OperationCallExp operationCallExp,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
|
R |
AbstractDelegatingVisitor.visitOperationCallExp(OperationCallExp object)
|
R |
AbstractExtendingVisitor.visitOperationCallExp(OperationCallExp object)
|
R |
AbstractNullVisitor.visitOperationCallExp(OperationCallExp object)
|
R |
AbstractWrappingVisitor.visitOperationCallExp(OperationCallExp object)
|
R |
Visitor.visitOperationCallExp(OperationCallExp object)
|
| Uses of OperationCallExp in org.eclipse.ocl.examples.pivot.utilities |
|---|
| Methods in org.eclipse.ocl.examples.pivot.utilities with parameters of type OperationCallExp | |
|---|---|
java.lang.Object |
AS2MonikerVisitor.visitOperationCallExp(OperationCallExp object)
|
java.lang.Object |
ASSaverLocateVisitor.visitOperationCallExp(OperationCallExp object)
|
java.lang.Object |
ASSaverResolveVisitor.visitOperationCallExp(OperationCallExp object)
|
java.lang.String |
ToStringVisitor.visitOperationCallExp(OperationCallExp oc)
Callback for an OperationCallExp visit. |
| Uses of OperationCallExp in org.eclipse.ocl.examples.xtext.base.cs2as |
|---|
| Methods in org.eclipse.ocl.examples.xtext.base.cs2as with parameters of type OperationCallExp | |
|---|---|
void |
CS2PivotConversion.setReferredOperation(OperationCallExp expression,
Operation operation)
|
| Uses of OperationCallExp in org.eclipse.ocl.examples.xtext.essentialocl.cs2as |
|---|
| Methods in org.eclipse.ocl.examples.xtext.essentialocl.cs2as that return OperationCallExp | |
|---|---|
protected OperationCallExp |
EssentialOCLCSLeft2RightVisitor.refreshOperationCallExp(InvocationExpCS csInvocationExp,
OCLExpression sourceExp)
|
protected OperationCallExp |
EssentialOCLCSLeft2RightVisitor.resolveOperationCallExp(InvocationExpCS csInvocationExp,
OperationCallExp operationCallExp,
Operation operation)
|
| Methods in org.eclipse.ocl.examples.xtext.essentialocl.cs2as with parameters of type OperationCallExp | |
|---|---|
protected void |
EssentialOCLCSLeft2RightVisitor.resolveOperationArguments(InvocationExpCS csInvocationExp,
Operation operation,
OperationCallExp expression)
Complete the installation of each operation argument in its operation call. |
protected void |
EssentialOCLCSLeft2RightVisitor.resolveOperationCall(OperationCallExp expression,
OperatorCS csOperator,
ScopeFilter filter)
|
protected OperationCallExp |
EssentialOCLCSLeft2RightVisitor.resolveOperationCallExp(InvocationExpCS csInvocationExp,
OperationCallExp operationCallExp,
Operation operation)
|
| Uses of OperationCallExp in org.eclipse.ocl.examples.xtext.essentialocl.pivot2cs |
|---|
| Methods in org.eclipse.ocl.examples.xtext.essentialocl.pivot2cs with parameters of type OperationCallExp | |
|---|---|
ElementCS |
EssentialOCLDeclarationVisitor.visitOperationCallExp(OperationCallExp object)
|
| Uses of OperationCallExp in org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling |
|---|
| Methods in org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling with parameters of type OperationCallExp | |
|---|---|
protected java.lang.String |
BaseLabelProvider.image(OperationCallExp ele)
|
protected java.lang.String |
BaseLabelProvider.text(OperationCallExp ele)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||