Uses of Interface
com.sun.jdi.Type
Package
Description
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.
-
Uses of Type in com.sun.jdi
Modifier and TypeInterfaceDescriptioninterface
Provides access to the class of an array and the type of its components in the target VM.interface
The type of all primitiveboolean
values accessed in the target VM.interface
The type of all primitive byte values accessed in the target VM.interface
The type of all primitive char values accessed in the target VM.interface
A mirror of a class in the target VM.interface
The type of all primitive double values accessed in the target VM.interface
The type of all primitive float values accessed in the target VM.interface
The type of all primitiveint
values accessed in the target VM.interface
A mirror of an interface in the target VM.interface
The type of all primitivelong
values accessed in the target VM.interface
The type associated with non-object values in a target VM.interface
The type of an object in a target VM.interface
The type of all primitiveshort
values accessed in the target VM.interface
The type of all primitivevoid
values accessed in the target VM.Modifier and TypeMethodDescriptionArrayType.componentType()
Returns the component type of this array, as specified in the array declaration.Method.returnType()
Returns the return type, as specified in the declaration of this method.Field.type()
Returns the type of this field.LocalVariable.type()
Returns the type of this variable.Value.type()
Returns the run-time type of this value.Modifier and TypeMethodDescriptionMethod.argumentTypes()
Returns a list containing the type of each formal parameter of this method.