public class Clazz.MethodDef extends Clazz.FieldDef
constant, deprecated, descriptor, name, signature
access, annotations
Constructor and Description |
---|
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, toString
addAnnotation, getAccess, getAnnotations, getClazz, getOwnerType, isAbstract, isEnum, isFinal, isInterface, isNative, isPrivate, isProtected, isPublic, isStatic, isSynthetic, isTransient, isVolatile
public MethodDef(int access, java.lang.String method, java.lang.String descriptor)
public boolean isConstructor()
public Descriptors.TypeRef[] getPrototype()
getPrototype
in class Clazz.FieldDef
public boolean isBridge()