Variables

@:value(cast "baseClass")@:enum@:implinlineread onlyBaseClass:VariableKind = "baseClass"

Indicates that the object is a base class.

@:value(cast "class")@:enum@:implinlineread onlyClass:VariableKind = "class"

Indicates that the object is a class.

@:value(cast "data")@:enum@:implinlineread onlyData:VariableKind = "data"

Indicates that the object is data.

@:value(cast "dataBreakpoint")@:enum@:implinlineread onlyDataBreakpoint:VariableKind = "dataBreakpoint"

Indicates that a data breakpoint is registered for the object.

@:value(cast "event")@:enum@:implinlineread onlyEvent:VariableKind = "event"

Indicates that the object is an event.

@:value(cast "innerClass")@:enum@:implinlineread onlyInnerClass:VariableKind = "innerClass"

Indicates that the object is an inner class.

@:value(cast "interface")@:enum@:implinlineread onlyInterface:VariableKind = "interface"

Indicates that the object is an interface.

@:value(cast "method")@:enum@:implinlineread onlyMethod:VariableKind = "method"

Indicates that the object is a method.

@:value(cast "mostDerivedClass")@:enum@:implinlineread onlyMostDerivedClass:VariableKind = "mostDerivedClass"

Indicates that the object is the most derived class.

@:value(cast "property")@:enum@:implinlineread onlyProperty:VariableKind = "property"

Indicates that the object is a property.

@:value(cast "virtual")@:enum@:implinlineread onlyVirtual:VariableKind = "virtual"

Indicates that the object is virtual, that means it is a synthetic object introduced by the adapter for rendering purposes, e.g. an index range for large arrays.