| Package | Description |
|---|---|
| org.eclipse.xtend.lib.macro |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractAnnotationTypeProcessor.doValidate(AnnotationTypeDeclaration annotatedAnnotationType,
ValidationContext context)
Invoked by the validator
|
void |
AbstractClassProcessor.doValidate(ClassDeclaration annotatedClass,
ValidationContext context)
Invoked by the validator
|
void |
AbstractConstructorProcessor.doValidate(ConstructorDeclaration annotatedConstructor,
ValidationContext context)
Invoked by the validator
|
void |
AbstractEnumerationTypeProcessor.doValidate(EnumerationTypeDeclaration annotatedEnumerationType,
ValidationContext context)
Invoked by the validator
|
void |
AbstractFieldProcessor.doValidate(FieldDeclaration annotatedField,
ValidationContext context)
Invoked by the validator
|
void |
AbstractInterfaceProcessor.doValidate(InterfaceDeclaration annotatedInterface,
ValidationContext context)
Invoked by the validator
|
void |
AbstractAnnotationTypeProcessor.doValidate(List<? extends AnnotationTypeDeclaration> annotatedAnnotationTypes,
ValidationContext context) |
void |
AbstractClassProcessor.doValidate(List<? extends ClassDeclaration> annotatedClasses,
ValidationContext context) |
void |
AbstractConstructorProcessor.doValidate(List<? extends ConstructorDeclaration> annotatedConstructors,
ValidationContext context) |
void |
AbstractEnumerationTypeProcessor.doValidate(List<? extends EnumerationTypeDeclaration> annotatedEnumerationTypes,
ValidationContext context) |
void |
AbstractFieldProcessor.doValidate(List<? extends FieldDeclaration> annotatedFields,
ValidationContext context) |
void |
AbstractInterfaceProcessor.doValidate(List<? extends InterfaceDeclaration> annotatedInterfaces,
ValidationContext context) |
void |
AbstractMethodProcessor.doValidate(List<? extends MethodDeclaration> annotatedMethods,
ValidationContext context) |
void |
ValidationParticipant.doValidate(List<? extends T> annotatedTargetElements,
ValidationContext context)
Invoked by the validator
|
void |
AbstractMethodProcessor.doValidate(MethodDeclaration annotatedMethod,
ValidationContext context)
Invoked by the validator
|
Copyright © 2015. All Rights Reserved.