Class Method
java.lang.Object
net.covers1624.coffeegrinder.type.Method
- All Implemented Interfaces:
ITypeParameterizedMember
- Direct Known Subclasses:
ArrayCloneMethod,AsmMethod,GetClassMethod,ParameterizedMethod,PolymorphicSignatureMethod,RawMethod
Created by covers1624 on 13/4/21.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract MethodasRaw()abstract EnumBitSet<AccessFlag> @Nullable SyntheticAccessorabstract Methodabstract ClassTypeabstract @Nullable Objectabstract org.objectweb.asm.Typeabstract List<ReferenceType> abstract StringgetName()abstract ATypefinal booleanfinal booleanisBridge()abstract booleanfinal booleanisStatic()final boolean@Nullable TypeParameterresolveTypeParameter(String identifier) toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface net.covers1624.coffeegrinder.type.ITypeParameterizedMember
getTypeParameters, hasTypeParameters
-
Constructor Details
-
Method
public Method()
-
-
Method Details
-
getDeclaringClass
-
getName
-
getReturnType
-
getParameters
-
getExceptions
-
getAccessFlags
-
getDescriptor
public abstract org.objectweb.asm.Type getDescriptor() -
getAnnotationSupplier
-
getDefaultAnnotationValue
-
getDeclaration
-
asRaw
-
isConstructor
public abstract boolean isConstructor() -
isStatic
public final boolean isStatic() -
isAbstract
public final boolean isAbstract() -
isSynthetic
public final boolean isSynthetic() -
isBridge
public final boolean isBridge() -
getAccessor
-
resolveTypeParameter
- Specified by:
resolveTypeParameterin interfaceITypeParameterizedMember
-
getFullName
-
toString
-