public class MultiplyInheritedMethodPlaceholder extends Object
implements clause of a Java class.
There is no corresponding MethodDoc because this placeholder does not
correspond to a declared Java method. An object of this type corresponds to an inherited
method that may be different from the inherited method because of inheritance from the
interfaces implemented by the class. The Frank!Doc needs this placeholder to see that a
derived attribute or config child may differ from the overridden attribute or config child.| Modifier and Type | Method and Description |
|---|---|
FrankAnnotation |
getAnnotation(String name)
This is not a declared method, so it has no declared annotations.
|
FrankAnnotation |
getAnnotationIncludingInherited(String name) |
FrankAnnotation[] |
getAnnotations()
This is not a declared method, so it has no declared annotations.
|
FrankClass |
getDeclaringClass() |
String |
getJavaDoc()
This is not a declared method, so it has no declared JavaDoc.
|
String |
getJavaDocIncludingInherited() |
String |
getJavaDocTag(String tagName)
This is not a declared method, so it has no declared JavaDoc tags.
|
String |
getJavaDocTagIncludingInherited(String tagName) |
String |
getName() |
int |
getParameterCount() |
FrankType[] |
getParameterTypes() |
FrankType |
getReturnType()
If the return type is void, return a
FrankPrimitiveType wrapping "void". |
String |
getSignature() |
boolean |
isMultiplyInheritedPlaceholder() |
boolean |
isPublic() |
boolean |
isVarargs() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoStringImplpublic boolean isMultiplyInheritedPlaceholder()
public String getSignature()
public FrankAnnotation[] getAnnotations()
public FrankAnnotation getAnnotation(String name)
getAnnotationIncludingInherited() which is
inherited from FrankMethodDocletBase.public FrankType getReturnType()
FrankMethodFrankPrimitiveType wrapping "void".public int getParameterCount()
public FrankType[] getParameterTypes()
public boolean isVarargs()
public String getJavaDoc()
getJavaDocIncludingInherited()
which is inherited from FrankMethodDocletBase.public String getJavaDocTag(String tagName)
getJavaDocTagIncludingInherited() which is
inherited from FrankMethodDocletBase.public String getName()
public boolean isPublic()
public FrankClass getDeclaringClass()
getDeclaringClass in interface FrankMethodpublic FrankAnnotation getAnnotationIncludingInherited(String name) throws FrankDocException
getAnnotationIncludingInherited in interface FrankMethodFrankDocExceptionpublic String getJavaDocIncludingInherited() throws FrankDocException
getJavaDocIncludingInherited in interface FrankMethodFrankDocExceptionpublic String getJavaDocTagIncludingInherited(String tagName) throws FrankDocException
getJavaDocTagIncludingInherited in interface FrankMethodFrankDocExceptionCopyright © 2022 Ibissource.org. All rights reserved.