Package org.somox.metrics.dsl.services
Class MetricDSLGrammarAccess
java.lang.Object
org.eclipse.xtext.service.AbstractElementFinder
org.eclipse.xtext.service.AbstractElementFinder.AbstractGrammarElementFinder
org.somox.metrics.dsl.services.MetricDSLGrammarAccess
- All Implemented Interfaces:
org.eclipse.xtext.IGrammarAccess
public class MetricDSLGrammarAccess
extends org.eclipse.xtext.service.AbstractElementFinder.AbstractGrammarElementFinder
-
Nested Class Summary
Modifier and TypeClassDescriptionclass
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
ConstructorDescriptionMetricDSLGrammarAccess
(org.eclipse.xtext.service.GrammarProvider grammarProvider, org.eclipse.xtext.common.services.TerminalsGrammarAccess gaTerminals) -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.xtext.TerminalRule
org.eclipse.xtext.ParserRule
org.eclipse.xtext.ParserRule
org.eclipse.xtext.TerminalRule
org.eclipse.xtext.ParserRule
org.eclipse.xtext.Grammar
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.TerminalRule
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.TerminalRule
org.eclipse.xtext.common.services.TerminalsGrammarAccess
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
-
MetricDSLGrammarAccess
@Inject public MetricDSLGrammarAccess(org.eclipse.xtext.service.GrammarProvider grammarProvider, org.eclipse.xtext.common.services.TerminalsGrammarAccess gaTerminals)
-
-
Method Details
-
internalFindGrammar
protected org.eclipse.xtext.Grammar internalFindGrammar(org.eclipse.xtext.service.GrammarProvider grammarProvider) -
getGrammar
public org.eclipse.xtext.Grammar getGrammar() -
getTerminalsGrammarAccess
public org.eclipse.xtext.common.services.TerminalsGrammarAccess getTerminalsGrammarAccess() -
getMetricModelAccess
-
getMetricModelRule
public org.eclipse.xtext.ParserRule getMetricModelRule() -
getMetricAccess
-
getMetricRule
public org.eclipse.xtext.ParserRule getMetricRule() -
getExternalMetricAccess
-
getExternalMetricRule
public org.eclipse.xtext.ParserRule getExternalMetricRule() -
getInternalMetricAccess
-
getInternalMetricRule
public org.eclipse.xtext.ParserRule getInternalMetricRule() -
getNumberAccess
-
getNumberRule
public org.eclipse.xtext.ParserRule getNumberRule() -
getParameterAccess
-
getParameterRule
public org.eclipse.xtext.ParserRule getParameterRule() -
getConstantAccess
-
getConstantRule
public org.eclipse.xtext.ParserRule getConstantRule() -
getMetricDefinitionAccess
-
getMetricDefinitionRule
public org.eclipse.xtext.ParserRule getMetricDefinitionRule() -
getWeightedMetricAccess
-
getWeightedMetricRule
public org.eclipse.xtext.ParserRule getWeightedMetricRule() -
getStepwiseMetricAccess
-
getStepwiseMetricRule
public org.eclipse.xtext.ParserRule getStepwiseMetricRule() -
getRatioMetricAccess
-
getRatioMetricRule
public org.eclipse.xtext.ParserRule getRatioMetricRule() -
getBoundAndWeightAccess
-
getBoundAndWeightRule
public org.eclipse.xtext.ParserRule getBoundAndWeightRule() -
getMetricAndWeightAccess
-
getMetricAndWeightRule
public org.eclipse.xtext.ParserRule getMetricAndWeightRule() -
getMYIDAccess
-
getMYIDRule
public org.eclipse.xtext.ParserRule getMYIDRule() -
getDOUBLERule
public org.eclipse.xtext.TerminalRule getDOUBLERule() -
getIDRule
public org.eclipse.xtext.TerminalRule getIDRule() -
getINTRule
public org.eclipse.xtext.TerminalRule getINTRule() -
getSTRINGRule
public org.eclipse.xtext.TerminalRule getSTRINGRule() -
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()
-