Uses of Interface
org.eclipse.epsilon.eol.dap.variables.IVariableReference
Packages that use IVariableReference
Package
Description
-
Uses of IVariableReference in org.eclipse.epsilon.eol.dap.variables
Classes in org.eclipse.epsilon.eol.dap.variables that implement IVariableReferenceModifier and TypeClassDescriptionclassReferences a given target from the debugger.classclassclassclassclassMethods in org.eclipse.epsilon.eol.dap.variables that return IVariableReferenceModifier and TypeMethodDescriptionSuspendedState.getReference(int id) SuspendedState.getReference(IEolContext context, SingleFrame sc) SuspendedState.getValueReference(IEolContext context, String name, Object value) SuspendedState.putOrGetReference(IdentifiableReference<?> ref) Methods in org.eclipse.epsilon.eol.dap.variables that return types with arguments of type IVariableReferenceModifier and TypeMethodDescriptionIdentifiableReference.getVariables(SuspendedState state) IVariableReference.getVariables(SuspendedState state) JavaObjectReference.getVariables(SuspendedState state) ModelElementReference.getVariables(SuspendedState state) SingleFrameReference.getVariables(SuspendedState state) TupleReference.getVariables(SuspendedState state) Methods in org.eclipse.epsilon.eol.dap.variables with parameters of type IVariableReference -
Uses of IVariableReference in org.eclipse.epsilon.eol.dap.variables.collections
Classes in org.eclipse.epsilon.eol.dap.variables.collections that implement IVariableReferenceModifier and TypeClassDescriptionclassclassclassclassMethods in org.eclipse.epsilon.eol.dap.variables.collections that return types with arguments of type IVariableReferenceModifier and TypeMethodDescriptionCollectionSliceReference.getVariables(SuspendedState state) PerElementCollectionReference.getVariables(SuspendedState state) SlicedCollectionReference.getVariables(SuspendedState state) -
Uses of IVariableReference in org.eclipse.epsilon.eol.dap.variables.maps
Classes in org.eclipse.epsilon.eol.dap.variables.maps that implement IVariableReferenceModifier and TypeClassDescriptionclassclassclassclassMethods in org.eclipse.epsilon.eol.dap.variables.maps that return types with arguments of type IVariableReferenceModifier and TypeMethodDescriptionMapEntryReference.getVariables(SuspendedState state) MapSliceReference.getVariables(SuspendedState state) PerKeyMapReference.getVariables(SuspendedState state) SlicedMapReference.getVariables(SuspendedState state)