io.sarl.lang.scoping
Class SARLImplicitlyImportedFeatures
@javax.inject.Singleton
class SARLImplicitlyImportedFeatures
extends java.lang.Object
Provider of the implicitly imported features in the SARL language.
Maven Group Identifier:
io.sarl.lang
Maven Artifact Identifier:
compiler
Property Summary
Modifier and type Property and description
protected java.util.List<E> extensionClasses
Constructor Summary
Constructor and description
new
Construct the provider.
Action Summary
Modifier and type Action and description
protected java.util.List<E> getExtensionClasses
Property Details
extensionClasses
protected val extensionClasses : java.util.List<E>

This property is an alias for the action: getExtensionClasses

Constructor Details
new
new
Construct the provider.
Action Details
getExtensionClasses
protected def getExtensionClasses : java.util.List<E>