Uses of Class
org.eclipse.epsilon.eol.dap.variables.SuspendedState
Packages that use SuspendedState
Package
Description
-
Uses of SuspendedState in org.eclipse.epsilon.eol.dap.variables
Methods in org.eclipse.epsilon.eol.dap.variables with parameters of type SuspendedStateModifier 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) -
Uses of SuspendedState in org.eclipse.epsilon.eol.dap.variables.collections
Methods in org.eclipse.epsilon.eol.dap.variables.collections with parameters of type SuspendedStateModifier and TypeMethodDescriptionCollectionSliceReference.getVariables(SuspendedState state) PerElementCollectionReference.getVariables(SuspendedState state) SlicedCollectionReference.getVariables(SuspendedState state) -
Uses of SuspendedState in org.eclipse.epsilon.eol.dap.variables.maps
Methods in org.eclipse.epsilon.eol.dap.variables.maps with parameters of type SuspendedStateModifier and TypeMethodDescriptionMapEntryReference.getVariables(SuspendedState state) MapSliceReference.getVariables(SuspendedState state) PerKeyMapReference.getVariables(SuspendedState state) SlicedMapReference.getVariables(SuspendedState state)