org.openxma.dsl.dom.services
Class DomDslGrammarAccess.PrimaryExpressionElements

java.lang.Object
  extended by org.eclipse.xtext.service.AbstractElementFinder
      extended by org.eclipse.xtext.service.AbstractElementFinder.AbstractParserRuleElementFinder
          extended by org.openxma.dsl.dom.services.DomDslGrammarAccess.PrimaryExpressionElements
All Implemented Interfaces:
org.eclipse.xtext.IGrammarAccess.IAbstractRuleAccess, org.eclipse.xtext.IGrammarAccess.IParserRuleAccess
Enclosing class:
DomDslGrammarAccess

public class DomDslGrammarAccess.PrimaryExpressionElements
extends org.eclipse.xtext.service.AbstractElementFinder.AbstractParserRuleElementFinder


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
DomDslGrammarAccess.PrimaryExpressionElements()
           
 
Method Summary
 org.eclipse.xtext.RuleCall getAggregateFunctionParserRuleCall_3()
           
 org.eclipse.xtext.Alternatives getAlternatives()
           
 org.eclipse.xtext.RuleCall getCastFunctionParserRuleCall_2()
           
 org.eclipse.xtext.RuleCall getCollectionFunctionParserRuleCall_4()
           
 org.eclipse.xtext.RuleCall getFunctionCallParserRuleCall_5()
           
 org.eclipse.xtext.RuleCall getLiteralValueParserRuleCall_8()
           
 org.eclipse.xtext.RuleCall getParenthesizedExpressionParserRuleCall_6()
           
 org.eclipse.xtext.RuleCall getPropertyValueParserRuleCall_0()
           
 org.eclipse.xtext.RuleCall getQueryParameterValueParserRuleCall_9()
           
 org.eclipse.xtext.ParserRule getRule()
           
 org.eclipse.xtext.RuleCall getSubQueryParserRuleCall_7()
           
 org.eclipse.xtext.RuleCall getTrimFunctionParserRuleCall_1()
           
 
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

DomDslGrammarAccess.PrimaryExpressionElements

public DomDslGrammarAccess.PrimaryExpressionElements()
Method Detail

getRule

public org.eclipse.xtext.ParserRule getRule()

getAlternatives

public org.eclipse.xtext.Alternatives getAlternatives()

getPropertyValueParserRuleCall_0

public org.eclipse.xtext.RuleCall getPropertyValueParserRuleCall_0()

getTrimFunctionParserRuleCall_1

public org.eclipse.xtext.RuleCall getTrimFunctionParserRuleCall_1()

getCastFunctionParserRuleCall_2

public org.eclipse.xtext.RuleCall getCastFunctionParserRuleCall_2()

getAggregateFunctionParserRuleCall_3

public org.eclipse.xtext.RuleCall getAggregateFunctionParserRuleCall_3()

getCollectionFunctionParserRuleCall_4

public org.eclipse.xtext.RuleCall getCollectionFunctionParserRuleCall_4()

getFunctionCallParserRuleCall_5

public org.eclipse.xtext.RuleCall getFunctionCallParserRuleCall_5()

getParenthesizedExpressionParserRuleCall_6

public org.eclipse.xtext.RuleCall getParenthesizedExpressionParserRuleCall_6()

getSubQueryParserRuleCall_7

public org.eclipse.xtext.RuleCall getSubQueryParserRuleCall_7()

getLiteralValueParserRuleCall_8

public org.eclipse.xtext.RuleCall getLiteralValueParserRuleCall_8()

getQueryParameterValueParserRuleCall_9

public org.eclipse.xtext.RuleCall getQueryParameterValueParserRuleCall_9()


Copyright © 2013. All Rights Reserved.