Type Params | Return Type | Name and description |
---|---|---|
|
String |
flatSignature() |
|
boolean |
isNative() |
|
boolean |
isSynchronized() |
|
boolean |
isVarArgs() |
|
GroovyParameter[] |
parameters() |
|
String |
signature() |
|
GroovyType[] |
thrownExceptionTypes() |
|
GroovyClassDoc[] |
thrownExceptions() |
Methods inherited from class | Name |
---|---|
interface GroovyMemberDoc |
isSynthetic |
interface GroovyProgramElementDoc |
annotations, containingClass, containingPackage, isFinal, isPackagePrivate, isPrivate, isProtected, isPublic, isStatic, modifierSpecifier, modifiers, qualifiedName |
interface GroovyDoc |
commentText, firstSentenceCommentText, getRawCommentText, isAnnotationType, isAnnotationTypeElement, isClass, isConstructor, isDeprecated, isEnum, isEnumConstant, isError, isException, isField, isIncluded, isInterface, isMethod, isOrdinaryClass, name, setRawCommentText |
interface Comparable |
compareTo |