org.eclipse.xtend.core.services
Class XtendGrammarAccess.ParameterElements

java.lang.Object
  extended by org.eclipse.xtext.service.AbstractElementFinder
      extended by org.eclipse.xtext.service.AbstractElementFinder.AbstractParserRuleElementFinder
          extended by org.eclipse.xtend.core.services.XtendGrammarAccess.ParameterElements
All Implemented Interfaces:
IGrammarAccess.IAbstractRuleAccess, IGrammarAccess.IParserRuleAccess
Enclosing class:
XtendGrammarAccess

public class XtendGrammarAccess.ParameterElements
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
XtendGrammarAccess.ParameterElements()
           
 
Method Summary
 Assignment getAnnotationsAssignment_0()
           
 RuleCall getAnnotationsXAnnotationParserRuleCall_0_0()
           
 Group getGroup()
           
 Assignment getNameAssignment_3()
           
 RuleCall getNameValidIDParserRuleCall_3_0()
           
 Assignment getParameterTypeAssignment_1()
           
 RuleCall getParameterTypeJvmTypeReferenceParserRuleCall_1_0()
           
 ParserRule getRule()
           
 Assignment getVarArgAssignment_2()
           
 Keyword getVarArgFullStopFullStopFullStopKeyword_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

XtendGrammarAccess.ParameterElements

public XtendGrammarAccess.ParameterElements()
Method Detail

getRule

public ParserRule getRule()

getGroup

public Group getGroup()

getAnnotationsAssignment_0

public Assignment getAnnotationsAssignment_0()

getAnnotationsXAnnotationParserRuleCall_0_0

public RuleCall getAnnotationsXAnnotationParserRuleCall_0_0()

getParameterTypeAssignment_1

public Assignment getParameterTypeAssignment_1()

getParameterTypeJvmTypeReferenceParserRuleCall_1_0

public RuleCall getParameterTypeJvmTypeReferenceParserRuleCall_1_0()

getVarArgAssignment_2

public Assignment getVarArgAssignment_2()

getVarArgFullStopFullStopFullStopKeyword_2_0

public Keyword getVarArgFullStopFullStopFullStopKeyword_2_0()

getNameAssignment_3

public Assignment getNameAssignment_3()

getNameValidIDParserRuleCall_3_0

public RuleCall getNameValidIDParserRuleCall_3_0()