Package | Description |
---|---|
com.sun.jdi |
This is the core package of the Java Debug
Interface (JDI), it defines mirrors for values, types, and the target
VirtualMachine itself - as well bootstrapping facilities.
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
BooleanValue |
Provides access to a primitive
boolean value in
the target VM. |
interface |
ByteValue |
Provides access to a primitive
byte value in the target VM. |
interface |
CharValue |
Provides access to a primitive
char value in
the target VM. |
interface |
DoubleValue |
Provides access to a primitive
double value in
the target VM. |
interface |
FloatValue |
Provides access to a primitive
float value in
the target VM. |
interface |
IntegerValue |
Provides access to a primitive
int value in
the target VM. |
interface |
LongValue |
Provides access to a primitive
long value in
the target VM. |
interface |
ShortValue |
Provides access to a primitive
short value in
the target VM. |
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 © 1999, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Debian+0-9b155-1