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

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

public class XtendGrammarAccess.VisibilityElements
extends AbstractElementFinder.AbstractEnumRuleElementFinder


Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.xtext.service.AbstractElementFinder
AbstractElementFinder.AbstractEnumRuleElementFinder, AbstractElementFinder.AbstractGrammarElementFinder, AbstractElementFinder.AbstractParserRuleElementFinder
 
Constructor Summary
XtendGrammarAccess.VisibilityElements()
           
 
Method Summary
 Alternatives getAlternatives()
           
 EnumLiteralDeclaration getPRIVATEEnumLiteralDeclaration_2()
           
 Keyword getPRIVATEPrivateKeyword_2_0()
           
 EnumLiteralDeclaration getPROTECTEDEnumLiteralDeclaration_1()
           
 Keyword getPROTECTEDProtectedKeyword_1_0()
           
 EnumLiteralDeclaration getPUBLICEnumLiteralDeclaration_0()
           
 Keyword getPUBLICPublicKeyword_0_0()
           
 EnumRule getRule()
           
 
Methods inherited from class org.eclipse.xtext.service.AbstractElementFinder.AbstractEnumRuleElementFinder
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.VisibilityElements

public XtendGrammarAccess.VisibilityElements()
Method Detail

getRule

public EnumRule getRule()

getAlternatives

public Alternatives getAlternatives()

getPUBLICEnumLiteralDeclaration_0

public EnumLiteralDeclaration getPUBLICEnumLiteralDeclaration_0()

getPUBLICPublicKeyword_0_0

public Keyword getPUBLICPublicKeyword_0_0()

getPROTECTEDEnumLiteralDeclaration_1

public EnumLiteralDeclaration getPROTECTEDEnumLiteralDeclaration_1()

getPROTECTEDProtectedKeyword_1_0

public Keyword getPROTECTEDProtectedKeyword_1_0()

getPRIVATEEnumLiteralDeclaration_2

public EnumLiteralDeclaration getPRIVATEEnumLiteralDeclaration_2()

getPRIVATEPrivateKeyword_2_0

public Keyword getPRIVATEPrivateKeyword_2_0()