Serializable
public 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()
Submit a bug or feature
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 2015, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Debian+0-9b161-1