Class SlicedCollectionReference
java.lang.Object
org.eclipse.epsilon.eol.dap.variables.IdentifiableReference<Collection<Object>>
org.eclipse.epsilon.eol.dap.variables.collections.CollectionReference
org.eclipse.epsilon.eol.dap.variables.collections.SlicedCollectionReference
- All Implemented Interfaces:
IVariableReference
-
Field Summary
Fields inherited from class org.eclipse.epsilon.eol.dap.variables.IdentifiableReference
context, id, PREDEFINED_TYPES, target -
Constructor Summary
ConstructorsConstructorDescriptionSlicedCollectionReference(IEolContext context, String name, Collection<Object> t, int sliceSize) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetName()getValue()getVariables(SuspendedState state) inthashCode()Methods inherited from class org.eclipse.epsilon.eol.dap.variables.collections.CollectionReference
getTypeNameMethods inherited from class org.eclipse.epsilon.eol.dap.variables.IdentifiableReference
getContext, getId, getTarget, setId
-
Constructor Details
-
SlicedCollectionReference
public SlicedCollectionReference(IEolContext context, String name, Collection<Object> t, int sliceSize)
-
-
Method Details
-
getName
-
getValue
- Specified by:
getValuein interfaceIVariableReference- Overrides:
getValuein classIdentifiableReference<Collection<Object>>
-
getVariables
- Specified by:
getVariablesin interfaceIVariableReference- Overrides:
getVariablesin classIdentifiableReference<Collection<Object>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classIdentifiableReference<Collection<Object>>
-
equals
- Overrides:
equalsin classIdentifiableReference<Collection<Object>>
-