io.sarl.lang.validation.subvalidators
Class SARLSynchronizationValidator
All Superinterfaces:
org.eclipse.emf.ecore.EValidator, org.eclipse.xtext.validation.ValidationMessageAcceptor
class SARLSynchronizationValidator
extends AbstractSARLSubValidator
A specialization of JvmGenericTypeValidator to deal with synchronization issues.
Maven Group Identifier:
io.sarl.lang
Maven Artifact Identifier:
compiler
Since:
0.14
Property Summary
Constructor Summary
Constructor and description
new
Action Summary
Modifier and type Action and description
void checkUnsynchronizedField(XtendField)
Check if a field needs to be synchronized.
Constructor Details
new
new
Action Details
checkUnsynchronizedField(XtendField)
def checkUnsynchronizedField(XtendField)
Check if a field needs to be synchronized.
Parameters:
field - the field.
Since:
0.7