io.sarl.lang.pythongenerator
Class PyContribution
All Superinterfaces:
IExtraLanguageContribution
class PyContribution
extends java.lang.Object
implements IExtraLanguageContribution
Provider of Python contributions.
Maven Group Identifier:
io.sarl.lang
Maven Artifact Identifier:
pythongenerator
Since:
0.8
Property Summary
Modifier and type Property and description
IExtraLanguageGeneratorProvider generatorProvider
java.util.Collection<E> identifiers
IExtraLanguageKeywordProvider keywordProvider
org.eclipse.xtext.generator.IOutputConfigurationProvider outputConfigurationProvider
IExtraLanguageValidatorProvider validatorProvider
Constructor Summary
Constructor and description
new
Action Summary
Modifier and type Action and description
IExtraLanguageGeneratorProvider getGeneratorProvider
java.util.Collection<E> getIdentifiers
IExtraLanguageKeywordProvider getKeywordProvider
org.eclipse.xtext.generator.IOutputConfigurationProvider getOutputConfigurationProvider
IExtraLanguageValidatorProvider getValidatorProvider
Property Details
generatorProvider
val generatorProvider : IExtraLanguageGeneratorProvider

This property is an alias for the action: getGeneratorProvider

identifiers
val identifiers : java.util.Collection<E>

This property is an alias for the action: getIdentifiers

keywordProvider
val keywordProvider : IExtraLanguageKeywordProvider

This property is an alias for the action: getKeywordProvider

outputConfigurationProvider
val outputConfigurationProvider : org.eclipse.xtext.generator.IOutputConfigurationProvider

This property is an alias for the action: getOutputConfigurationProvider

validatorProvider
val validatorProvider : IExtraLanguageValidatorProvider

This property is an alias for the action: getValidatorProvider

Constructor Details
new
new
Action Details
getGeneratorProvider
def getGeneratorProvider : IExtraLanguageGeneratorProvider
getIdentifiers
def getIdentifiers : java.util.Collection<E>
getKeywordProvider
def getKeywordProvider : IExtraLanguageKeywordProvider
getOutputConfigurationProvider
def getOutputConfigurationProvider : org.eclipse.xtext.generator.IOutputConfigurationProvider
getValidatorProvider
def getValidatorProvider : IExtraLanguageValidatorProvider