Class ValidatorNaming


  • public class ValidatorNaming
    extends java.lang.Object
    Separates the composition of the generated validator classes' names from the template of those classes (which may be specialized by clients), since the name is used in the template of the generated quickfix provider classes, too.
    • Constructor Detail

      • ValidatorNaming

        public ValidatorNaming()
    • Method Detail

      • getValidatorClass

        public TypeReference getValidatorClass​(org.eclipse.xtext.Grammar grammar)
      • getAbstractValidatorClass

        protected TypeReference getAbstractValidatorClass​(org.eclipse.xtext.Grammar grammar)