Class TemplatesGrammarAccess.ReadPunctuationElements
- java.lang.Object
-
- org.eclipse.xtext.service.AbstractElementFinder
-
- org.eclipse.xtext.service.AbstractElementFinder.AbstractParserRuleElementFinder
-
- com._1c.g5.v8.dt.right.templates.services.TemplatesGrammarAccess.ReadPunctuationElements
-
- All Implemented Interfaces:
org.eclipse.xtext.IGrammarAccess.IAbstractRuleAccess
,org.eclipse.xtext.IGrammarAccess.IParserRuleAccess
- Enclosing class:
- TemplatesGrammarAccess
public class TemplatesGrammarAccess.ReadPunctuationElements 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
Constructors Constructor Description ReadPunctuationElements()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.xtext.Alternatives
getAlternatives()
org.eclipse.xtext.Keyword
getApostropheKeyword_14()
org.eclipse.xtext.Keyword
getAsteriskKeyword_4()
org.eclipse.xtext.Keyword
getCircumflexAccentKeyword_7()
org.eclipse.xtext.Keyword
getColonKeyword_16()
org.eclipse.xtext.Keyword
getCommaKeyword_0()
org.eclipse.xtext.Keyword
getEqualsSignKeyword_10()
org.eclipse.xtext.Keyword
getFullStopKeyword_1()
org.eclipse.xtext.Keyword
getGreaterThanSignKeyword_9()
org.eclipse.xtext.Keyword
getHyphenMinusKeyword_12()
org.eclipse.xtext.Keyword
getLeftParenthesisKeyword_5()
org.eclipse.xtext.Keyword
getLessThanSignGreaterThanSignKeyword_17()
org.eclipse.xtext.Keyword
getLessThanSignKeyword_8()
org.eclipse.xtext.Keyword
getNumberSignNumberSignKeyword_18()
org.eclipse.xtext.Keyword
getPlusSignKeyword_11()
org.eclipse.xtext.RuleCall
getReadQlParametersParserRuleCall_3()
org.eclipse.xtext.Keyword
getRightParenthesisKeyword_6()
org.eclipse.xtext.ParserRule
getRule()
org.eclipse.xtext.Keyword
getSemicolonKeyword_13()
org.eclipse.xtext.RuleCall
getSL_STRINGTerminalRuleCall_2()
org.eclipse.xtext.Keyword
getSolidusKeyword_15()
-
Methods inherited from class org.eclipse.xtext.service.AbstractElementFinder.AbstractParserRuleElementFinder
getRules
-
-
-
-
Method Detail
-
getRule
public org.eclipse.xtext.ParserRule getRule()
-
getAlternatives
public org.eclipse.xtext.Alternatives getAlternatives()
-
getCommaKeyword_0
public org.eclipse.xtext.Keyword getCommaKeyword_0()
-
getFullStopKeyword_1
public org.eclipse.xtext.Keyword getFullStopKeyword_1()
-
getSL_STRINGTerminalRuleCall_2
public org.eclipse.xtext.RuleCall getSL_STRINGTerminalRuleCall_2()
-
getReadQlParametersParserRuleCall_3
public org.eclipse.xtext.RuleCall getReadQlParametersParserRuleCall_3()
-
getAsteriskKeyword_4
public org.eclipse.xtext.Keyword getAsteriskKeyword_4()
-
getLeftParenthesisKeyword_5
public org.eclipse.xtext.Keyword getLeftParenthesisKeyword_5()
-
getRightParenthesisKeyword_6
public org.eclipse.xtext.Keyword getRightParenthesisKeyword_6()
-
getCircumflexAccentKeyword_7
public org.eclipse.xtext.Keyword getCircumflexAccentKeyword_7()
-
getLessThanSignKeyword_8
public org.eclipse.xtext.Keyword getLessThanSignKeyword_8()
-
getGreaterThanSignKeyword_9
public org.eclipse.xtext.Keyword getGreaterThanSignKeyword_9()
-
getEqualsSignKeyword_10
public org.eclipse.xtext.Keyword getEqualsSignKeyword_10()
-
getPlusSignKeyword_11
public org.eclipse.xtext.Keyword getPlusSignKeyword_11()
-
getHyphenMinusKeyword_12
public org.eclipse.xtext.Keyword getHyphenMinusKeyword_12()
-
getSemicolonKeyword_13
public org.eclipse.xtext.Keyword getSemicolonKeyword_13()
-
getApostropheKeyword_14
public org.eclipse.xtext.Keyword getApostropheKeyword_14()
-
getSolidusKeyword_15
public org.eclipse.xtext.Keyword getSolidusKeyword_15()
-
getColonKeyword_16
public org.eclipse.xtext.Keyword getColonKeyword_16()
-
getLessThanSignGreaterThanSignKeyword_17
public org.eclipse.xtext.Keyword getLessThanSignGreaterThanSignKeyword_17()
-
getNumberSignNumberSignKeyword_18
public org.eclipse.xtext.Keyword getNumberSignNumberSignKeyword_18()
-
-