io.sarl.lang.pythongenerator.configuration
Class PyGeneratorConfiguration
class PyGeneratorConfiguration
extends java.lang.Object
Configuration for the SARL-to-Python generator.
Maven Group Identifier:
io.sarl.lang
Maven Artifact Identifier:
pythongenerator
Since:
0.8
Field Summary
Modifier and type Field and description
public static val boolean DEFAULT_IMPLICIT_JVM_TYPES
Default value for the flag that indicates if the JVM types (not in io.sarl.*) are implicitly supported by the type converter.
Constructor Summary
Constructor and description
new
Action Summary
Modifier and type Action and description
boolean isImplicitJvmTypes
Replies if the JVM types (not in io.sarl.*) are implicitly supported by the type converter.
void setImplicitJvmTypes(boolean)
Set if the JVM types (not in io.sarl.*) are implicitly supported by the type converter.
Field Details
DEFAULT_IMPLICIT_JVM_TYPES
public static val DEFAULT_IMPLICIT_JVM_TYPES : boolean = true
Default value for the flag that indicates if the JVM types (not in io.sarl.*) are implicitly supported by the type converter.
Constructor Details
new
new
Action Details
isImplicitJvmTypes
def isImplicitJvmTypes : boolean
Replies if the JVM types (not in io.sarl.*) are implicitly supported by the type converter.
Returns:
true if the implicit types are converted. false if no implicit type is converted.
setImplicitJvmTypes(boolean)
def setImplicitJvmTypes(boolean)
Set if the JVM types (not in io.sarl.*) are implicitly supported by the type converter.
Parameters:
enable - true if the implicit types are converted. false if no implicit type is converted.