io.sarl.lang.compiler
Interface IGeneratorConfigProvider2
All Known Implementing Classes:
GeneratorConfigProvider2
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 IGeneratorConfigProvider2
Provider of a generator configuration v2.
Maven Group Identifier:
io.sarl.lang
Maven Artifact Identifier:
compiler
Since:
0.4
Action Summary
Modifier and type Action and description
abstract GeneratorConfig2 get(EObject)
Replies the configuration for the given context.
Action Details
get(EObject)
def get(EObject) : GeneratorConfig2
Replies the configuration for the given context.
Parameters:
context - the context.
Returns:
the configuration.