java.lang.Object
jdk.jshell.spi.ExecutionControl.ClassBytecodes
- All Implemented Interfaces:
- Serializable
- Enclosing interface:
- ExecutionControl
public static final class ExecutionControl.ClassBytecodes extends Object implements Serializable
Bundles class name with class bytecodes.
- See Also:
- Serialized Form
- 
Constructor SummaryConstructors Constructor Description ClassBytecodes(String name, byte[] bytecodes)Creates a name/bytecode pair.
- 
Method Summary
- 
Constructor Details- 
ClassBytecodesCreates a name/bytecode pair.- Parameters:
- name- the class name
- bytecodes- the class bytecodes
 
 
- 
- 
Method Details