public abstract class ClassInfo extends Object
Modifier | Constructor | Description |
---|---|---|
protected |
ClassInfo() |
Modifier and Type | Method | Description |
---|---|---|
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 © 2018. All rights reserved.