- 
Constructor SummaryConstructors 
Creates a name/bytecode pair. 
 
 
- 
Method Summary
byte[]
 
The bytecodes for the class. 
 
 
 
 
Methods declared in class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
- 
Constructor Details
- 
ClassBytecodespublic ClassBytecodes(String name,
 byte[] bytecodes) Creates a name/bytecode pair. 
- Parameters:
- name- the class name
- bytecodes- the class bytecodes
 
 
- 
Method Details
- 
bytecodespublic byte[] bytecodes() The bytecodes for the class. 
- Returns:
- the bytecodes
 
- 
nameThe class name. 
- Returns:
- the class name