package info
- Alphabetic
- Public
- All
Type Members
-
trait
ArrayInfo
extends ObjectInfo with CreateInfoProfile with CommonInfo
Represents the interface for array-based interaction.
-
trait
ArrayTypeInfo
extends ReferenceTypeInfo with TypeInfo
Represents the interface for retrieving interface type-based information.
-
class
CastNotPossibleException
extends Exception
Represents an exception that occurs when a local value is trying to be cast to another value using remote type information, but casting to the desired type is not possible.
-
trait
ClassLoaderInfo
extends ObjectInfo with CommonInfo
Represents the interface for "class loader"-based interaction.
-
trait
ClassObjectInfo
extends ObjectInfo with CommonInfo
Represents the interface for "class object"-based interaction.
-
trait
ClassTypeInfo
extends ReferenceTypeInfo with TypeInfo
Represents the interface for retrieving class type-based information.
-
trait
CommonInfo
extends JavaInfo
Represents common methods between information-gathering profiles.
-
trait
CreateInfoProfile
extends AnyRef
Represents the interface that needs to be implemented to provide ability to create data using a specific debug profile.
-
trait
FieldVariableInfo
extends VariableInfo with CreateInfoProfile with CommonInfo
Represents the interface for variable-based interaction with field-specific information.
-
trait
FrameInfo
extends CommonInfo
Represents the interface for frame-based interaction.
-
trait
GrabInfoProfile
extends AnyRef
Represents the interface that needs to be implemented to provide the ability to grab various information for a specific debug profile.
-
trait
IndexedVariableInfo
extends VariableInfo with CreateInfoProfile with CommonInfo
Represents the interface for variable-based interaction with indexed location information.
-
trait
InfoProducer
extends JavaInfo
Represents the generic interface used to produce info instances.
-
trait
InterfaceTypeInfo
extends ReferenceTypeInfo with TypeInfo
Represents the interface for retrieving interface type-based information.
-
trait
JavaInfo
extends AnyRef
Represents a profile that provides common methods to convert info profiles to their low-level Java equivalents.
-
trait
LocationInfo
extends CommonInfo
Represents the interface for location-based interaction.
-
trait
MethodInfo
extends CommonInfo
Represents the interface for method-based interaction.
-
trait
MiscInfo
extends AnyRef
Represents the interface that needs to be implemented to provide miscellaneous info functionality for a specific debug profile.
-
trait
ObjectInfo
extends ValueInfo with CommonInfo
Represents the interface for object-based interaction.
-
trait
PrimitiveInfo
extends ValueInfo with CommonInfo
Represents information about a primitive value.
-
trait
PrimitiveTypeInfo
extends TypeInfo
Represents the interface for retrieving primitive type-based information.
-
trait
ReferenceTypeInfo
extends CommonInfo with TypeInfo
Represents the interface for "reference type"-based interaction.
-
trait
StringInfo
extends ObjectInfo with CommonInfo
Represents the interface for string-based interaction.
-
trait
ThreadGroupInfo
extends ObjectInfo with CommonInfo
Represents the interface for thread-based interaction.
-
trait
ThreadInfo
extends ObjectInfo with CommonInfo
Represents the interface for thread-based interaction.
-
trait
ThreadStatusInfo
extends AnyRef
Represents information about a thread's status.
-
trait
TypeChecker
extends AnyRef
Represents the interface for type-checking based interactions.
-
trait
TypeInfo
extends CommonInfo
Represents the interface for retrieving type-based information.
-
class
UnsupportedTypeException
extends Exception
Represents an exception that occurs when a local value is trying to be sent remotely, but the local value has a type that is unsupported for remote creation.
-
trait
ValueInfo
extends CommonInfo
Represents information about a value.
-
trait
VariableInfo
extends CreateInfoProfile with CommonInfo
Represents the interface for variable-based interaction.