public abstract static class Breakpoint.Target
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Breakpoint.Target.ScriptId
A target that refers to a script by its id.
|
static class |
Breakpoint.Target.ScriptName
A target that refers to a script by its name.
|
static interface |
Breakpoint.Target.Visitor<R> |
Constructor and Description |
---|
Target() |
Modifier and Type | Method and Description |
---|---|
abstract <R> R |
accept(Breakpoint.Target.Visitor<R> visitor)
Dispatches call on the actual Target type.
|
public abstract <R> R accept(Breakpoint.Target.Visitor<R> visitor)
visitor
- user-provided Breakpoint.Target.Visitor
that may also implement some additional
interfaces (for extended types) that is checked on runtimeBreakpointTypeExtension
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.