Contents | Prev | Next | Index

dastore

Operation
Store into double array

dastore

Forms
dastore = 82 (0x52)

Stack
..., arrayref, index, value.word1, value.word2 ...

Description
The arrayref must be of type reference and must refer to an array whose components are of type double. The index must be of type int and value must be of type double. The arrayref, index, and value are popped from the operand stack. The double value is stored as the component of the array indexed by index.

Runtime Exceptions
If arrayref is null, dastore throws a NullPointerException.

Otherwise, if index is not within the bounds of the array referenced by arrayref, dastore throws an ArrayIndexOutOfBounds-Exception.


Contents | Prev | Next | Index

Java Virtual Machine Specification (HTML generated by dkramer on February 25, 1997)
Copyright © 1996 Sun Microsystems, Inc. All rights reserved
Please send any comments or corrections to doug.kramer@sun.com