Class ExpressionsSwitch<T>
java.lang.Object
org.eclipse.emf.ecore.util.Switch<T>
org.emftext.language.java.expressions.util.ExpressionsSwitch<T>
The Switch for the model's inheritance hierarchy.
It supports the call
doSwitch(object)
to invoke the caseXXX
method for each class of the model,
starting with the actual class of the object
and proceeding up the inheritance hierarchy
until a non-null result is returned,
which is the result of the switch.
- See Also:
- Generated class or method.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the result of interpreting the object as an instance of 'Additive Expression'.Returns the result of interpreting the object as an instance of 'Additive Expression Child'.caseAndExpression
(AndExpression object) Returns the result of interpreting the object as an instance of 'And Expression'.Returns the result of interpreting the object as an instance of 'And Expression Child'.caseAnnotationValue
(AnnotationValue object) Returns the result of interpreting the object as an instance of 'Annotation Value'.Returns the result of interpreting the object as an instance of 'Array Constructor Reference Expression'.Returns the result of interpreting the object as an instance of 'Array Initialization Value'.Returns the result of interpreting the object as an instance of 'Assignment Expression'.Returns the result of interpreting the object as an instance of 'Assignment Expression Child'.Returns the result of interpreting the object as an instance of 'Call Type Argumentable'.caseCastExpression
(CastExpression object) Returns the result of interpreting the object as an instance of 'Cast Expression'.Returns the result of interpreting the object as an instance of 'Class Type Constructor Reference Expression'.caseCommentable
(Commentable object) Returns the result of interpreting the object as an instance of 'Commentable'.Returns the result of interpreting the object as an instance of 'Conditional And Expression'.Returns the result of interpreting the object as an instance of 'Conditional And Expression Child'.Returns the result of interpreting the object as an instance of 'Conditional Expression'.Returns the result of interpreting the object as an instance of 'Conditional Expression Child'.Returns the result of interpreting the object as an instance of 'Conditional Or Expression'.Returns the result of interpreting the object as an instance of 'Conditional Or Expression Child'.Returns the result of interpreting the object as an instance of 'Equality Expression'.Returns the result of interpreting the object as an instance of 'Equality Expression Child'.Returns the result of interpreting the object as an instance of 'Exclusive Or Expression'.Returns the result of interpreting the object as an instance of 'Exclusive Or Expression Child'.Returns the result of interpreting the object as an instance of 'Explicitly Typed Lambda Parameters'.caseExpression
(Expression object) Returns the result of interpreting the object as an instance of 'Expression'.caseExpressionList
(ExpressionList object) Returns the result of interpreting the object as an instance of 'Expression List'.Returns the result of interpreting the object as an instance of 'For Loop Initializer'.Returns the result of interpreting the object as an instance of 'Implicitly Typed Lambda Parameters'.Returns the result of interpreting the object as an instance of 'Inclusive Or Expression'.Returns the result of interpreting the object as an instance of 'Inclusive Or Expression Child'.Returns the result of interpreting the object as an instance of 'Instance Of Expression'.Returns the result of interpreting the object as an instance of 'Instance Of Expression Child'.caseLambdaBody
(LambdaBody object) Returns the result of interpreting the object as an instance of 'Lambda Body'.caseLambdaExpression
(LambdaExpression object) Returns the result of interpreting the object as an instance of 'Lambda Expression'.caseLambdaParameters
(LambdaParameters object) Returns the result of interpreting the object as an instance of 'Lambda Parameters'.Returns the result of interpreting the object as an instance of 'Method Reference Expression'.Returns the result of interpreting the object as an instance of 'Method Reference Expression Child'.Returns the result of interpreting the object as an instance of 'Multiplicative Expression'.Returns the result of interpreting the object as an instance of 'Multiplicative Expression Child'.caseNestedExpression
(NestedExpression object) Returns the result of interpreting the object as an instance of 'Nested Expression'.caseParametrizable
(Parametrizable object) Returns the result of interpreting the object as an instance of 'Parametrizable'.Returns the result of interpreting the object as an instance of 'Prefix Unary Modification Expression'.Returns the result of interpreting the object as an instance of 'Primary Expression'.Returns the result of interpreting the object as an instance of 'Primary Expression Reference Expression'.caseReference
(Reference object) Returns the result of interpreting the object as an instance of 'Reference'.Returns the result of interpreting the object as an instance of 'Relation Expression'.Returns the result of interpreting the object as an instance of 'Relation Expression Child'.caseShiftExpression
(ShiftExpression object) Returns the result of interpreting the object as an instance of 'Shift Expression'.Returns the result of interpreting the object as an instance of 'Shift Expression Child'.Returns the result of interpreting the object as an instance of 'Single Implicit Lambda Parameter'.Returns the result of interpreting the object as an instance of 'Suffix Unary Modification Expression'.caseTypeArgumentable
(TypeArgumentable object) Returns the result of interpreting the object as an instance of 'Type Argumentable'.caseTypedElement
(TypedElement object) Returns the result of interpreting the object as an instance of 'Typed Element'.Returns the result of interpreting the object as an instance of 'Typed Element Extension'.caseUnaryExpression
(UnaryExpression object) Returns the result of interpreting the object as an instance of 'Unary Expression'.Returns the result of interpreting the object as an instance of 'Unary Expression Child'.Returns the result of interpreting the object as an instance of 'Unary Modification Expression'.Returns the result of interpreting the object as an instance of 'Unary Modification Expression Child'.defaultCase
(EObject object) Returns the result of interpreting the object as an instance of 'EObject'.protected T
CallscaseXXX
for each class of the model until one returns a non null result; it yields that result.protected boolean
isSwitchFor
(EPackage ePackage) Checks whether this is a switch for the given package.
-
Field Details
-
modelPackage
The cached model package- Generated class or method.
-
-
Constructor Details
-
ExpressionsSwitch
public ExpressionsSwitch()Creates an instance of the switch.- Generated class or method.
-
-
Method Details
-
isSwitchFor
Checks whether this is a switch for the given package.- Specified by:
isSwitchFor
in classSwitch<T>
- Parameters:
ePackage
- the package in question.- Returns:
- whether this is a switch for the given package.
- Generated class or method.
-
doSwitch
CallscaseXXX
for each class of the model until one returns a non null result; it yields that result. -
caseExpressionList
Returns the result of interpreting the object as an instance of 'Expression List'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Expression List'.
- See Also:
- Generated class or method.
-
caseExpression
Returns the result of interpreting the object as an instance of 'Expression'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Expression'.
- See Also:
- Generated class or method.
-
caseAssignmentExpression
Returns the result of interpreting the object as an instance of 'Assignment Expression'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Assignment Expression'.
- See Also:
- Generated class or method.
-
caseAssignmentExpressionChild
Returns the result of interpreting the object as an instance of 'Assignment Expression Child'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Assignment Expression Child'.
- See Also:
- Generated class or method.
-
caseConditionalExpression
Returns the result of interpreting the object as an instance of 'Conditional Expression'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Conditional Expression'.
- See Also:
- Generated class or method.
-
caseConditionalExpressionChild
Returns the result of interpreting the object as an instance of 'Conditional Expression Child'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Conditional Expression Child'.
- See Also:
- Generated class or method.
-
caseConditionalOrExpression
Returns the result of interpreting the object as an instance of 'Conditional Or Expression'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Conditional Or Expression'.
- See Also:
- Generated class or method.
-
caseConditionalOrExpressionChild
Returns the result of interpreting the object as an instance of 'Conditional Or Expression Child'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Conditional Or Expression Child'.
- See Also:
- Generated class or method.
-
caseConditionalAndExpression
Returns the result of interpreting the object as an instance of 'Conditional And Expression'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Conditional And Expression'.
- See Also:
- Generated class or method.
-
caseConditionalAndExpressionChild
Returns the result of interpreting the object as an instance of 'Conditional And Expression Child'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Conditional And Expression Child'.
- See Also:
- Generated class or method.
-
caseInclusiveOrExpression
Returns the result of interpreting the object as an instance of 'Inclusive Or Expression'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Inclusive Or Expression'.
- See Also:
- Generated class or method.
-
caseInclusiveOrExpressionChild
Returns the result of interpreting the object as an instance of 'Inclusive Or Expression Child'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Inclusive Or Expression Child'.
- See Also:
- Generated class or method.
-
caseExclusiveOrExpression
Returns the result of interpreting the object as an instance of 'Exclusive Or Expression'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Exclusive Or Expression'.
- See Also:
- Generated class or method.
-
caseExclusiveOrExpressionChild
Returns the result of interpreting the object as an instance of 'Exclusive Or Expression Child'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Exclusive Or Expression Child'.
- See Also:
- Generated class or method.
-
caseAndExpression
Returns the result of interpreting the object as an instance of 'And Expression'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'And Expression'.
- See Also:
- Generated class or method.
-
caseAndExpressionChild
Returns the result of interpreting the object as an instance of 'And Expression Child'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'And Expression Child'.
- See Also:
- Generated class or method.
-
caseEqualityExpression
Returns the result of interpreting the object as an instance of 'Equality Expression'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Equality Expression'.
- See Also:
- Generated class or method.
-
caseEqualityExpressionChild
Returns the result of interpreting the object as an instance of 'Equality Expression Child'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Equality Expression Child'.
- See Also:
- Generated class or method.
-
caseInstanceOfExpression
Returns the result of interpreting the object as an instance of 'Instance Of Expression'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Instance Of Expression'.
- See Also:
- Generated class or method.
-
caseInstanceOfExpressionChild
Returns the result of interpreting the object as an instance of 'Instance Of Expression Child'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Instance Of Expression Child'.
- See Also:
- Generated class or method.
-
caseRelationExpression
Returns the result of interpreting the object as an instance of 'Relation Expression'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Relation Expression'.
- See Also:
- Generated class or method.
-
caseRelationExpressionChild
Returns the result of interpreting the object as an instance of 'Relation Expression Child'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Relation Expression Child'.
- See Also:
- Generated class or method.
-
caseShiftExpression
Returns the result of interpreting the object as an instance of 'Shift Expression'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Shift Expression'.
- See Also:
- Generated class or method.
-
caseShiftExpressionChild
Returns the result of interpreting the object as an instance of 'Shift Expression Child'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Shift Expression Child'.
- See Also:
- Generated class or method.
-
caseAdditiveExpression
Returns the result of interpreting the object as an instance of 'Additive Expression'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Additive Expression'.
- See Also:
- Generated class or method.
-
caseAdditiveExpressionChild
Returns the result of interpreting the object as an instance of 'Additive Expression Child'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Additive Expression Child'.
- See Also:
- Generated class or method.
-
caseMultiplicativeExpression
Returns the result of interpreting the object as an instance of 'Multiplicative Expression'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Multiplicative Expression'.
- See Also:
- Generated class or method.
-
caseMultiplicativeExpressionChild
Returns the result of interpreting the object as an instance of 'Multiplicative Expression Child'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Multiplicative Expression Child'.
- See Also:
- Generated class or method.
-
caseUnaryExpression
Returns the result of interpreting the object as an instance of 'Unary Expression'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Unary Expression'.
- See Also:
- Generated class or method.
-
caseUnaryExpressionChild
Returns the result of interpreting the object as an instance of 'Unary Expression Child'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Unary Expression Child'.
- See Also:
- Generated class or method.
-
caseUnaryModificationExpression
Returns the result of interpreting the object as an instance of 'Unary Modification Expression'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Unary Modification Expression'.
- See Also:
- Generated class or method.
-
casePrefixUnaryModificationExpression
Returns the result of interpreting the object as an instance of 'Prefix Unary Modification Expression'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Prefix Unary Modification Expression'.
- See Also:
- Generated class or method.
-
caseSuffixUnaryModificationExpression
Returns the result of interpreting the object as an instance of 'Suffix Unary Modification Expression'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Suffix Unary Modification Expression'.
- See Also:
- Generated class or method.
-
caseUnaryModificationExpressionChild
Returns the result of interpreting the object as an instance of 'Unary Modification Expression Child'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Unary Modification Expression Child'.
- See Also:
- Generated class or method.
-
caseCastExpression
Returns the result of interpreting the object as an instance of 'Cast Expression'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Cast Expression'.
- See Also:
- Generated class or method.
-
casePrimaryExpression
Returns the result of interpreting the object as an instance of 'Primary Expression'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Primary Expression'.
- See Also:
- Generated class or method.
-
caseNestedExpression
Returns the result of interpreting the object as an instance of 'Nested Expression'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Nested Expression'.
- See Also:
- Generated class or method.
-
caseMethodReferenceExpression
Returns the result of interpreting the object as an instance of 'Method Reference Expression'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Method Reference Expression'.
- See Also:
- Generated class or method.
-
casePrimaryExpressionReferenceExpression
Returns the result of interpreting the object as an instance of 'Primary Expression Reference Expression'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Primary Expression Reference Expression'.
- See Also:
- Generated class or method.
-
caseClassTypeConstructorReferenceExpression
public T caseClassTypeConstructorReferenceExpression(ClassTypeConstructorReferenceExpression object) Returns the result of interpreting the object as an instance of 'Class Type Constructor Reference Expression'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Class Type Constructor Reference Expression'.
- See Also:
- Generated class or method.
-
caseArrayConstructorReferenceExpression
Returns the result of interpreting the object as an instance of 'Array Constructor Reference Expression'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Array Constructor Reference Expression'.
- See Also:
- Generated class or method.
-
caseMethodReferenceExpressionChild
Returns the result of interpreting the object as an instance of 'Method Reference Expression Child'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Method Reference Expression Child'.
- See Also:
- Generated class or method.
-
caseLambdaExpression
Returns the result of interpreting the object as an instance of 'Lambda Expression'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Lambda Expression'.
- See Also:
- Generated class or method.
-
caseLambdaBody
Returns the result of interpreting the object as an instance of 'Lambda Body'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Lambda Body'.
- See Also:
- Generated class or method.
-
caseLambdaParameters
Returns the result of interpreting the object as an instance of 'Lambda Parameters'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Lambda Parameters'.
- See Also:
- Generated class or method.
-
caseExplicitlyTypedLambdaParameters
Returns the result of interpreting the object as an instance of 'Explicitly Typed Lambda Parameters'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Explicitly Typed Lambda Parameters'.
- See Also:
- Generated class or method.
-
caseImplicitlyTypedLambdaParameters
Returns the result of interpreting the object as an instance of 'Implicitly Typed Lambda Parameters'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Implicitly Typed Lambda Parameters'.
- See Also:
- Generated class or method.
-
caseSingleImplicitLambdaParameter
Returns the result of interpreting the object as an instance of 'Single Implicit Lambda Parameter'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Single Implicit Lambda Parameter'.
- See Also:
- Generated class or method.
-
caseCommentable
Returns the result of interpreting the object as an instance of 'Commentable'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Commentable'.
- See Also:
- Generated class or method.
-
caseForLoopInitializer
Returns the result of interpreting the object as an instance of 'For Loop Initializer'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'For Loop Initializer'.
- See Also:
- Generated class or method.
-
caseArrayInitializationValue
Returns the result of interpreting the object as an instance of 'Array Initialization Value'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Array Initialization Value'.
- See Also:
- Generated class or method.
-
caseAnnotationValue
Returns the result of interpreting the object as an instance of 'Annotation Value'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Annotation Value'.
- See Also:
- Generated class or method.
-
caseTypedElement
Returns the result of interpreting the object as an instance of 'Typed Element'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Typed Element'.
- See Also:
- Generated class or method.
-
caseTypeArgumentable
Returns the result of interpreting the object as an instance of 'Type Argumentable'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Type Argumentable'.
- See Also:
- Generated class or method.
-
caseTypedElementExtension
Returns the result of interpreting the object as an instance of 'Typed Element Extension'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Typed Element Extension'.
- See Also:
- Generated class or method.
-
caseReference
Returns the result of interpreting the object as an instance of 'Reference'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Reference'.
- See Also:
- Generated class or method.
-
caseCallTypeArgumentable
Returns the result of interpreting the object as an instance of 'Call Type Argumentable'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Call Type Argumentable'.
- See Also:
- Generated class or method.
-
caseParametrizable
Returns the result of interpreting the object as an instance of 'Parametrizable'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Parametrizable'.
- See Also:
- Generated class or method.
-
defaultCase
Returns the result of interpreting the object as an instance of 'EObject'. This implementation returns null; returning a non-null result will terminate the switch, but this is the last case anyway.- Overrides:
defaultCase
in classSwitch<T>
- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'EObject'.
- See Also:
- Generated class or method.
-