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 |
BooleanType |
The type of all primitive
boolean values
accessed in the target VM. |
interface |
ByteType |
The type of all primitive byte values accessed in
the target VM.
|
interface |
CharType |
The type of all primitive char values accessed in
the target VM.
|
interface |
DoubleType |
The type of all primitive double values accessed in
the target VM.
|
interface |
FloatType |
The type of all primitive float values accessed in
the target VM.
|
interface |
IntegerType |
The type of all primitive
int values
accessed in the target VM. |
interface |
LongType |
The type of all primitive
long values
accessed in the target VM. |
interface |
ShortType |
The type of all primitive
short values
accessed 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-Ubuntu+0-9b159-1ubuntu1