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

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.RichStringIfElements
All Implemented Interfaces:
IGrammarAccess.IAbstractRuleAccess, IGrammarAccess.IParserRuleAccess
Enclosing class:
Xtend2GrammarAccess

public class Xtend2GrammarAccess.RichStringIfElements
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.RichStringIfElements()
           
 
Method Summary
 Assignment getElseAssignment_5_1()
           
 Assignment getElseIfsAssignment_4()
           
 RuleCall getElseIfsRichStringElseIfParserRuleCall_4_0()
           
 RuleCall getElseInternalRichStringParserRuleCall_5_1_0()
           
 Keyword getELSEKeyword_5_0()
           
 Keyword getENDIFKeyword_6()
           
 Group getGroup_5()
           
 Group getGroup()
           
 Assignment getIfAssignment_2()
           
 Keyword getIFKeyword_1()
           
 RuleCall getIfXExpressionParserRuleCall_2_0()
           
 Action getRichStringIfAction_0()
           
 ParserRule getRule()
           
 Assignment getThenAssignment_3()
           
 RuleCall getThenInternalRichStringParserRuleCall_3_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.RichStringIfElements

public Xtend2GrammarAccess.RichStringIfElements()
Method Detail

getRule

public ParserRule getRule()

getGroup

public Group getGroup()

getRichStringIfAction_0

public Action getRichStringIfAction_0()

getIFKeyword_1

public Keyword getIFKeyword_1()

getIfAssignment_2

public Assignment getIfAssignment_2()

getIfXExpressionParserRuleCall_2_0

public RuleCall getIfXExpressionParserRuleCall_2_0()

getThenAssignment_3

public Assignment getThenAssignment_3()

getThenInternalRichStringParserRuleCall_3_0

public RuleCall getThenInternalRichStringParserRuleCall_3_0()

getElseIfsAssignment_4

public Assignment getElseIfsAssignment_4()

getElseIfsRichStringElseIfParserRuleCall_4_0

public RuleCall getElseIfsRichStringElseIfParserRuleCall_4_0()

getGroup_5

public Group getGroup_5()

getELSEKeyword_5_0

public Keyword getELSEKeyword_5_0()

getElseAssignment_5_1

public Assignment getElseAssignment_5_1()

getElseInternalRichStringParserRuleCall_5_1_0

public RuleCall getElseInternalRichStringParserRuleCall_5_1_0()

getENDIFKeyword_6

public Keyword getENDIFKeyword_6()