public class Clazz.MethodDef extends Clazz.FieldDef
| Constructor and Description |
|---|
MethodDef(int access,
String method,
String descriptor) |
| Modifier and Type | Method and Description |
|---|---|
Descriptors.TypeRef[] |
getPrototype() |
boolean |
isBridge() |
boolean |
isConstructor() |
getConstant, getContainingClass, getDescriptor, getGenericReturnType, getName, getSignature, getType, isDeprecated, setConstant, setDeprecated, toStringgetAccess, getAnnotations, getClazz, getOwnerType, isAbstract, isEnum, isFinal, isInterface, isNative, isPrivate, isProtected, isPublic, isStatic, isSynthetic, isTransient, isVolatilepublic boolean isConstructor()
public Descriptors.TypeRef[] getPrototype()
getPrototype in class Clazz.FieldDefpublic boolean isBridge()
Copyright © 2019 aQute SARL. All rights reserved.