Uses of Annotation Type
de.mirkosertic.bytecoder.api.OpaqueIndexed
Packages that use OpaqueIndexed
-
Uses of OpaqueIndexed in de.mirkosertic.bytecoder.api.web
Methods in de.mirkosertic.bytecoder.api.web with annotations of type OpaqueIndexedModifier and TypeMethodDescriptionabstract T
OpaqueReferenceArray.get
(int aIndex) abstract byte
Int8Array.getByte
(int aIndex) abstract float
FloatArray.getFloat
(int aIndex) abstract int
IntArray.getIntValue
(int aIndex) abstract short
Int16Array.getShort
(int aIndex) abstract void
abstract void
Int8Array.setByte
(int aIndex, byte aValue) abstract void
FloatArray.setFloat
(int aIndex, float aValue) abstract void
IntArray.setIntValue
(int aIndex, int aValue) abstract void
Int16Array.setShort
(int aIndex, short aValue)