Module jdk.jdi
Package com.sun.jdi

Interface Locatable

所有已知的子接口:
AccessWatchpointEvent, BreakpointEvent, BreakpointRequest, ExceptionEvent, LocatableEvent, Method, MethodEntryEvent, MethodExitEvent, ModificationWatchpointEvent, MonitorContendedEnteredEvent, MonitorContendedEnterEvent, MonitorWaitedEvent, MonitorWaitEvent, StackFrame, StepEvent, WatchpointEvent

public interface Locatable
具有Location的镜像。
自版本:
1.3
  • Method Summary

    Modifier and Type
    Method
    Description
    返回此镜像的Location,如果与之关联可执行代码。
  • Method Details

    • location

      Location location()
      返回此镜像的Location,如果与之关联可执行代码。请注意,Java编程语言方法和本地方法都具有可执行代码。对于抽象方法,返回null,因为抽象方法没有可执行代码。
      返回:
      此镜像的Location,如果与之关联可执行代码,则返回null。