Uses of Interface
org.eclipse.xtend.lib.macro.ValidationContext
Packages that use ValidationContext
-
Uses of ValidationContext in org.eclipse.xtend.lib.macro
Methods in org.eclipse.xtend.lib.macro with parameters of type ValidationContextModifier and TypeMethodDescriptionvoidAbstractAnnotationTypeProcessor.doValidate(List<? extends AnnotationTypeDeclaration> annotatedAnnotationTypes, ValidationContext context) voidAbstractAnnotationTypeProcessor.doValidate(AnnotationTypeDeclaration annotatedAnnotationType, ValidationContext context) Invoked by the validatorvoidAbstractClassProcessor.doValidate(List<? extends ClassDeclaration> annotatedClasses, ValidationContext context) voidAbstractClassProcessor.doValidate(ClassDeclaration annotatedClass, ValidationContext context) Invoked by the validatorvoidAbstractConstructorProcessor.doValidate(List<? extends ConstructorDeclaration> annotatedConstructors, ValidationContext context) voidAbstractConstructorProcessor.doValidate(ConstructorDeclaration annotatedConstructor, ValidationContext context) Invoked by the validatorvoidAbstractEnumerationTypeProcessor.doValidate(List<? extends EnumerationTypeDeclaration> annotatedEnumerationTypes, ValidationContext context) voidAbstractEnumerationTypeProcessor.doValidate(EnumerationTypeDeclaration annotatedEnumerationType, ValidationContext context) Invoked by the validatorvoidAbstractFieldProcessor.doValidate(List<? extends FieldDeclaration> annotatedFields, ValidationContext context) voidAbstractFieldProcessor.doValidate(FieldDeclaration annotatedField, ValidationContext context) Invoked by the validatorvoidAbstractInterfaceProcessor.doValidate(List<? extends InterfaceDeclaration> annotatedInterfaces, ValidationContext context) voidAbstractInterfaceProcessor.doValidate(InterfaceDeclaration annotatedInterface, ValidationContext context) Invoked by the validatorvoidAbstractMethodProcessor.doValidate(List<? extends MethodDeclaration> annotatedMethods, ValidationContext context) voidAbstractMethodProcessor.doValidate(MethodDeclaration annotatedMethod, ValidationContext context) Invoked by the validatorvoidValidationParticipant.doValidate(List<? extends T> annotatedTargetElements, ValidationContext context) Invoked by the validator