Class Mwe2GrammarAccess
java.lang.Object
org.eclipse.xtext.service.AbstractElementFinder
org.eclipse.xtext.service.AbstractElementFinder.AbstractGrammarElementFinder
org.eclipse.emf.mwe2.language.services.Mwe2GrammarAccess
- All Implemented Interfaces:
org.eclipse.xtext.IGrammarAccess
public class Mwe2GrammarAccess
extends org.eclipse.xtext.service.AbstractElementFinder.AbstractGrammarElementFinder
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Nested classes/interfaces inherited from class org.eclipse.xtext.service.AbstractElementFinder
org.eclipse.xtext.service.AbstractElementFinder.AbstractEnumRuleElementFinder, org.eclipse.xtext.service.AbstractElementFinder.AbstractGrammarElementFinder, org.eclipse.xtext.service.AbstractElementFinder.AbstractParserRuleElementFinder
Nested classes/interfaces inherited from interface org.eclipse.xtext.IGrammarAccess
org.eclipse.xtext.IGrammarAccess.IAbstractRuleAccess, org.eclipse.xtext.IGrammarAccess.IEnumRuleAccess, org.eclipse.xtext.IGrammarAccess.IParserRuleAccess
-
Constructor Summary
ConstructorsConstructorDescriptionMwe2GrammarAccess
(org.eclipse.xtext.service.GrammarProvider grammarProvider) -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.xtext.TerminalRule
org.eclipse.xtext.ParserRule
org.eclipse.xtext.ParserRule
org.eclipse.xtext.ParserRule
org.eclipse.xtext.ParserRule
org.eclipse.xtext.ParserRule
org.eclipse.xtext.ParserRule
org.eclipse.xtext.ParserRule
org.eclipse.xtext.ParserRule
org.eclipse.xtext.Grammar
org.eclipse.xtext.TerminalRule
org.eclipse.xtext.ParserRule
org.eclipse.xtext.ParserRule
org.eclipse.xtext.ParserRule
org.eclipse.xtext.TerminalRule
org.eclipse.xtext.ParserRule
org.eclipse.xtext.TerminalRule
org.eclipse.xtext.ParserRule
org.eclipse.xtext.ParserRule
org.eclipse.xtext.ParserRule
org.eclipse.xtext.ParserRule
org.eclipse.xtext.ParserRule
org.eclipse.xtext.ParserRule
org.eclipse.xtext.ParserRule
org.eclipse.xtext.TerminalRule
org.eclipse.xtext.ParserRule
org.eclipse.xtext.ParserRule
org.eclipse.xtext.TerminalRule
protected org.eclipse.xtext.Grammar
internalFindGrammar
(org.eclipse.xtext.service.GrammarProvider grammarProvider) Methods inherited from class org.eclipse.xtext.service.AbstractElementFinder.AbstractGrammarElementFinder
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
Methods inherited from interface org.eclipse.xtext.IGrammarAccess
findKeywordPairs, findKeywords, findRuleCalls
-
Constructor Details
-
Mwe2GrammarAccess
@Inject public Mwe2GrammarAccess(org.eclipse.xtext.service.GrammarProvider grammarProvider)
-
-
Method Details
-
internalFindGrammar
protected org.eclipse.xtext.Grammar internalFindGrammar(org.eclipse.xtext.service.GrammarProvider grammarProvider) -
getGrammar
public org.eclipse.xtext.Grammar getGrammar() -
getModuleAccess
-
getModuleRule
public org.eclipse.xtext.ParserRule getModuleRule() -
getDeclaredPropertyAccess
-
getDeclaredPropertyRule
public org.eclipse.xtext.ParserRule getDeclaredPropertyRule() -
getRootComponentAccess
-
getRootComponentRule
public org.eclipse.xtext.ParserRule getRootComponentRule() -
getComponentAccess
-
getComponentRule
public org.eclipse.xtext.ParserRule getComponentRule() -
getImportAccess
-
getImportRule
public org.eclipse.xtext.ParserRule getImportRule() -
getImportedFQNAccess
-
getImportedFQNRule
public org.eclipse.xtext.ParserRule getImportedFQNRule() -
getAssignmentAccess
-
getAssignmentRule
public org.eclipse.xtext.ParserRule getAssignmentRule() -
getValueAccess
-
getValueRule
public org.eclipse.xtext.ParserRule getValueRule() -
getNullLiteralAccess
-
getNullLiteralRule
public org.eclipse.xtext.ParserRule getNullLiteralRule() -
getDoubleLiteralAccess
-
getDoubleLiteralRule
public org.eclipse.xtext.ParserRule getDoubleLiteralRule() -
getDoubleValueAccess
-
getDoubleValueRule
public org.eclipse.xtext.ParserRule getDoubleValueRule() -
getIntegerLiteralAccess
-
getIntegerLiteralRule
public org.eclipse.xtext.ParserRule getIntegerLiteralRule() -
getIntValueAccess
-
getIntValueRule
public org.eclipse.xtext.ParserRule getIntValueRule() -
getBooleanLiteralAccess
-
getBooleanLiteralRule
public org.eclipse.xtext.ParserRule getBooleanLiteralRule() -
getReferenceAccess
-
getReferenceRule
public org.eclipse.xtext.ParserRule getReferenceRule() -
getFQNAccess
-
getFQNRule
public org.eclipse.xtext.ParserRule getFQNRule() -
getStringLiteralAccess
-
getStringLiteralRule
public org.eclipse.xtext.ParserRule getStringLiteralRule() -
getPropertyReferenceAccess
-
getPropertyReferenceRule
public org.eclipse.xtext.ParserRule getPropertyReferenceRule() -
getPropertyReferenceImplAccess
-
getPropertyReferenceImplRule
public org.eclipse.xtext.ParserRule getPropertyReferenceImplRule() -
getPlainStringAccess
-
getPlainStringRule
public org.eclipse.xtext.ParserRule getPlainStringRule() -
getConstantValueAccess
-
getConstantValueRule
public org.eclipse.xtext.ParserRule getConstantValueRule() -
getIDRule
public org.eclipse.xtext.TerminalRule getIDRule() -
getINTRule
public org.eclipse.xtext.TerminalRule getINTRule() -
getML_COMMENTRule
public org.eclipse.xtext.TerminalRule getML_COMMENTRule() -
getSL_COMMENTRule
public org.eclipse.xtext.TerminalRule getSL_COMMENTRule() -
getWSRule
public org.eclipse.xtext.TerminalRule getWSRule() -
getANY_OTHERRule
public org.eclipse.xtext.TerminalRule getANY_OTHERRule()
-