MethodInfo |
RecordComponentInfo.accessor() |
Returns the accessor method corresponding to this record component.
|
MethodInfo |
AnnotationTarget.asMethod() |
Casts and returns this target as a MethodInfo if it is of kind METHOD
|
MethodInfo |
ClassInfo.asMethod() |
|
MethodInfo |
FieldInfo.asMethod() |
|
MethodInfo |
MethodInfo.asMethod() |
|
MethodInfo |
MethodParameterInfo.asMethod() |
|
MethodInfo |
RecordComponentInfo.asMethod() |
|
MethodInfo |
TypeTarget.asMethod() |
|
static MethodInfo |
MethodInfo.create(ClassInfo clazz,
String name,
String[] parameterNames,
Type[] args,
Type returnType,
short flags,
TypeVariable[] typeParameters,
Type[] exceptions) |
Construct a new mock Method instance.
|
static MethodInfo |
MethodInfo.create(ClassInfo clazz,
String name,
Type[] args,
Type returnType,
short flags) |
Construct a new mock Method instance.
|
static MethodInfo |
MethodInfo.create(ClassInfo clazz,
String name,
Type[] args,
Type returnType,
short flags,
TypeVariable[] typeParameters,
Type[] exceptions) |
Construct a new mock Method instance.
|
MethodInfo |
MethodParameterTypeTarget.enclosingTarget() |
|
MethodInfo |
ThrowsTypeTarget.enclosingTarget() |
|
MethodInfo |
ClassInfo.firstMethod(String name) |
Retrieves the "first" occurrence of a method by the given name.
|
MethodInfo |
ClassInfo.method(String name,
Type... parameters) |
Retrieves a method based on its signature, which includes a method name and an argument list.
|
MethodInfo |
MethodParameterInfo.method() |
Returns the method this parameter belongs to.
|