public abstract class ClassInfo extends Object
| 限定符 | 构造器和说明 |
|---|---|
protected |
ClassInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object o) |
abstract org.objectweb.asm.Type[] |
getInterfaces() |
abstract int |
getModifiers() |
abstract org.objectweb.asm.Type |
getSuperType() |
abstract org.objectweb.asm.Type |
getType() |
int |
hashCode() |
String |
toString() |
Copyright © 2024 fossc. All rights reserved.