public abstract class ClassInfo extends Object
Modifier | Constructor and Description |
---|---|
protected |
ClassInfo() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
abstract Type[] |
getInterfaces() |
abstract int |
getModifiers() |
abstract Type |
getSuperType() |
abstract Type |
getType() |
int |
hashCode() |
String |
toString() |
Copyright © 2018. All rights reserved.