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 |
ArrayType |
Provides access to the class of an array and the type of
its components in the target VM.
|
interface |
ClassType |
A mirror of a class in the target VM.
|
interface |
Field |
A class or instance variable in the target VM.
|
interface |
InterfaceType |
A mirror of an interface in the target VM.
|
interface |
Method |
A static or instance method in the target VM.
|
interface |
ReferenceType |
The type of an object in a target VM.
|
interface |
TypeComponent |
An entity declared within a user defined
type (class or interface).
|
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, 2016, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Debian+0-9b148-1