public interface WatchpointEvent extends LocatableEvent
EventQueue
, VirtualMachine
修飾子と型 | メソッドと説明 |
---|---|
Field |
field()
アクセスまたは変更されるフィールドを返します。
|
ObjectReference |
object()
フィールドがアクセスまたは変更されるオブジェクトを返します。
|
Value |
valueCurrent()
フィールドの現在の値。
|
thread
toString, virtualMachine
Field field()
Field
。ObjectCollectedException
- クラスがガベージコレクトされた場合にスローされることがある。ObjectReference object()
ObjectReference
。Value valueCurrent()
ObjectCollectedException
- オブジェクトまたはクラスがガベージコレクトされた場合。
Copyright © 1999, 2013, Oracle and/or its affiliates. All rights reserved.