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