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 TOpaqueReferenceArray.get(int aIndex) abstract byteInt8Array.getByte(int aIndex) abstract floatFloatArray.getFloat(int aIndex) abstract intIntArray.getIntValue(int aIndex) abstract shortInt16Array.getShort(int aIndex) abstract voidabstract voidInt8Array.setByte(int aIndex, byte aValue) abstract voidFloatArray.setFloat(int aIndex, float aValue) abstract voidIntArray.setIntValue(int aIndex, int aValue) abstract voidInt16Array.setShort(int aIndex, short aValue)