org.codehaus.jam.mutable
Interface MPackage

All Superinterfaces:
JAnnotatedElement, JElement, JPackage, MAnnotatedElement, MElement

public interface MPackage
extends JPackage, MAnnotatedElement

Mutable version of JPackage.

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

Method Summary
 MClass[] getMutableClasses()
           
 
Methods inherited from interface org.codehaus.jam.JPackage
getClasses
 
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.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

getMutableClasses

MClass[] getMutableClasses()