public class ClassInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
byte[] |
bytes
bytecode for the class
|
java.lang.String |
className
fully qualified classname in a format suitable for Class.forName
|
| Constructor and Description |
|---|
ClassInfo(java.lang.String aClassName,
byte[] aBytes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
java.lang.String |
toString() |