Serializablepublic static final class ExecutionControl.ClassBytecodes extends Object implements Serializable
| Constructor | Description |
|---|---|
ClassBytecodes(String name,
byte[] bytecodes) |
Creates a name/bytecode pair.
|
| Modifier and Type | Method | Description |
|---|---|---|
byte[] |
bytecodes() |
The bytecodes for the class.
|
String |
name() |
The class name.
|
public ClassBytecodes(String name, byte[] bytecodes)
name - the class namebytecodes - the class bytecodespublic byte[] bytecodes()
public String name()
Copyright © 2015, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-Ubuntu+0-9b143-1ubuntu1