public class AnnotationsImpl extends Object implements Annotations
| Constructor and Description |
|---|
AnnotationsImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
annotatedPropertyName(org.eclipse.jdt.core.dom.MethodDeclaration node) |
String |
annotatedRenaming(org.eclipse.jdt.core.dom.BodyDeclaration node) |
org.eclipse.jdt.core.dom.TagElement |
effectiveAnnotationFor(org.eclipse.jdt.core.dom.BodyDeclaration node,
String annotation) |
public org.eclipse.jdt.core.dom.TagElement effectiveAnnotationFor(org.eclipse.jdt.core.dom.BodyDeclaration node,
String annotation)
effectiveAnnotationFor in interface Annotationspublic String annotatedPropertyName(org.eclipse.jdt.core.dom.MethodDeclaration node)
annotatedPropertyName in interface Annotationspublic String annotatedRenaming(org.eclipse.jdt.core.dom.BodyDeclaration node)
annotatedRenaming in interface AnnotationsCopyright © 2014. All Rights Reserved.