io.sarl.lang.validation
Class DefaultFeatureCallValidator
All Superinterfaces:
IFeatureCallValidator
class DefaultFeatureCallValidator
extends java.lang.Object
implements IFeatureCallValidator
Validator of the feature calls.
Maven Group Identifier:
io.sarl.lang
Maven Artifact Identifier:
compiler
Constructor Summary
Constructor and description
new
Construct the validator.
Action Summary
Modifier and type Action and description
boolean isDisallowedCall(XAbstractFeatureCall)
boolean isDiscouragedCall(XAbstractFeatureCall)
Constructor Details
new
new
Construct the validator.
Action Details
isDisallowedCall(XAbstractFeatureCall)
def isDisallowedCall(XAbstractFeatureCall) : boolean
isDiscouragedCall(XAbstractFeatureCall)
def isDiscouragedCall(XAbstractFeatureCall) : boolean