org.eclipse.emf.mwe2.language.mwe2.util
Class Mwe2Switch<T>

java.lang.Object
  extended by org.eclipse.emf.mwe2.language.mwe2.util.Mwe2Switch<T>

public class Mwe2Switch<T>
extends java.lang.Object

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:
Mwe2Package
EMF generated code

Field Summary
protected static Mwe2Package modelPackage
          The cached model package
 
Constructor Summary
Mwe2Switch()
          Creates an instance of the switch.
 
Method Summary
 T caseAbstractReference(AbstractReference object)
          Returns the result of interpreting the object as an instance of 'Abstract Reference'.
 T caseAssignment(Assignment object)
          Returns the result of interpreting the object as an instance of 'Assignment'.
 T caseBooleanLiteral(BooleanLiteral object)
          Returns the result of interpreting the object as an instance of 'Boolean Literal'.
 T caseComponent(Component object)
          Returns the result of interpreting the object as an instance of 'Component'.
 T caseDeclaredProperty(DeclaredProperty object)
          Returns the result of interpreting the object as an instance of 'Declared Property'.
 T caseImport(Import object)
          Returns the result of interpreting the object as an instance of 'Import'.
 T caseJvmIdentifiableElement(org.eclipse.xtext.common.types.JvmIdentifiableElement object)
          Returns the result of interpreting the object as an instance of 'Jvm Identifiable Element'.
 T caseModule(Module object)
          Returns the result of interpreting the object as an instance of 'Module'.
 T casePlainString(PlainString object)
          Returns the result of interpreting the object as an instance of 'Plain String'.
 T casePropertyReference(PropertyReference object)
          Returns the result of interpreting the object as an instance of 'Property Reference'.
 T caseReference(Reference object)
          Returns the result of interpreting the object as an instance of 'Reference'.
 T caseReferrable(Referrable object)
          Returns the result of interpreting the object as an instance of 'Referrable'.
 T caseStringLiteral(StringLiteral object)
          Returns the result of interpreting the object as an instance of 'String Literal'.
 T caseStringPart(StringPart object)
          Returns the result of interpreting the object as an instance of 'String Part'.
 T caseValue(Value object)
          Returns the result of interpreting the object as an instance of 'Value'.
 T defaultCase(org.eclipse.emf.ecore.EObject object)
          Returns the result of interpreting the object as an instance of 'EObject'.
protected  T doSwitch(org.eclipse.emf.ecore.EClass theEClass, org.eclipse.emf.ecore.EObject theEObject)
          Calls caseXXX for each class of the model until one returns a non null result; it yields that result.
 T doSwitch(org.eclipse.emf.ecore.EObject theEObject)
          Calls caseXXX for each class of the model until one returns a non null result; it yields that result.
protected  T doSwitch(int classifierID, org.eclipse.emf.ecore.EObject theEObject)
          Calls caseXXX for each class of the model until one returns a non null result; it yields that result.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

modelPackage

protected static Mwe2Package modelPackage
The cached model package

EMF generated code
Constructor Detail

Mwe2Switch

public Mwe2Switch()
Creates an instance of the switch.

EMF generated code
Method Detail

doSwitch

public T doSwitch(org.eclipse.emf.ecore.EObject theEObject)
Calls caseXXX for each class of the model until one returns a non null result; it yields that result.

Returns:
the first non-null result returned by a caseXXX call.
EMF generated code

doSwitch

protected T doSwitch(org.eclipse.emf.ecore.EClass theEClass,
                     org.eclipse.emf.ecore.EObject theEObject)
Calls caseXXX for each class of the model until one returns a non null result; it yields that result.

Returns:
the first non-null result returned by a caseXXX call.
EMF generated code

doSwitch

protected T doSwitch(int classifierID,
                     org.eclipse.emf.ecore.EObject theEObject)
Calls caseXXX for each class of the model until one returns a non null result; it yields that result.

Returns:
the first non-null result returned by a caseXXX call.
EMF generated code

caseModule

public T caseModule(Module object)
Returns the result of interpreting the object as an instance of 'Module'. 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 'Module'.
See Also:
doSwitch(EObject)
EMF generated code

caseReferrable

public T caseReferrable(Referrable object)
Returns the result of interpreting the object as an instance of 'Referrable'. 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 'Referrable'.
See Also:
doSwitch(EObject)
EMF generated code

caseDeclaredProperty

public T caseDeclaredProperty(DeclaredProperty object)
Returns the result of interpreting the object as an instance of 'Declared Property'. 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 'Declared Property'.
See Also:
doSwitch(EObject)
EMF generated code

caseComponent

public T caseComponent(Component object)
Returns the result of interpreting the object as an instance of 'Component'. 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 'Component'.
See Also:
doSwitch(EObject)
EMF generated code

caseImport

public T caseImport(Import object)
Returns the result of interpreting the object as an instance of 'Import'. 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 'Import'.
See Also:
doSwitch(EObject)
EMF generated code

caseAssignment

public T caseAssignment(Assignment object)
Returns the result of interpreting the object as an instance of 'Assignment'. 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'.
See Also:
doSwitch(EObject)
EMF generated code

caseValue

public T caseValue(Value object)
Returns the result of interpreting the object as an instance of '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 'Value'.
See Also:
doSwitch(EObject)
EMF generated code

caseBooleanLiteral

public T caseBooleanLiteral(BooleanLiteral object)
Returns the result of interpreting the object as an instance of 'Boolean Literal'. 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 'Boolean Literal'.
See Also:
doSwitch(EObject)
EMF generated code

caseReference

public T caseReference(Reference object)
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:
doSwitch(EObject)
EMF generated code

caseStringLiteral

public T caseStringLiteral(StringLiteral object)
Returns the result of interpreting the object as an instance of 'String Literal'. 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 'String Literal'.
See Also:
doSwitch(EObject)
EMF generated code

caseStringPart

public T caseStringPart(StringPart object)
Returns the result of interpreting the object as an instance of 'String Part'. 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 'String Part'.
See Also:
doSwitch(EObject)
EMF generated code

casePropertyReference

public T casePropertyReference(PropertyReference object)
Returns the result of interpreting the object as an instance of 'Property 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 'Property Reference'.
See Also:
doSwitch(EObject)
EMF generated code

casePlainString

public T casePlainString(PlainString object)
Returns the result of interpreting the object as an instance of 'Plain String'. 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 'Plain String'.
See Also:
doSwitch(EObject)
EMF generated code

caseAbstractReference

public T caseAbstractReference(AbstractReference object)
Returns the result of interpreting the object as an instance of 'Abstract 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 'Abstract Reference'.
See Also:
doSwitch(EObject)
EMF generated code

caseJvmIdentifiableElement

public T caseJvmIdentifiableElement(org.eclipse.xtext.common.types.JvmIdentifiableElement object)
Returns the result of interpreting the object as an instance of 'Jvm Identifiable 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 'Jvm Identifiable Element'.
See Also:
doSwitch(EObject)
EMF generated code

defaultCase

public T defaultCase(org.eclipse.emf.ecore.EObject object)
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.

Parameters:
object - the target of the switch.
Returns:
the result of interpreting the object as an instance of 'EObject'.
See Also:
doSwitch(org.eclipse.emf.ecore.EObject)
EMF generated code