public class UtilitiesSwitch<T1>
extends <any>
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.
UtilitiesPackage| Modifier and Type | Field and Description |
|---|---|
protected static UtilitiesPackage |
modelPackage
The cached model package
|
| Constructor and Description |
|---|
UtilitiesSwitch()
Creates an instance of the switch.
|
| Modifier and Type | Method and Description |
|---|---|
T1 |
caseASTNode(ASTNode object)
Returns the result of interpreting the object as an instance of 'AST Node'.
|
T1 |
caseCallingASTNode(CallingASTNode object)
Returns the result of interpreting the object as an instance of 'Calling AST Node'.
|
<C,PM> T1 |
caseExpressionInOCL(ExpressionInOCL<C,PM> object)
Returns the result of interpreting the object as an instance of 'Expression In OCL'.
|
<O> T1 |
casePredefinedType(PredefinedType<O> object)
Returns the result of interpreting the object as an instance of 'Predefined Type'.
|
T1 |
caseTypedASTNode(TypedASTNode object)
Returns the result of interpreting the object as an instance of 'Typed AST Node'.
|
<C> T1 |
caseTypedElement(TypedElement<C> object)
Returns the result of interpreting the object as an instance of 'Typed Element'.
|
T1 |
caseVisitable(Visitable object)
Returns the result of interpreting the object as an instance of 'Visitable'.
|
<T,C,O,P,EL,PM,S,COA,SSA,CT> |
caseVisitor(Visitor<T,C,O,P,EL,PM,S,COA,SSA,CT> object)
Returns the result of interpreting the object as an instance of 'Visitor'.
|
T1 |
defaultCase(EObject object)
Returns the result of interpreting the object as an instance of 'EObject'.
|
protected T1 |
doSwitch(int classifierID,
EObject theEObject)
Calls
caseXXX 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.
|
protected static UtilitiesPackage modelPackage
protected boolean isSwitchFor(EPackage ePackage)
protected T1 doSwitch(int classifierID, EObject theEObject)
caseXXX for each class of the model until one returns a non null result; it yields that result.
caseXXX call.public T1 caseASTNode(ASTNode object)
object - the target of the switch.doSwitch(EObject)public T1 caseCallingASTNode(CallingASTNode object)
object - the target of the switch.doSwitch(EObject)public <O> T1 casePredefinedType(PredefinedType<O> object)
object - the target of the switch.doSwitch(EObject)public T1 caseTypedASTNode(TypedASTNode object)
object - the target of the switch.doSwitch(EObject)public T1 caseVisitable(Visitable object)
object - the target of the switch.doSwitch(EObject)public <C> T1 caseTypedElement(TypedElement<C> object)
object - the target of the switch.doSwitch(EObject)public <T,C,O,P,EL,PM,S,COA,SSA,CT> T1 caseVisitor(Visitor<T,C,O,P,EL,PM,S,COA,SSA,CT> object)
object - the target of the switch.doSwitch(EObject)public <C,PM> T1 caseExpressionInOCL(ExpressionInOCL<C,PM> object)
object - the target of the switch.doSwitch(EObject)public T1 defaultCase(EObject object)
object - the target of the switch.#doSwitch(org.eclipse.emf.ecore.EObject)Copyright © 2015 Open eHealth Foundation. All rights reserved.