DocumentSymbol


Object Hierarchy:

Object hierarchy for DocumentSymbol

Description:

public interface DocumentSymbol : Object, Object

Represents programming constructs like variables, classes, interfaces etc. that appear in a document. Document symbols can be hierarchical and they have two ranges: one that encloses its definition and one that points to its most interesting range, e.g. the range of an identifier.

All known implementing classes:

Namespace: GVls
Package: GVls-21

Content:

Properties:

Inherited Members:

All known members inherited from class GLib.Object
All known members inherited from interface GVo.Object