public class BloatReferenceProvider extends java.lang.Object implements ReferenceProvider
| Constructor and Description |
|---|
BloatReferenceProvider() |
| Modifier and Type | Method and Description |
|---|---|
FieldRef |
forBloatField(MemberRef field) |
MethodRef |
forBloatMethod(MemberRef method) |
TypeRef |
forBloatType(Type type) |
MethodRef |
forMethod(java.lang.reflect.Method method) |
MethodRef |
forMethod(TypeRef declaringType,
java.lang.String methodName,
TypeRef[] parameterTypes,
TypeRef returnType) |
TypeRef |
forType(java.lang.Class type) |
public MethodRef forMethod(TypeRef declaringType, java.lang.String methodName, TypeRef[] parameterTypes, TypeRef returnType)
forMethod in interface ReferenceProviderpublic TypeRef forType(java.lang.Class type)
forType in interface ReferenceProviderpublic MethodRef forMethod(java.lang.reflect.Method method)
forMethod in interface ReferenceProvider