org.eclipse.xtext.xbase.services
Class XbaseGrammarAccess.XCatchClauseElements

java.lang.Object
  extended by org.eclipse.xtext.service.AbstractElementFinder
      extended by org.eclipse.xtext.service.AbstractElementFinder.AbstractParserRuleElementFinder
          extended by org.eclipse.xtext.xbase.services.XbaseGrammarAccess.XCatchClauseElements
All Implemented Interfaces:
IGrammarAccess.IAbstractRuleAccess, IGrammarAccess.IParserRuleAccess
Enclosing class:
XbaseGrammarAccess

public class XbaseGrammarAccess.XCatchClauseElements
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
XbaseGrammarAccess.XCatchClauseElements()
           
 
Method Summary
 Keyword getCatchKeyword_0()
           
 Assignment getDeclaredParamAssignment_2()
           
 RuleCall getDeclaredParamFullJvmFormalParameterParserRuleCall_2_0()
           
 Assignment getExpressionAssignment_4()
           
 RuleCall getExpressionXExpressionParserRuleCall_4_0()
           
 Group getGroup()
           
 Keyword getLeftParenthesisKeyword_1()
           
 Keyword getRightParenthesisKeyword_3()
           
 ParserRule getRule()
           
 
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

XbaseGrammarAccess.XCatchClauseElements

public XbaseGrammarAccess.XCatchClauseElements()
Method Detail

getRule

public ParserRule getRule()

getGroup

public Group getGroup()

getCatchKeyword_0

public Keyword getCatchKeyword_0()

getLeftParenthesisKeyword_1

public Keyword getLeftParenthesisKeyword_1()

getDeclaredParamAssignment_2

public Assignment getDeclaredParamAssignment_2()

getDeclaredParamFullJvmFormalParameterParserRuleCall_2_0

public RuleCall getDeclaredParamFullJvmFormalParameterParserRuleCall_2_0()

getRightParenthesisKeyword_3

public Keyword getRightParenthesisKeyword_3()

getExpressionAssignment_4

public Assignment getExpressionAssignment_4()

getExpressionXExpressionParserRuleCall_4_0

public RuleCall getExpressionXExpressionParserRuleCall_4_0()