public interface FrankMethod extends FrankProgramElement
| Modifier and Type | Method and Description |
|---|---|
FrankAnnotation |
getAnnotation(String name) |
FrankAnnotation |
getAnnotationIncludingInherited(String name) |
FrankAnnotation[] |
getAnnotations() |
FrankClass |
getDeclaringClass() |
String |
getJavaDoc() |
String |
getJavaDocIncludingInherited() |
String |
getJavaDocTag(String tagName) |
String |
getJavaDocTagIncludingInherited(String tagName) |
int |
getParameterCount() |
FrankType[] |
getParameterTypes() |
FrankType |
getReturnType()
If the return type is void, return a
FrankPrimitiveType wrapping "void". |
String |
getSignature() |
boolean |
isMultiplyInheritedPlaceholder() |
boolean |
isVarargs() |
default String |
toStringImpl() |
getName, isPublicboolean isMultiplyInheritedPlaceholder()
String getSignature()
FrankAnnotation[] getAnnotations()
FrankAnnotation getAnnotation(String name)
FrankClass getDeclaringClass()
FrankType getReturnType()
FrankPrimitiveType wrapping "void".int getParameterCount()
FrankType[] getParameterTypes()
boolean isVarargs()
FrankAnnotation getAnnotationIncludingInherited(String name) throws FrankDocException
FrankDocExceptionString getJavaDoc()
String getJavaDocIncludingInherited() throws FrankDocException
FrankDocExceptionString getJavaDocTagIncludingInherited(String tagName) throws FrankDocException
FrankDocExceptiondefault String toStringImpl()
Copyright © 2022 Ibissource.org. All rights reserved.