Class ConstructorImpl
- java.lang.Object
 - 
- org.apache.xmlbeans.impl.jam.internal.elements.ElementImpl
 - 
- org.apache.xmlbeans.impl.jam.internal.elements.AnnotatedElementImpl
 - 
- org.apache.xmlbeans.impl.jam.internal.elements.MemberImpl
 - 
- org.apache.xmlbeans.impl.jam.internal.elements.InvokableImpl
 - 
- org.apache.xmlbeans.impl.jam.internal.elements.ConstructorImpl
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 java.lang.Comparable,JAnnotatedElement,JConstructor,JElement,JInvokable,JMember,MAnnotatedElement,MConstructor,MElement,MInvokable,MMember
public final class ConstructorImpl extends InvokableImpl implements MConstructor
 
- 
- 
Field Summary
- 
Fields inherited from class org.apache.xmlbeans.impl.jam.internal.elements.ElementImpl
NO_ANNOTATION, NO_CLASS, NO_COMMENT, NO_CONSTRUCTOR, NO_FIELD, NO_METHOD, NO_NODE, NO_PACKAGE, NO_PARAMETER, NO_PROPERTY 
 - 
 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JVisitor visitor)Accepts the given visitor.voidaccept(MVisitor visitor)java.lang.StringgetQualifiedName()Returns a qualified name for this abstraction.- 
Methods inherited from class org.apache.xmlbeans.impl.jam.internal.elements.InvokableImpl
addException, addException, addNewParameter, addUnqualifiedException, getExceptionTypes, getMutableParameters, getParameters, removeException, removeException, removeParameter, setUnqualifiedThrows 
- 
Methods inherited from class org.apache.xmlbeans.impl.jam.internal.elements.MemberImpl
getContainingClass, getModifiers, isPackagePrivate, isPrivate, isProtected, isPublic, setModifiers 
- 
Methods inherited from class org.apache.xmlbeans.impl.jam.internal.elements.AnnotatedElementImpl
addAnnotationForProxy, addLiteralAnnotation, createComment, findOrCreateAnnotation, getAllJavadocTags, getAnnotation, getAnnotation, getAnnotationProxy, getAnnotations, getAnnotationValue, getComment, getEditableProxy, getMutableAnnotation, getMutableAnnotations, getMutableComment, removeAnnotation, removeComment 
- 
Methods inherited from class org.apache.xmlbeans.impl.jam.internal.elements.ElementImpl
compareTo, createSourcePosition, defaultName, equals, getArtifact, getClassLoader, getContext, getMutableSourcePosition, getParent, getSimpleName, getSourcePosition, hashCode, removeSourcePosition, setArtifact, setSimpleName, toString 
- 
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
getArtifact, getParent, getSimpleName, getSourcePosition, toString 
- 
Methods inherited from interface org.apache.xmlbeans.impl.jam.JInvokable
getExceptionTypes, getParameters 
- 
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
createSourcePosition, getClassLoader, getMutableSourcePosition, removeSourcePosition, setArtifact, setSimpleName 
- 
Methods inherited from interface org.apache.xmlbeans.impl.jam.mutable.MInvokable
addException, addException, addNewParameter, getMutableParameters, removeException, removeException, removeParameter 
- 
Methods inherited from interface org.apache.xmlbeans.impl.jam.mutable.MMember
setModifiers 
 - 
 
 - 
 
- 
- 
Method Detail
- 
accept
public void accept(JVisitor visitor)
Description copied from interface:JElementAccepts the given visitor.
 
- 
getQualifiedName
public java.lang.String getQualifiedName()
Description copied from interface:JElementReturns a qualified name for this abstraction. The exact format of this name depends on the particular abstraction. Please refer to the documentation for each JElement subclass for a detailed description of the qualified name formats.
- Specified by:
 getQualifiedNamein interfaceJConstructor- Specified by:
 getQualifiedNamein interfaceJElement- Overrides:
 getQualifiedNamein classInvokableImpl
 
 - 
 
 -