public abstract class ClassInfo
extends Object
- 作者:
- TODAY
2019-09-03 19:33
-
构造器详细资料
-
ClassInfo
protected ClassInfo()
-
方法详细资料
-
getType
public abstract Type getType()
-
getSuperType
public abstract Type getSuperType()
-
getInterfaces
public abstract Type[] getInterfaces()
-
getModifiers
public abstract int getModifiers()
-
-
-
-