io.sarl.lang.services
Class OpMultiElements
All Superinterfaces:
org.eclipse.xtext.IGrammarAccess.IAbstractRuleAccess, org.eclipse.xtext.IGrammarAccess.IParserRuleAccess
Enclosing class:
SARLGrammarAccess
class OpMultiElements
extends java.lang.Object
Property Summary
Modifier and type Property and description
org.eclipse.xtext.Alternatives alternatives
org.eclipse.xtext.Keyword asteriskKeyword_0
org.eclipse.xtext.Keyword percentSignKeyword_2
org.eclipse.xtext.ParserRule rule
org.eclipse.xtext.Keyword solidusKeyword_1
Constructor Summary
Constructor and description
new
Action Summary
Modifier and type Action and description
org.eclipse.xtext.Alternatives getAlternatives
org.eclipse.xtext.Keyword getAsteriskKeyword_0
org.eclipse.xtext.Keyword getPercentSignKeyword_2
org.eclipse.xtext.ParserRule getRule
org.eclipse.xtext.Keyword getSolidusKeyword_1
Property Details
alternatives
val alternatives : org.eclipse.xtext.Alternatives

This property is an alias for the action: getAlternatives

asteriskKeyword_0
val asteriskKeyword_0 : org.eclipse.xtext.Keyword

This property is an alias for the action: getAsteriskKeyword_0

percentSignKeyword_2
val percentSignKeyword_2 : org.eclipse.xtext.Keyword

This property is an alias for the action: getPercentSignKeyword_2

rule
val rule : org.eclipse.xtext.ParserRule

This property is an alias for the action: getRule

solidusKeyword_1
val solidusKeyword_1 : org.eclipse.xtext.Keyword

This property is an alias for the action: getSolidusKeyword_1

Constructor Details
new
new
Action Details
getAlternatives
def getAlternatives : org.eclipse.xtext.Alternatives
getAsteriskKeyword_0
def getAsteriskKeyword_0 : org.eclipse.xtext.Keyword
getPercentSignKeyword_2
def getPercentSignKeyword_2 : org.eclipse.xtext.Keyword
getRule
def getRule : org.eclipse.xtext.ParserRule
getSolidusKeyword_1
def getSolidusKeyword_1 : org.eclipse.xtext.Keyword