io.sarl.lang.pythongenerator.generator
Class PyInitializers
final class PyInitializers
extends java.lang.Object
Initializers for Python 3.
Maven Group Identifier:
io.sarl.lang
Maven Artifact Identifier:
pythongenerator
Since:
0.6
Action Summary
Modifier and type Action and description
static IExtraLanguageConversionInitializer getFeatureNameConverterInitializer(ExtraLanguageSupportModule)
Replies the initializer for the feature name converter.
static IExtraLanguageConversionInitializer getTypeConverterInitializer(ExtraLanguageSupportModule)
Replies the initializer for the type converter.
Action Details
getFeatureNameConverterInitializer(ExtraLanguageSupportModule)
def getFeatureNameConverterInitializer(ExtraLanguageSupportModule) : IExtraLanguageConversionInitializer
Replies the initializer for the feature name converter.
Parameters:
supportModule - the support module that is providing the accessors to the plugin components.
Returns:
the initializer.
Since:
0.14
getTypeConverterInitializer(ExtraLanguageSupportModule)
def getTypeConverterInitializer(ExtraLanguageSupportModule) : IExtraLanguageConversionInitializer
Replies the initializer for the type converter.
Parameters:
supportModule - the support module that is providing the accessors to the plugin components.
Returns:
the initializer.
Since:
0.14