class GeppettoPrinterSwitch.GTypesSwitch extends TypesSwitch<java.lang.Object>
modelPackage
Constructor and Description |
---|
GTypesSwitch() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
caseImportType(ImportType object)
Returns the result of interpreting the object as an instance of 'Import Type'.
|
java.lang.Object |
caseType(Type object)
Returns the result of interpreting the object as an instance of 'Type'.
|
caseArgumentType, caseArrayType, caseCompositeType, caseCompositeVisualType, caseConnectionType, caseDynamicsType, caseExpressionType, caseHTMLType, caseImageType, caseISynchable, caseNode, caseParameterType, casePointerType, casePointType, caseQuantityType, caseSimpleType, caseStateVariableType, caseTextType, caseURLType, caseVisualType, defaultCase, doSwitch, isSwitchFor
public java.lang.Object caseType(Type object)
TypesSwitch
caseType
in class TypesSwitch<java.lang.Object>
object
- the target of the switch.doSwitch(EObject)
public java.lang.Object caseImportType(ImportType object)
TypesSwitch
caseImportType
in class TypesSwitch<java.lang.Object>
object
- the target of the switch.doSwitch(EObject)