Class LogicalContainerAwareFeatureNameValidator

    • Constructor Detail

      • LogicalContainerAwareFeatureNameValidator

        public LogicalContainerAwareFeatureNameValidator()
    • Method Detail

      • isDisallowedName

        public boolean isDisallowedName​(org.eclipse.xtext.naming.QualifiedName name)
        Description copied from class: FeatureNameValidator
        Returns true if it is illegal to define the given name.
        Overrides:
        isDisallowedName in class FeatureNameValidator
        Parameters:
        name - the name that is to-be-defined.
        Returns:
        true if the name may not be used.