public static class Breakpoint.Target.ScriptId extends Breakpoint.Target
Breakpoint.Target.ScriptId, Breakpoint.Target.ScriptName, Breakpoint.Target.Visitor<R>
Constructor and Description |
---|
ScriptId(java.lang.Object id) |
Modifier and Type | Method and Description |
---|---|
<R> R |
accept(Breakpoint.Target.Visitor<R> visitor)
Dispatches call on the actual Target type.
|
public <R> R accept(Breakpoint.Target.Visitor<R> visitor)
Breakpoint.Target
accept
in class Breakpoint.Target
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.