Class ArrayCloneMethod
java.lang.Object
net.covers1624.coffeegrinder.type.Method
net.covers1624.coffeegrinder.type.ArrayCloneMethod
- All Implemented Interfaces:
ITypeParameterizedMember
Created by covers1624 on 21/12/23.
-
Nested Class Summary
Nested classes/interfaces inherited from class net.covers1624.coffeegrinder.type.Method
Method.Annotations -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.covers1624.coffeegrinder.type.Method
getAccessor, getAnnotations, getFullName, isAbstract, isBridge, isNative, isStatic, isSynthetic, 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
getTypeParameterCount, hasTypeParameters
-
Constructor Details
-
ArrayCloneMethod
-
-
Method Details
-
getTypeParameters
-
getDeclaringClass
- Specified by:
getDeclaringClassin classMethod
-
getName
-
getReturnType
- Specified by:
getReturnTypein classMethod
-
getParameters
- Specified by:
getParametersin classMethod
-
getExceptions
- Specified by:
getExceptionsin classMethod
-
getAccessFlags
- Specified by:
getAccessFlagsin classMethod
-
getDescriptor
public org.objectweb.asm.Type getDescriptor()- Specified by:
getDescriptorin classMethod
-
getDefaultAnnotationValue
- Specified by:
getDefaultAnnotationValuein classMethod
-
getDeclaration
- Specified by:
getDeclarationin classMethod
-
asRaw
-
isConstructor
public boolean isConstructor()- Specified by:
isConstructorin classMethod
-