org.eclipse.xtext.xtend2.services
Class Xtend2GrammarAccess.RichStringElseIfElements

java.lang.Object
  extended by org.eclipse.xtext.service.AbstractElementFinder
      extended by org.eclipse.xtext.service.AbstractElementFinder.AbstractParserRuleElementFinder
          extended by org.eclipse.xtext.xtend2.services.Xtend2GrammarAccess.RichStringElseIfElements
All Implemented Interfaces:
IGrammarAccess.IAbstractRuleAccess, IGrammarAccess.IParserRuleAccess
Enclosing class:
Xtend2GrammarAccess

public class Xtend2GrammarAccess.RichStringElseIfElements
extends AbstractElementFinder.AbstractParserRuleElementFinder


Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.xtext.service.AbstractElementFinder
AbstractElementFinder.AbstractEnumRuleElementFinder, AbstractElementFinder.AbstractGrammarElementFinder, AbstractElementFinder.AbstractParserRuleElementFinder
 
Constructor Summary
Xtend2GrammarAccess.RichStringElseIfElements()
           
 
Method Summary
 Keyword getELSEIFKeyword_0()
           
 Group getGroup()
           
 Assignment getIfAssignment_1()
           
 RuleCall getIfXExpressionParserRuleCall_1_0()
           
 ParserRule getRule()
           
 Assignment getThenAssignment_2()
           
 RuleCall getThenInternalRichStringParserRuleCall_2_0()
           
 
Methods inherited from class org.eclipse.xtext.service.AbstractElementFinder.AbstractParserRuleElementFinder
getRules
 
Methods inherited from class org.eclipse.xtext.service.AbstractElementFinder
findAssignments, findByNestedRuleCall, findCrossReferences, findCrossReferences, findKeywordPairs, findKeywords, findRuleCalls
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Xtend2GrammarAccess.RichStringElseIfElements

public Xtend2GrammarAccess.RichStringElseIfElements()
Method Detail

getRule

public ParserRule getRule()

getGroup

public Group getGroup()

getELSEIFKeyword_0

public Keyword getELSEIFKeyword_0()

getIfAssignment_1

public Assignment getIfAssignment_1()

getIfXExpressionParserRuleCall_1_0

public RuleCall getIfXExpressionParserRuleCall_1_0()

getThenAssignment_2

public Assignment getThenAssignment_2()

getThenInternalRichStringParserRuleCall_2_0

public RuleCall getThenInternalRichStringParserRuleCall_2_0()