Returns instance variable index of
object. Allows access of named and indexed instance variables; that is, index 1 is the first named instance variable, if
object has any.
Error cases: Assumes that
object consists of pointers.
index is not validated.
Stores storedObject into instance variable
index of
object. Allows access of named and indexed instance variables; that is, index 1 is the first named instance variable, if
object has any.
Error cases: Assumes that
object consists of pointers.
index is not validated. Stores into read-only objects are not checked.
Error cases: Assumes that
object consists of pointers and is indexable.
index is not validated.
Stores storedObject into indexed instance variable
index of
object. Does not allow access of named instance variables.
Error cases: Assumes that
object consists of pointers and is indexable.
index is not validated. Stores into read-only objects are not checked.
Error cases: Assumes that
object consists of bytes.
index is not validated.
Stores value into indexed instance variable
index of
object.
Error cases: Assumes that
object consists of bytes.
index is not validated. Stores into read-only objects are not checked.
Error cases: Assumes that
object consists of words.
index is not validated.
Stores value into indexed instance variable
index of
object.
Error cases: Assumes that
object consists of words.
index is not validated. Stores into read-only objects are not checked.
Error cases: Assumes that
object consists of longs.
index is not validated.
Stores value into indexed instance variable
index of
object.
Error cases: Assumes that
object consists of longs.
index is not validated. Stores into read-only objects are not checked.
Error cases: Assumes that
object consists of bytes.
index is not validated.
Stores value into indexed instance variable
index of
object.
Error cases: Assumes that
object consists of bytes.
index is not validated. Stores into read-only objects are not checked.
Error cases: Assumes that
object consists of words.
index is not validated.
Stores value into indexed instance variable
index of
object.
Error cases: Assumes that
object consists of words.
index is not validated. Stores into read-only objects are not checked.
Error cases: Assumes that
object consists of longs.
index is not validated.
Stores value into indexed instance variable
index of
object.
Error cases: Assumes that
object consists of longs.
index is not validated. Stores into read-only objects are not checked.
Copyright 2005, 2020 Instantiations, Inc. All rights reserved.