io.sarl.lang.pythongenerator.generator
Class PyAppendable
All Superinterfaces:
org.eclipse.xtext.xbase.compiler.IAppendable, org.eclipse.xtext.xbase.compiler.ISourceAppender
class PyAppendable
extends ExtraLanguageAppendable
Appendable dedicated to Python.
Maven Group Identifier:
io.sarl.lang
Maven Artifact Identifier:
pythongenerator
Since:
0.6
Property Summary
Constructor Summary
Constructor and description
new(JvmDeclaredType,ExtraLanguageTypeConverter)
Constructor.
Action Summary
Constructor Details
new(JvmDeclaredType,ExtraLanguageTypeConverter)
new(JvmDeclaredType,ExtraLanguageTypeConverter)
Constructor.
Parameters:
thisType - the current type for which the appendable should be created. If it is null, the import manager of the appendable is not associated to a "this" type.
converter - the type converter.