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 |
isConstructor() |
getConstant, getContainingClass, getDescriptor, getGenericReturnType, getName, getSignature, getType, isDeprecated, setConstant, setDeprecated, toString
getAccess, getAnnotations, getClazz, getOwnerType, isAbstract, isEnum, isFinal, isInterface, isNative, isPrivate, isProtected, isPublic, isStatic, isSynthetic, isTransient, isVolatile
public boolean isConstructor()
public Descriptors.TypeRef[] getPrototype()
getPrototype
in class Clazz.FieldDef
Copyright © 2015 aQute SARL. All rights reserved.