org.codehaus.jam.mutable
Interface MConstructor

All Superinterfaces:
JAnnotatedElement, JConstructor, JElement, JInvokable, JMember, MAnnotatedElement, MElement, MInvokable, MMember

public interface MConstructor
extends JConstructor, MInvokable

Mutable version of JConstructor.

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

Method Summary
 
Methods inherited from interface org.codehaus.jam.JConstructor
getQualifiedName
 
Methods inherited from interface org.codehaus.jam.mutable.MInvokable
addException, addException, addNewParameter, getMutableParameters, removeException, removeException, removeParameter
 
Methods inherited from interface org.codehaus.jam.JInvokable
getExceptionTypes, getParameters
 
Methods inherited from interface org.codehaus.jam.mutable.MMember
setModifiers
 
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, getSimpleName, getSourcePosition, isSourceAvailable, toString