Package codechicken.mixin.util
Class ReflectionClassInfo.ReflectionMethodInfo
java.lang.Object
codechicken.mixin.util.ReflectionClassInfo.ReflectionMethodInfo
- All Implemented Interfaces:
MethodInfo
- Enclosing class:
- ReflectionClassInfo
-
Method Details
-
getOwner
- Specified by:
getOwnerin interfaceMethodInfo
-
getName
- Specified by:
getNamein interfaceMethodInfo
-
getDesc
- Specified by:
getDescin interfaceMethodInfo
-
getExceptions
- Specified by:
getExceptionsin interfaceMethodInfo
-
isPrivate
public boolean isPrivate()- Specified by:
isPrivatein interfaceMethodInfo
-
isAbstract
public boolean isAbstract()- Specified by:
isAbstractin interfaceMethodInfo
-