Package codechicken.mixin.util
Class ReflectionClassInfo
java.lang.Object
codechicken.mixin.util.ClassInfo
codechicken.mixin.util.ReflectionClassInfo
Created by covers1624 on 2/11/20.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class codechicken.mixin.util.ClassInfo
mixinCompiler -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class codechicken.mixin.util.ClassInfo
concreteParent, findPublicImpl, findPublicParentImpl, getAllMethods, getModuleName, getParentMethods, inheritsFrom
-
Constructor Details
-
ReflectionClassInfo
-
-
Method Details
-
getName
-
isInterface
public boolean isInterface()- Specified by:
isInterfacein classClassInfo
-
getSuperClass
- Specified by:
getSuperClassin classClassInfo
-
getInterfaces
- Specified by:
getInterfacesin classClassInfo
-
getMethods
- Specified by:
getMethodsin classClassInfo
-