io.sarl.lang.validation
Interface IProgrammaticWarningSuppressor
All Known Implementing Classes:
DefaultProgrammaticWarningSuppressor
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or action reference.
interface IProgrammaticWarningSuppressor
Suppress warnings programmatically.
Maven Group Identifier:
io.sarl.lang
Maven Artifact Identifier:
compiler
Action Summary
Modifier and type Action and description
abstract org.eclipse.xtext.validation.IssueSeverities getIssueSeverities(Map<K,V>,EObject,IssueSeverities)
Replies the issue severities for the given object.
Action Details
getIssueSeverities(Map<K,V>,EObject,IssueSeverities)
def getIssueSeverities(Map<K,V>,EObject,IssueSeverities) : org.eclipse.xtext.validation.IssueSeverities
Replies the issue severities for the given object.
Parameters:
context - the context for retrieving the severities.
currentObject - the current object.
predefinedSeverities - the severities that were pre-computed, prior to the warning suppression.
Returns:
the severties.