Class IdentifiableReference<T>
java.lang.Object
org.eclipse.epsilon.eol.dap.variables.IdentifiableReference<T>
- All Implemented Interfaces:
IVariableReference
- Direct Known Subclasses:
CollectionReference,CollectionSliceReference,JavaObjectReference,MapEntryReference,MapSliceReference,ModelElementReference,OpaqueValueReference,PerKeyMapReference,SingleFrameReference,SlicedMapReference,TupleReference
References a given target from the debugger. The target should
implement equals and hashCode appropriately, as the suspended
state will reuse the same variable reference for each distinct
target.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final IEolContextprotected intstatic final EolType[]protected final T -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintgetId()getValue()getVariables(SuspendedState state) inthashCode()voidsetId(int id) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.epsilon.eol.dap.variables.IVariableReference
getName
-
Field Details
-
PREDEFINED_TYPES
-
context
-
target
-
id
protected int id
-
-
Constructor Details
-
IdentifiableReference
-
-
Method Details
-
getTarget
-
setId
public void setId(int id) -
getContext
- Specified by:
getContextin interfaceIVariableReference
-
getId
public int getId()- Specified by:
getIdin interfaceIVariableReference
-
getValue
- Specified by:
getValuein interfaceIVariableReference
-
getTypeName
- Specified by:
getTypeNamein interfaceIVariableReference
-
getVariables
- Specified by:
getVariablesin interfaceIVariableReference
-
hashCode
public int hashCode() -
equals
-