io.sarl.lang.extralanguage.compiler
Interface IExtraLanguageConversionInitializer
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or action reference.
@java.lang.FunctionalInterface
interface IExtraLanguageConversionInitializer
Initializer for the extra language converters.
Maven Group Identifier:
io.sarl.lang
Maven Artifact Identifier:
compiler
Since:
0.6
Action Summary
Modifier and type Action and description
abstract void initializeConversions(Procedure3<P1,P2,P3>)
Initialize the conversions mapping.
Action Details
initializeConversions(Procedure3<P1,P2,P3>)
def initializeConversions(Procedure3<P1,P2,P3>)
Initialize the conversions mapping.
Parameters:
result - the function to invoke for initializing the element. The first formal parameter is the simple name of the source. The second formal parameter is the full name of source of the conversion. The third formal parameter is the target of the conversion.