io.sarl.lang.services
Class OpUnaryElements
All Superinterfaces:
org.eclipse.xtext.IGrammarAccess.IAbstractRuleAccess, org.eclipse.xtext.IGrammarAccess.IParserRuleAccess
Enclosing class:
SARLGrammarAccess
class OpUnaryElements
extends java.lang.Object
Property Summary
Modifier and type Property and description
org.eclipse.xtext.Alternatives alternatives
org.eclipse.xtext.Keyword exclamationMarkKeyword_0
org.eclipse.xtext.Keyword hyphenMinusKeyword_1
org.eclipse.xtext.Keyword plusSignKeyword_2
org.eclipse.xtext.ParserRule rule
Constructor Summary
Constructor and description
new
Action Summary
Modifier and type Action and description
org.eclipse.xtext.Alternatives getAlternatives
org.eclipse.xtext.Keyword getExclamationMarkKeyword_0
org.eclipse.xtext.Keyword getHyphenMinusKeyword_1
org.eclipse.xtext.Keyword getPlusSignKeyword_2
org.eclipse.xtext.ParserRule getRule
Property Details
alternatives
val alternatives : org.eclipse.xtext.Alternatives

This property is an alias for the action: getAlternatives

exclamationMarkKeyword_0
val exclamationMarkKeyword_0 : org.eclipse.xtext.Keyword

This property is an alias for the action: getExclamationMarkKeyword_0

hyphenMinusKeyword_1
val hyphenMinusKeyword_1 : org.eclipse.xtext.Keyword

This property is an alias for the action: getHyphenMinusKeyword_1

plusSignKeyword_2
val plusSignKeyword_2 : org.eclipse.xtext.Keyword

This property is an alias for the action: getPlusSignKeyword_2

rule
val rule : org.eclipse.xtext.ParserRule

This property is an alias for the action: getRule

Constructor Details
new
new
Action Details
getAlternatives
def getAlternatives : org.eclipse.xtext.Alternatives
getExclamationMarkKeyword_0
def getExclamationMarkKeyword_0 : org.eclipse.xtext.Keyword
getHyphenMinusKeyword_1
def getHyphenMinusKeyword_1 : org.eclipse.xtext.Keyword
getPlusSignKeyword_2
def getPlusSignKeyword_2 : org.eclipse.xtext.Keyword
getRule
def getRule : org.eclipse.xtext.ParserRule