io.sarl.lang.compiler
Class NoDefaultPackageImportManager
Enclosing class:
SARLJvmGenerator
static class NoDefaultPackageImportManager
extends java.lang.Object
Import manager that is skipping the imports for types in default package.
Maven Group Identifier:
io.sarl.lang
Maven Artifact Identifier:
compiler
Since:
0.13
Property Summary
Modifier and type Property and description
java.util.List<E> imports
Constructor Summary
Constructor and description
new(JvmDeclaredType)
Constructor.
Action Summary
Modifier and type Action and description
java.util.List<E> getImports
Property Details
imports
val imports : java.util.List<E>

This property is an alias for the action: getImports

Constructor Details
new(JvmDeclaredType)
new(JvmDeclaredType)
Constructor.
Parameters:
type - the type for which the import manager is created.
Action Details
getImports
def getImports : java.util.List<E>