Package | Description |
---|---|
org.eclipse.incquery.patternlanguage.annotations | |
org.eclipse.incquery.patternlanguage.annotations.impl |
Modifier and Type | Method and Description |
---|---|
IPatternAnnotationValidator |
PatternAnnotationProvider.getValidator(java.lang.String annotationName)
Returns a pattern annotation validator for a selected annotation name
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,IPatternAnnotationValidator> |
IAnnotationValidatorLoader.getKnownValidators()
Returns all known annotation validators
|
java.util.Map<java.lang.String,IPatternAnnotationValidator> |
ExtensionBasedAnnotationValidatorLoader.getKnownValidators() |
Modifier and Type | Class and Description |
---|---|
class |
PatternAnnotationValidator
A type-safe wrapper created from a pattern annotation extension point together with validation-related methods.
|