io.sarl.lang.jvmmodel.fragments
Interface IInferrerFragmentContributions
All Known Implementing Classes:
JavaPluginInferrerFragmentContributions
interface IInferrerFragmentContributions
Tool for obtaining all the fragment contributions to the JVM model inferrer.
Maven Group Identifier:
io.sarl.lang
Maven Artifact Identifier:
compiler
Since:
0.15
Action Summary
Modifier and type Action and description
abstract java.util.Collection<E> getBiStageFragmentContributions(Class<T>)
Replies all the registered contributions for a bi-stage process that are supported the given type of the Ecore source element.
abstract java.util.Collection<E> getSingleStageFragmentContributions(Class<T>)
Replies all the registered contributions for a single stage process without inherited transformer.
Action Details
getBiStageFragmentContributions(Class<T>)
def getBiStageFragmentContributions(Class<T>) : java.util.Collection<E>
Replies all the registered contributions for a bi-stage process that are supported the given type of the Ecore source element.
Parameters:
type - the type of the source element.
Returns:
the collection of the contributions.
getSingleStageFragmentContributions(Class<T>)
def getSingleStageFragmentContributions(Class<T>) : java.util.Collection<E>
Replies all the registered contributions for a single stage process without inherited transformer.
Parameters:
type - the type of the source element.
Returns:
the collection of the contributions.