Package | Description |
---|---|
org.eclipse.debug.core |
Provides support for launching programs, breakpoint management, expression management,
and debug events.
|
Modifier and Type | Method and Description |
---|---|
static ILogicalStructureType |
DebugPlugin.getDefaultStructureType(ILogicalStructureType[] types)
Returns the default logical structure type among the given combination of
logical structure types, or
null if none. |
static ILogicalStructureType[] |
DebugPlugin.getLogicalStructureTypes(IValue value)
Returns any logical structure types that have been contributed for the given
value.
|
ILogicalStructureType[] |
ILogicalStructureProvider.getLogicalStructureTypes(IValue value)
Returns the logical structure types which are applicable to the given value.
|
Modifier and Type | Method and Description |
---|---|
static ILogicalStructureType |
DebugPlugin.getDefaultStructureType(ILogicalStructureType[] types)
Returns the default logical structure type among the given combination of
logical structure types, or
null if none. |
static void |
DebugPlugin.setDefaultStructureType(ILogicalStructureType[] types,
ILogicalStructureType def)
Sets the default logical structure type among the given combination of logical structure
types.
|
static void |
DebugPlugin.setDefaultStructureType(ILogicalStructureType[] types,
ILogicalStructureType def)
Sets the default logical structure type among the given combination of logical structure
types.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.