Uses of Interface
org.eclipse.debug.core.ILogicalStructureType
Package
Description
Provides support for launching programs, breakpoint management, expression management,
and debug events.
-
Uses of ILogicalStructureType in org.eclipse.debug.core
Modifier and TypeMethodDescriptionstatic ILogicalStructureType
DebugPlugin.getDefaultStructureType
(ILogicalStructureType[] types) Returns the default logical structure type among the given combination of logical structure types, ornull
if none.static ILogicalStructureType[]
DebugPlugin.getLogicalStructureTypes
(IValue value) Returns any logical structure types that have been contributed for the given value.ILogicalStructureProvider.getLogicalStructureTypes
(IValue value) Returns the logical structure types which are applicable to the given value.Modifier and TypeMethodDescriptionstatic ILogicalStructureType
DebugPlugin.getDefaultStructureType
(ILogicalStructureType[] types) Returns the default logical structure type among the given combination of logical structure types, ornull
if none.static void
DebugPlugin.setDefaultStructureType
(ILogicalStructureType[] types, ILogicalStructureType def) Sets the default logical structure type among the given combination of logical structure types.