
org.opalj.br.instructions.BASTORE.scala Maven / Gradle / Ivy
The newest version!
/* BSD 2-Clause License - see OPAL/LICENSE for details. */
package org.opalj
package br
package instructions
/**
* Store into byte or boolean array.
*
* @author Michael Eichberg
*/
case object BASTORE extends PrimitiveArrayStoreInstruction with PrimitiveArrayAccess {
final val opcode = 84
final val mnemonic = "bastore"
final val elementTypeComputationalType = ComputationalTypeInt
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy