
org.opalj.br.instructions.ASTORE_0.scala Maven / Gradle / Ivy
The newest version!
/* BSD 2-Clause License - see OPAL/LICENSE for details. */
package org.opalj
package br
package instructions
/**
* Store reference into local variable with index 0.
*
* @author Michael Eichberg
*/
case object ASTORE_0 extends ConstantIndexAStoreInstruction {
final val lvIndex = 0
final val opcode = 75
final val mnemonic = "astore_0"
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy