|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.xtext.util.XtextSwitch<java.lang.String> org.eclipse.xtext.generator.parser.antlr.TerminalRuleToLexerBody
public class TerminalRuleToLexerBody
Field Summary |
---|
Fields inherited from class org.eclipse.xtext.util.XtextSwitch |
---|
modelPackage |
Method Summary | |
---|---|
java.lang.String |
caseAlternatives(Alternatives object)
Returns the result of interpreting the object as an instance of 'Alternatives' |
java.lang.String |
caseCharacterRange(CharacterRange object)
Returns the result of interpreting the object as an instance of 'Character Range' |
java.lang.String |
caseEOF(EOF object)
Returns the result of interpreting the object as an instance of 'EOF' |
java.lang.String |
caseGroup(Group object)
Returns the result of interpreting the object as an instance of 'Group' |
java.lang.String |
caseKeyword(Keyword object)
Returns the result of interpreting the object as an instance of 'Keyword' |
java.lang.String |
caseNegatedToken(NegatedToken object)
Returns the result of interpreting the object as an instance of 'Negated Token' |
java.lang.String |
caseParserRule(ParserRule object)
Returns the result of interpreting the object as an instance of 'Parser Rule' |
java.lang.String |
caseRuleCall(RuleCall object)
Returns the result of interpreting the object as an instance of 'Rule Call' |
java.lang.String |
caseTerminalRule(TerminalRule object)
Returns the result of interpreting the object as an instance of 'Terminal Rule' |
java.lang.String |
caseUntilToken(UntilToken object)
Returns the result of interpreting the object as an instance of 'Until Token' |
java.lang.String |
caseWildcard(Wildcard object)
Returns the result of interpreting the object as an instance of 'Wildcard' |
java.lang.String |
defaultCase(org.eclipse.emf.ecore.EObject object)
Returns the result of interpreting the object as an instance of 'EObject' |
java.lang.String |
print(TerminalRule rule)
|
static java.lang.String |
toLexerBody(TerminalRule rule)
|
Methods inherited from class org.eclipse.xtext.util.XtextSwitch |
---|
caseAbstractElement, caseAbstractMetamodelDeclaration, caseAbstractNegatedToken, caseAbstractRule, caseAction, caseAssignment, caseCompoundElement, caseCrossReference, caseEnumLiteralDeclaration, caseEnumRule, caseGeneratedMetamodel, caseGrammar, caseReferencedMetamodel, caseTypeRef, caseUnorderedGroup, doSwitch, doSwitch, doSwitch |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.lang.String toLexerBody(TerminalRule rule)
public java.lang.String print(TerminalRule rule)
public java.lang.String caseAlternatives(Alternatives object)
XtextSwitch
caseAlternatives
in class XtextSwitch<java.lang.String>
object
- the target of the switch.
doSwitch(EObject)
public java.lang.String caseCharacterRange(CharacterRange object)
XtextSwitch
caseCharacterRange
in class XtextSwitch<java.lang.String>
object
- the target of the switch.
doSwitch(EObject)
public java.lang.String defaultCase(org.eclipse.emf.ecore.EObject object)
XtextSwitch
defaultCase
in class XtextSwitch<java.lang.String>
object
- the target of the switch.
XtextSwitch.doSwitch(org.eclipse.emf.ecore.EObject)
public java.lang.String caseGroup(Group object)
XtextSwitch
caseGroup
in class XtextSwitch<java.lang.String>
object
- the target of the switch.
doSwitch(EObject)
public java.lang.String caseKeyword(Keyword object)
XtextSwitch
caseKeyword
in class XtextSwitch<java.lang.String>
object
- the target of the switch.
doSwitch(EObject)
public java.lang.String caseWildcard(Wildcard object)
XtextSwitch
caseWildcard
in class XtextSwitch<java.lang.String>
object
- the target of the switch.
doSwitch(EObject)
public java.lang.String caseEOF(EOF object)
XtextSwitch
caseEOF
in class XtextSwitch<java.lang.String>
object
- the target of the switch.
doSwitch(EObject)
public java.lang.String caseTerminalRule(TerminalRule object)
XtextSwitch
caseTerminalRule
in class XtextSwitch<java.lang.String>
object
- the target of the switch.
doSwitch(EObject)
public java.lang.String caseParserRule(ParserRule object)
XtextSwitch
caseParserRule
in class XtextSwitch<java.lang.String>
object
- the target of the switch.
doSwitch(EObject)
public java.lang.String caseRuleCall(RuleCall object)
XtextSwitch
caseRuleCall
in class XtextSwitch<java.lang.String>
object
- the target of the switch.
doSwitch(EObject)
public java.lang.String caseNegatedToken(NegatedToken object)
XtextSwitch
caseNegatedToken
in class XtextSwitch<java.lang.String>
object
- the target of the switch.
doSwitch(EObject)
public java.lang.String caseUntilToken(UntilToken object)
XtextSwitch
caseUntilToken
in class XtextSwitch<java.lang.String>
object
- the target of the switch.
doSwitch(EObject)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |