Class ExecutionControl.ClassBytecodes
java.lang.Object
jdk.jshell.spi.ExecutionControl.ClassBytecodes
- All Implemented Interfaces:
- Serializable
- Enclosing interface:
- ExecutionControl
Bundles class name with class bytecodes.
- Since:
- 9
- See Also:
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
ClassBytecodesCreates 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
 
- 
name
 
-