Package tools.refinery.language.services
Class ProblemGrammarAccess.LogicValueElements
java.lang.Object
org.eclipse.xtext.service.AbstractElementFinder
org.eclipse.xtext.service.AbstractElementFinder.AbstractEnumRuleElementFinder
tools.refinery.language.services.ProblemGrammarAccess.LogicValueElements
- All Implemented Interfaces:
org.eclipse.xtext.IGrammarAccess.IAbstractRuleAccess
,org.eclipse.xtext.IGrammarAccess.IEnumRuleAccess
- Enclosing class:
ProblemGrammarAccess
public class ProblemGrammarAccess.LogicValueElements
extends org.eclipse.xtext.service.AbstractElementFinder.AbstractEnumRuleElementFinder
-
Nested Class Summary
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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.xtext.Alternatives
org.eclipse.xtext.EnumLiteralDeclaration
org.eclipse.xtext.Keyword
org.eclipse.xtext.EnumLiteralDeclaration
org.eclipse.xtext.Keyword
org.eclipse.xtext.EnumRule
getRule()
org.eclipse.xtext.EnumLiteralDeclaration
org.eclipse.xtext.Keyword
org.eclipse.xtext.EnumLiteralDeclaration
org.eclipse.xtext.Keyword
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
-
Constructor Details
-
LogicValueElements
public LogicValueElements()
-
-
Method Details
-
getRule
public org.eclipse.xtext.EnumRule getRule() -
getAlternatives
public org.eclipse.xtext.Alternatives getAlternatives() -
getTRUEEnumLiteralDeclaration_0
public org.eclipse.xtext.EnumLiteralDeclaration getTRUEEnumLiteralDeclaration_0() -
getTRUETrueKeyword_0_0
public org.eclipse.xtext.Keyword getTRUETrueKeyword_0_0() -
getFALSEEnumLiteralDeclaration_1
public org.eclipse.xtext.EnumLiteralDeclaration getFALSEEnumLiteralDeclaration_1() -
getFALSEFalseKeyword_1_0
public org.eclipse.xtext.Keyword getFALSEFalseKeyword_1_0() -
getUNKNOWNEnumLiteralDeclaration_2
public org.eclipse.xtext.EnumLiteralDeclaration getUNKNOWNEnumLiteralDeclaration_2() -
getUNKNOWNUnknownKeyword_2_0
public org.eclipse.xtext.Keyword getUNKNOWNUnknownKeyword_2_0() -
getERROREnumLiteralDeclaration_3
public org.eclipse.xtext.EnumLiteralDeclaration getERROREnumLiteralDeclaration_3() -
getERRORErrorKeyword_3_0
public org.eclipse.xtext.Keyword getERRORErrorKeyword_3_0()
-