org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.util
Class SimpleAntlrSwitch<T>

java.lang.Object
  extended by org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr.util.SimpleAntlrSwitch<T>

public class SimpleAntlrSwitch<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:
SimpleAntlrPackage
EMF generated code

Field Summary
protected static SimpleAntlrPackage modelPackage
          The cached model package
 
Constructor Summary
SimpleAntlrSwitch()
          Creates an instance of the switch
 
Method Summary
 T caseAlternatives(Alternatives object)
          Returns the result of interpreting the object as an instance of 'Alternatives'
 T caseAntlrGrammar(AntlrGrammar object)
          Returns the result of interpreting the object as an instance of 'Antlr Grammar'
 T caseElementWithCardinality(ElementWithCardinality object)
          Returns the result of interpreting the object as an instance of 'Element With Cardinality'
 T caseGroup(Group object)
          Returns the result of interpreting the object as an instance of 'Group'
 T caseKeyword(Keyword object)
          Returns the result of interpreting the object as an instance of 'Keyword'
 T caseNegatedElement(NegatedElement object)
          Returns the result of interpreting the object as an instance of 'Negated Element'
 T caseOptions(Options object)
          Returns the result of interpreting the object as an instance of 'Options'
 T caseOptionValue(OptionValue object)
          Returns the result of interpreting the object as an instance of 'Option Value'
 T casePredicated(Predicated object)
          Returns the result of interpreting the object as an instance of 'Predicated'
 T caseRule(Rule object)
          Returns the result of interpreting the object as an instance of 'Rule'
 T caseRuleCall(RuleCall object)
          Returns the result of interpreting the object as an instance of 'Rule Call'
 T caseRuleElement(RuleElement object)
          Returns the result of interpreting the object as an instance of 'Rule Element'
 T caseRuleOptions(RuleOptions object)
          Returns the result of interpreting the object as an instance of 'Rule Options'
 T caseSkip(Skip object)
          Returns the result of interpreting the object as an instance of 'Skip'
 T caseUntilElement(UntilElement object)
          Returns the result of interpreting the object as an instance of 'Until Element'
 T caseWildcard(Wildcard object)
          Returns the result of interpreting the object as an instance of 'Wildcard'
 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 SimpleAntlrPackage modelPackage
The cached model package

EMF generated code
Constructor Detail

SimpleAntlrSwitch

public SimpleAntlrSwitch()
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

caseAntlrGrammar

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

caseOptions

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

caseOptionValue

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

caseRule

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

caseRuleElement

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

casePredicated

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

caseRuleOptions

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

caseRuleCall

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

caseKeyword

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

caseWildcard

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

caseAlternatives

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

caseGroup

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

caseElementWithCardinality

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

caseNegatedElement

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

caseUntilElement

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

caseSkip

public T caseSkip(Skip object)
Returns the result of interpreting the object as an instance of 'Skip'. 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 'Skip'.
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