Uses of Interface
com.sun.jdi.Mirror
-
Packages that use Mirror 软件包 描述 com.sun.jdi 这是Java调试接口(JDI)的核心包,它定义了值,类型和目标VirtualMachine本身的镜像以及自举设备。com.sun.jdi.event 该包定义了JDI事件和事件处理。com.sun.jdi.request 该包用于请求在指定条件下发送JDI事件。 -
-
Uses of Mirror in com.sun.jdi
Subinterfaces of Mirror in com.sun.jdi Modifier and Type 接口 描述 interface
ArrayReference
提供对目标虚拟机中数组对象及其组件的访问。interface
ArrayType
提供对数组类的访问及其在目标虚拟机中的组件类型。interface
BooleanType
在目标VM中访问的所有原始boolean
类型。interface
BooleanValue
提供对目标VM中原始数据boolean
访问权限。interface
ByteType
在目标VM中访问的所有原始字节值的类型。interface
ByteValue
提供对目标虚拟机中基元byte
值的访问。interface
CharType
在目标虚拟机中访问的所有原始字符值的类型。interface
CharValue
提供对目标虚拟机char
语char
值的访问。interface
ClassLoaderReference
来自目标VM的类加载器对象。interface
ClassObjectReference
来自目标VM的java.lang.Class实例。interface
ClassType
目标VM中的类的镜像。interface
DoubleType
在目标VM中访问的所有原始双值的类型。interface
DoubleValue
提供对目标VMdouble
语double
值的访问。interface
Field
目标VM中的类或实例变量。interface
FloatType
在目标VM中访问的所有原始浮点值的类型。interface
FloatValue
提供对目标VMfloat
语float
值的访问。interface
IntegerType
在目标VM中访问的所有原始int
类型。interface
IntegerValue
提供对目标VMint
语int
值的访问。interface
InterfaceType
目标虚拟机中的接口的镜像。interface
LocalVariable
目标VM中的局部变量。interface
Location
目标VM的执行代码中的一个点。interface
LongType
在目标虚拟机中访问的所有原始long
的类型long
。interface
LongValue
提供对目标VMlong
语long
值的访问。interface
方法
目标VM中的静态或实例方法。interface
ModuleReference
目标虚拟机中的一个模块。interface
MonitorInfo
有关线程拥有的监视器的信息。interface
ObjectReference
当前存在于目标VM中的对象。interface
PathSearchingVirtualMachine
通过路径搜索类的虚拟机interface
PrimitiveType
与目标VM中的非对象值相关联的类型。interface
PrimitiveValue
分配给目标VM中的原始类型的字段或变量的值。interface
ReferenceType
目标虚拟机中对象的类型。interface
ShortType
在目标VM中访问的所有原语short
值的类型。interface
ShortValue
提供对目标VM中原始值short
值的访问。interface
StackFrame
线程调用堆栈上的一种方法调用的状态。interface
StringReference
来自目标VM的字符串对象。interface
ThreadGroupReference
来自目标VM的线程组对象。interface
ThreadReference
来自目标VM的线程对象。interface
Type
目标VM中类型的镜像。interface
TypeComponent
在用户定义的类型(类或接口)内声明的实体。interface
Value
目标VM中的值的镜像。interface
VirtualMachine
用于调试的虚拟机。interface
VoidType
在目标虚拟机中访问的所有原始void
类型。interface
VoidValue
提供对目标VMvoid
语void
值的访问。 -
Uses of Mirror in com.sun.jdi.event
Subinterfaces of Mirror in com.sun.jdi.event Modifier and Type 接口 描述 interface
AccessWatchpointEvent
通知目标VM中的现场访问。interface
BreakpointEvent
通知目标VM中的断点。interface
ClassPrepareEvent
在目标虚拟机中通知类准备。interface
ClassUnloadEvent
在目标VM中卸载类的通知。interface
Event
调试器感兴趣的目标虚拟机中的一个事件。interface
EventQueue
目标虚拟机的调试器事件管理器。interface
EventSet
可以在给定时间由目标VirtualMachine
创建几个Event
个对象。interface
ExceptionEvent
通知目标VM中的异常。interface
LocatableEvent
具有位置和线程的事件的抽象超界面。interface
MethodEntryEvent
在目标虚拟机中通知方法调用。interface
MethodExitEvent
在目标VM中返回方法的通知。interface
ModificationWatchpointEvent
通知目标VM中的字段修改。interface
MonitorContendedEnteredEvent
通知目标VM中的线程等待其他线程释放后进入监视器。interface
MonitorContendedEnterEvent
通知目标虚拟机中的线程正在尝试进入已被另一个线程获取的监视器。interface
MonitorWaitedEvent
通知目标VM中的线程已经完成等待监视器对象。interface
MonitorWaitEvent
通知目标VM中的线程即将等待监视器对象。interface
StepEvent
通知目标VM中的步骤完成。interface
ThreadDeathEvent
在目标虚拟机中通知已完成的线程。interface
ThreadStartEvent
在目标虚拟机中通知新运行的线程。interface
VMDeathEvent
目标VM终止通知。interface
VMDisconnectEvent
断开目标VM的通知。interface
VMStartEvent
通知初始化目标虚拟机。interface
WatchpointEvent
通知目标VM中线程遇到的字段触发事件。 -
Uses of Mirror in com.sun.jdi.request
Subinterfaces of Mirror in com.sun.jdi.request Modifier and Type 接口 描述 interface
AccessWatchpointRequest
在目标虚拟机中访问字段的内容时请求通知。interface
BreakpointRequest
标识目标虚拟机中应停止执行的Location
。interface
ClassPrepareRequest
在目标虚拟机中准备课程时请求通知。interface
ClassUnloadRequest
在目标虚拟机中卸载类时请求通知。interface
EventRequest
表示通知事件的请求。interface
EventRequestManager
管理创建和删除EventRequest
s。interface
ExceptionRequest
在目标虚拟机发生异常时请求通知。interface
MethodEntryRequest
在目标虚拟机中调用方法时请求通知。interface
MethodExitRequest
当方法在目标虚拟机中返回时请求通知。interface
ModificationWatchpointRequest
设置字段时请求通知。interface
MonitorContendedEnteredRequest
在等待其他线程释放之后,请求目标VM中的线程通知进入监视器。interface
MonitorContendedEnterRequest
请求在目标VM中尝试进入另一个线程已经获取的监视器的线程的通知。interface
MonitorWaitedRequest
当目标虚拟机中的线程已经完成等待监视对象时,请求通知。interface
MonitorWaitRequest
当目标虚拟机中的线程即将等待监视对象时,请求通知。interface
StepRequest
在目标虚拟机中发生步骤时请求通知。interface
ThreadDeathRequest
线程在目标虚拟机中终止时请求通知。interface
ThreadStartRequest
线程在目标虚拟机中启动执行时请求通知。interface
VMDeathRequest
当目标VM终止时请求通知。interface
WatchpointRequest
标识正在观看的目标虚拟机中的Field
。
-