Package codechicken.mixin.util
Class ClassInfo
java.lang.Object
codechicken.mixin.util.ClassInfo
- Direct Known Subclasses:
ClassNodeInfo,ReflectionClassInfo
Created by covers1624 on 2/11/20.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable ClassInfo@Nullable MethodInfofindPublicImpl(String name, String desc) @Nullable MethodInfofindPublicParentImpl(String name, String desc) net.covers1624.quack.collection.FastStream<MethodInfo>abstract Iterable<MethodInfo>abstract StringgetName()net.covers1624.quack.collection.FastStream<MethodInfo>abstract @Nullable ClassInfobooleaninheritsFrom(String parentName) abstract boolean
-
Field Details
-
mixinCompiler
-
-
Constructor Details
-
ClassInfo
-
-
Method Details
-
getName
-
isInterface
public abstract boolean isInterface() -
getSuperClass
-
getInterfaces
-
getMethods
-
getParentMethods
-
getAllMethods
-
findPublicImpl
-
findPublicParentImpl
-
concreteParent
-
inheritsFrom
-
getModuleName
-