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 Summary
Constructors Constructor Description ClassBytecodes(String name, byte[] bytecodes)
Creates a name/bytecode pair. -
Method Summary
-
Constructor Details
-
ClassBytecodes
Creates a name/bytecode pair.- Parameters:
name
- the class namebytecodes
- the class bytecodes
-
-
Method Details