public interface VariablePresentationHintKind
Possible values include - but not limited to those defined in VariablePresentationHintKind
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
BASE_CLASS
Indicates that the object is a base class.
|
static java.lang.String |
CLASS
Indicates that the object is a class.
|
static java.lang.String |
DATA
Indicates that the object is data.
|
static java.lang.String |
DATA_BREAKPOINT
Indicates that a data breakpoint is registered for the object.
|
static java.lang.String |
EVENT
Indicates that the object is an event.
|
static java.lang.String |
INNER_CLASS
Indicates that the object is an inner class.
|
static java.lang.String |
INTERFACE
Indicates that the object is an interface.
|
static java.lang.String |
METHOD
Indicates that the object is a method.
|
static java.lang.String |
MOST_DERIVED_CLASS
Indicates that the object is the most derived class.
|
static java.lang.String |
PROPERTY
Indicates that the object is a property.
|
static java.lang.String |
VIRTUAL
Indicates that the object is virtual, that means it is a synthetic object introducedby the
adapter for
rendering purposes, e.g.
|
static final java.lang.String PROPERTY
static final java.lang.String METHOD
static final java.lang.String CLASS
static final java.lang.String DATA
static final java.lang.String EVENT
static final java.lang.String BASE_CLASS
static final java.lang.String INNER_CLASS
static final java.lang.String INTERFACE
static final java.lang.String MOST_DERIVED_CLASS
static final java.lang.String VIRTUAL
static final java.lang.String DATA_BREAKPOINT