|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MAnnotatedElement
Mutable version of JAnnotatedElement.
Method Summary | |
---|---|
MAnnotation |
addLiteralAnnotation(java.lang.String annotationName)
|
MComment |
createComment()
|
MAnnotation |
findOrCreateAnnotation(java.lang.String annotationName)
Returns the annotation having the given name, creating it if it doesn't exist. |
MAnnotation |
getMutableAnnotation(java.lang.String named)
|
MAnnotation[] |
getMutableAnnotations()
|
MComment |
getMutableComment()
|
void |
removeComment()
|
Methods inherited from interface org.codehaus.jam.mutable.MElement |
---|
accept, createSourcePosition, getClassLoader, getMutableSourcePosition, removeSourcePosition, setArtifact, setSimpleName |
Methods inherited from interface org.codehaus.jam.JElement |
---|
accept, getArtifact, getParent, getQualifiedName, getSimpleName, getSourcePosition, toString |
Methods inherited from interface org.codehaus.jam.JAnnotatedElement |
---|
getAllJavadocTags, getAnnotation, getAnnotation, getAnnotationProxy, getAnnotations, getAnnotationValue, getComment |
Methods inherited from interface org.codehaus.jam.JElement |
---|
accept, getArtifact, getParent, getQualifiedName, getSimpleName, getSourcePosition, toString |
Method Detail |
---|
MAnnotation findOrCreateAnnotation(java.lang.String annotationName)
MAnnotation[] getMutableAnnotations()
MAnnotation getMutableAnnotation(java.lang.String named)
MAnnotation addLiteralAnnotation(java.lang.String annotationName)
MComment getMutableComment()
MComment createComment()
void removeComment()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |