java.lang.Object
jdk.jshell.spi.ExecutionControl.ClassBytecodes
- 所有已实现的接口:
-
Serializable
- 封装接口:
-
ExecutionControl
将类名与类字节码捆绑在一起。
- 参见:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ClassBytecodes
创建一个名称/字节码对。- 参数:
-
name
- 类名 -
bytecodes
- 类字节码
-
-
Method Details
-
bytecodes
public byte[] bytecodes()类的字节码。- 返回:
- 字节码
-
name
类名。- 返回:
- 类名
-