public class Clazz.MethodDef extends Clazz.FieldDef
| Constructor and Description |
|---|
Clazz.MethodDef(int access,
java.lang.String method,
java.lang.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 Clazz.MethodDef(int access,
java.lang.String method,
java.lang.String descriptor)
public boolean isConstructor()
public Descriptors.TypeRef[] getPrototype()
getPrototype in class Clazz.FieldDefpublic boolean isBridge()
Copyright (c) aQute SARL (2000, 2017) and others. All Rights Reserved.