public class Clazz.MethodDef extends Clazz.FieldDef
| Constructor and Description |
|---|
MethodDef(int access,
String method,
String descriptor)
Deprecated.
|
MethodDef(MethodInfo methodInfo) |
| Modifier and Type | Method and Description |
|---|---|
Stream<Annotation> |
annotations(String binaryNameFilter) |
Object |
getConstant() |
String |
getGenericReturnType() |
Clazz.MethodParameter[] |
getParameters() |
Descriptors.TypeRef[] |
getPrototype() |
String |
getSignature() |
boolean |
isBridge() |
boolean |
isConstructor() |
boolean |
isDeprecated() |
boolean |
isFinal() |
Stream<ParameterAnnotation> |
parameterAnnotations(String binaryNameFilter) |
String |
toString() |
Stream<TypeAnnotation> |
typeAnnotations(String binaryNameFilter) |
getContainingClass, getDescriptor, getName, getType, setConstant, setDeprecatedgetAccess, getAnnotations, getClazz, getOwnerType, isAbstract, isAnnotation, isEnum, isInterface, isModule, isNative, isPrivate, isProtected, isPublic, isStatic, isSynthetic, isTransient, isVolatile@Deprecated public MethodDef(int access, String method, String descriptor)
public MethodDef(MethodInfo methodInfo)
public boolean isConstructor()
public Descriptors.TypeRef[] getPrototype()
getPrototype in class Clazz.FieldDefpublic boolean isBridge()
public String getGenericReturnType()
getGenericReturnType in class Clazz.FieldDefpublic Clazz.MethodParameter[] getParameters()
public Object getConstant()
getConstant in class Clazz.FieldDefpublic Stream<ParameterAnnotation> parameterAnnotations(String binaryNameFilter)
public boolean isDeprecated()
public String getSignature()
public Stream<Annotation> annotations(String binaryNameFilter)
public Stream<TypeAnnotation> typeAnnotations(String binaryNameFilter)
Copyright © 2021. All rights reserved.