Modifier and Type | Method and Description |
---|---|
AnnotationParameter |
PatternAnnotationProvider.getAnnotationParameter(Annotation annotation,
java.lang.String parameterName) |
AnnotationParameter |
PatternAnnotationProvider.getAnnotationParameter(java.lang.String annotationName,
java.lang.String parameterName) |
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<AnnotationParameter> |
IPatternAnnotationValidator.getUnknownAttributes(Annotation annotation) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
PatternAnnotationProvider.getDescription(AnnotationParameter parameter) |
java.lang.Class<? extends ValueReference> |
IPatternAnnotationValidator.getExpectedParameterType(AnnotationParameter parameter)
Returns whether a parameter of an annotation is mistyped
|
boolean |
PatternAnnotationProvider.isDeprecated(AnnotationParameter parameter) |
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<AnnotationParameter> |
PatternAnnotationValidator.getUnknownAttributes(Annotation annotation) |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends ValueReference> |
PatternAnnotationValidator.getExpectedParameterType(AnnotationParameter parameter) |
Modifier and Type | Method and Description |
---|---|
AnnotationParameter |
PatternLanguageFactory.createAnnotationParameter()
Returns a new object of class 'Annotation Parameter'.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<AnnotationParameter> |
Annotation.getParameters()
Returns the value of the 'Parameters' containment reference list.
|
Modifier and Type | Class and Description |
---|---|
class |
AnnotationParameterImpl
An implementation of the model object 'Annotation Parameter'.
|
Modifier and Type | Method and Description |
---|---|
AnnotationParameter |
PatternLanguageFactoryImpl.createAnnotationParameter() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<AnnotationParameter> |
AnnotationImpl.getParameters() |
Modifier and Type | Method and Description |
---|---|
T |
PatternLanguageSwitch.caseAnnotationParameter(AnnotationParameter object)
Returns the result of interpreting the object as an instance of 'Annotation Parameter'.
|