Package codechicken.mixin.util
Class ClassNodeInfo.MethodNodeInfo
java.lang.Object
codechicken.mixin.util.ClassNodeInfo.MethodNodeInfo
- All Implemented Interfaces:
MethodInfo
- Enclosing class:
- ClassNodeInfo
-
Constructor Details
-
MethodNodeInfo
public MethodNodeInfo(org.objectweb.asm.tree.MethodNode mNode)
-
-
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
-