public class LogicalContainerAwareFeatureNameValidator extends FeatureNameValidator
IT, SELF, SUPER, THIS
Constructor and Description |
---|
LogicalContainerAwareFeatureNameValidator() |
Modifier and Type | Method and Description |
---|---|
boolean |
isDisallowedName(QualifiedName name)
Returns
true if it is illegal to define the given name. |
isDiscouragedName, isShadowingAllowed
public LogicalContainerAwareFeatureNameValidator()
public boolean isDisallowedName(QualifiedName name)
FeatureNameValidator
true
if it is illegal to define the given name.isDisallowedName
in class FeatureNameValidator
name
- the name that is to-be-defined.true
if the name may not be used.