io.sarl.lang.extralanguage.validator
Interface IExtraLanguageValidatorProvider
All Known Implementing Classes:
ContributionBasedExtraLanguageValidatorProvider, NullExtraLanguageValidatorProvider, PyValidatorProvider
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or action reference.
interface IExtraLanguageValidatorProvider
Provider of the extra language validators.

The validators will be used to validate the SARL program for extra-language.
Maven Group Identifier:
io.sarl.lang
Maven Artifact Identifier:
compiler
Since:
0.6
Action Summary
Modifier and type Action and description
abstract java.util.List<E> getValidators(Resource)
Replies the validators that should be used for validating the SARL program for the extra language.
Action Details
getValidators(Resource)
def getValidators(Resource) : java.util.List<E>
Replies the validators that should be used for validating the SARL program for the extra language.
Parameters:
resource - the resource for which the validators should be retreived.
Returns:
the list of the generators.