org.codehaus.jam.mutable
Interface MMember

All Superinterfaces:
JAnnotatedElement, JElement, JMember, MAnnotatedElement, MElement
All Known Subinterfaces:
MClass, MConstructor, MField, MInvokable, MMethod, MParameter

public interface MMember
extends MAnnotatedElement, JMember

Mutable version of JMember.

Author:
Patrick Calahan <email: pcal-at-bea-dot-com>

Method Summary
 void setModifiers(int modifiers)
           
 
Methods inherited from interface org.codehaus.jam.mutable.MAnnotatedElement
addLiteralAnnotation, createComment, findOrCreateAnnotation, getMutableAnnotation, getMutableAnnotations, getMutableComment, removeComment
 
Methods inherited from interface org.codehaus.jam.mutable.MElement
accept, createSourcePosition, getClassLoader, getMutableSourcePosition, removeSourcePosition, setArtifact, setSimpleName
 
Methods inherited from interface org.codehaus.jam.JMember
getContainingClass, getModifiers, isPackagePrivate, isPrivate, isProtected, isPublic
 
Methods inherited from interface org.codehaus.jam.JAnnotatedElement
getAllJavadocTags, getAnnotation, getAnnotation, getAnnotations, getAnnotationValue, getComment
 
Methods inherited from interface org.codehaus.jam.JElement
accept, getArtifact, getParent, getQualifiedName, getSimpleName, getSourcePosition, isSourceAvailable, toString
 

Method Detail

setModifiers

void setModifiers(int modifiers)