Class RawMethod
java.lang.Object
net.covers1624.coffeegrinder.type.Method
net.covers1624.coffeegrinder.type.RawMethod
- All Implemented Interfaces:
ITypeParameterizedMember
Created by covers1624 on 29/4/22.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.covers1624.coffeegrinder.type.Method
getAccessor, getAnnotationSupplier, getFullName, isAbstract, isBridge, isStatic, isSynthetic, resolveTypeParameter, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface net.covers1624.coffeegrinder.type.ITypeParameterizedMember
hasTypeParameters
-
Constructor Details
-
RawMethod
-
-
Method Details
-
getDescriptor
public org.objectweb.asm.Type getDescriptor()- Specified by:
getDescriptorin classMethod
-
getDefaultAnnotationValue
- Specified by:
getDefaultAnnotationValuein classMethod
-
getDeclaringClass
- Specified by:
getDeclaringClassin classMethod
-
getParameters
- Specified by:
getParametersin classMethod
-
getReturnType
- Specified by:
getReturnTypein classMethod
-
isConstructor
public boolean isConstructor()- Specified by:
isConstructorin classMethod
-
getAccessFlags
- Specified by:
getAccessFlagsin classMethod
-
getExceptions
- Specified by:
getExceptionsin classMethod
-
asRaw
-
getName
-
getTypeParameters
-
getDeclaration
- Specified by:
getDeclarationin classMethod
-