workspaced.com.dcdext

Undocumented in source.

Members

Classes

DCDExtComponent
class DCDExtComponent
Undocumented in source.

Enums

CodeRegionProtection
enum CodeRegionProtection
CodeRegionStatic
enum CodeRegionStatic
CodeRegionType
enum CodeRegionType

Structs

ArgumentInfo (from workspaced.visitors.methodfinder)
struct ArgumentInfo via public import workspaced.visitors.methodfinder : InterfaceDetails, FieldDetails, MethodDetails, ArgumentInfo;

Information about an argument in a method defintion.

CalltipsSupport
struct CalltipsSupport
CodeBlockInfo
struct CodeBlockInfo

Represents a class/interface/struct/union/template with body.

FieldDetails (from workspaced.visitors.methodfinder)
struct FieldDetails via public import workspaced.visitors.methodfinder : InterfaceDetails, FieldDetails, MethodDetails, ArgumentInfo;
ImplementedMethod
struct ImplementedMethod

Represents one method automatically implemented off a base interface.

InterfaceDetails (from workspaced.visitors.methodfinder)
struct InterfaceDetails via public import workspaced.visitors.methodfinder : InterfaceDetails, FieldDetails, MethodDetails, ArgumentInfo;

Information about an interface or class

InterfaceTree
struct InterfaceTree

Contains details about an interface or class and all extended or implemented interfaces/classes recursively.

MethodDetails (from workspaced.visitors.methodfinder)
struct MethodDetails via public import workspaced.visitors.methodfinder : InterfaceDetails, FieldDetails, MethodDetails, ArgumentInfo;

Information about a method definition.

Related
struct Related

Represents one selection for things related to the queried cursor position.

Meta