io.sarl.lang.validation.subvalidators
Class AbstractSARLSubValidatorWithParentLink
All Superinterfaces:
org.eclipse.emf.ecore.EValidator, org.eclipse.xtext.validation.ValidationMessageAcceptor
All Known Subclasses:
SARLAnnotationValidator, SARLMemberValidator, SARLScriptValidator, SARLTypeValidator
abstract class AbstractSARLSubValidatorWithParentLink
extends AbstractSARLSubValidator
A abstract implementation of AbstractDeclarativeValidator that provides utility functions.
Maven Group Identifier:
io.sarl.lang
Maven Artifact Identifier:
compiler
Since:
0.14
Property Summary
Modifier and type Property and description
ISARLValidator parentValidator
Replies the parent validator if defined.
Constructor Summary
Constructor and description
new
Action Summary
Modifier and type Action and description
ISARLValidator getParentValidator
Replies the parent validator if defined.
Property Details
parentValidator
val parentValidator : ISARLValidator
Replies the parent validator if defined.

This property is an alias for the action: getParentValidator

Returns:
parent validator.
Constructor Details
new
new
Action Details
getParentValidator
def getParentValidator : ISARLValidator
Replies the parent validator if defined.
Returns:
parent validator.