Uses of Interface
org.eclipse.debug.core.ILogicalStructureType
Packages that use ILogicalStructureType
Package
Description
Provides support for launching programs, breakpoint management, expression management,
and debug events.
-
Uses of ILogicalStructureType in org.eclipse.debug.core
Methods in org.eclipse.debug.core that return ILogicalStructureTypeModifier and TypeMethodDescriptionstatic ILogicalStructureTypeDebugPlugin.getDefaultStructureType(ILogicalStructureType[] types) Returns the default logical structure type among the given combination of logical structure types, ornullif 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.Methods in org.eclipse.debug.core with parameters of type ILogicalStructureTypeModifier and TypeMethodDescriptionstatic ILogicalStructureTypeDebugPlugin.getDefaultStructureType(ILogicalStructureType[] types) Returns the default logical structure type among the given combination of logical structure types, ornullif none.static voidDebugPlugin.setDefaultStructureType(ILogicalStructureType[] types, ILogicalStructureType def) Sets the default logical structure type among the given combination of logical structure types.