|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AnnotationAdapter
Adapt a Java annotation with a simple-to-use interface. Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves. This interface is not intended to be implemented by clients.
Method Summary | |
---|---|
org.eclipse.jdt.core.dom.Annotation |
getAnnotation(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
Given the specified compilation unit, return the value of the adapter's annotation. |
org.eclipse.jdt.core.dom.ASTNode |
getAstNode(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
Return the AST node corresponding to the annotation. |
void |
newMarkerAnnotation()
Build a new marker annotation, replacing the original annotation if present. |
void |
newNormalAnnotation()
Build a new normal annotation, replacing the original annotation if present. |
void |
newSingleMemberAnnotation()
Build a new single member annotation, replacing the original annotation if present. |
void |
removeAnnotation()
Remove the annotation. |
Method Detail |
---|
org.eclipse.jdt.core.dom.Annotation getAnnotation(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
#getAnnotation()
void newMarkerAnnotation()
void newSingleMemberAnnotation()
void newNormalAnnotation()
void removeAnnotation()
org.eclipse.jdt.core.dom.ASTNode getAstNode(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
#getAstNode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |