Overview
Module
Package
Type
Tree
Deprecated
Index
Prev Type
Next Type
All Types
Summary:
Actio
|
Capac
|
Constr
|
Handl
|
Field
|
Nested
|
Propr
Details:
Actio
|
Constr
|
Handl
|
Field
|
Propr
io.sarl.lang.pythongenerator.generator
Class PyAppendable
java.lang.Object
ExtraLanguageAppendable
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
Inherited:
importManager
,
imports
,
lineSeparator
Constructor Summary
Constructors
Constructor and description
new(JvmDeclaredType,ExtraLanguageTypeConverter)
Constructor.
Action Summary
Inherited:
appendType(Class<T>,StringBuilder)
,
appendType(JvmType,StringBuilder)
,
getImportManager
,
getImports
,
getLineSeparator
,
toString
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.