Class SlicedMapReference
java.lang.Object
org.eclipse.epsilon.eol.dap.variables.IdentifiableReference<Map<Object,Object>>
org.eclipse.epsilon.eol.dap.variables.maps.SlicedMapReference
- All Implemented Interfaces:
IVariableReference
-
Field Summary
Fields inherited from class org.eclipse.epsilon.eol.dap.variables.IdentifiableReference
context, id, PREDEFINED_TYPES, target -
Constructor Summary
ConstructorsConstructorDescriptionSlicedMapReference(IEolContext context, String name, Map<Object, Object> m, int sliceSize) -
Method Summary
Methods inherited from class org.eclipse.epsilon.eol.dap.variables.IdentifiableReference
equals, getContext, getId, getTarget, hashCode, setId
-
Constructor Details
-
SlicedMapReference
-
-
Method Details
-
getTypeName
- Specified by:
getTypeNamein interfaceIVariableReference- Overrides:
getTypeNamein classIdentifiableReference<Map<Object,Object>>
-
getName
-
getValue
- Specified by:
getValuein interfaceIVariableReference- Overrides:
getValuein classIdentifiableReference<Map<Object,Object>>
-
getVariables
- Specified by:
getVariablesin interfaceIVariableReference- Overrides:
getVariablesin classIdentifiableReference<Map<Object,Object>>
-