Interface MMember
-
- All Superinterfaces:
JAnnotatedElement
,JElement
,JMember
,MAnnotatedElement
,MElement
- All Known Subinterfaces:
MClass
,MConstructor
,MField
,MInvokable
,MMethod
,MParameter
- All Known Implementing Classes:
ArrayClassImpl
,BuiltinClassImpl
,ClassImpl
,ConstructorImpl
,FieldImpl
,InvokableImpl
,MemberImpl
,MethodImpl
,ParameterImpl
,PrimitiveClassImpl
,UnresolvedClassImpl
,VoidClassImpl
public interface MMember extends MAnnotatedElement, JMember
Mutable version of JMember.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setModifiers(int modifiers)
-
Methods inherited from interface org.apache.xmlbeans.impl.jam.JAnnotatedElement
getAllJavadocTags, getAnnotation, getAnnotation, getAnnotationProxy, getAnnotations, getAnnotationValue, getComment
-
Methods inherited from interface org.apache.xmlbeans.impl.jam.JElement
accept, getArtifact, getParent, getQualifiedName, getSimpleName, getSourcePosition, toString
-
Methods inherited from interface org.apache.xmlbeans.impl.jam.JMember
getContainingClass, getModifiers, isPackagePrivate, isPrivate, isProtected, isPublic
-
Methods inherited from interface org.apache.xmlbeans.impl.jam.mutable.MAnnotatedElement
addLiteralAnnotation, createComment, findOrCreateAnnotation, getMutableAnnotation, getMutableAnnotations, getMutableComment, removeComment
-
Methods inherited from interface org.apache.xmlbeans.impl.jam.mutable.MElement
accept, createSourcePosition, getClassLoader, getMutableSourcePosition, removeSourcePosition, setArtifact, setSimpleName
-
-