Uses of Interface
org.eclipse.debug.core.ILogicalStructureType
-
Packages that use ILogicalStructureType Package Description org.eclipse.debug.core 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 ILogicalStructureType Modifier and Type Method Description static 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.ILogicalStructureType[]
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 ILogicalStructureType Modifier and Type Method Description static 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.
-