
org.opalj.br.instructions.ICONST_1.scala Maven / Gradle / Ivy
The newest version!
/* BSD 2-Clause License - see OPAL/LICENSE for details. */
package org.opalj
package br
package instructions
/**
* Push int constant value 1.
*
* @author Michael Eichberg
*/
case object ICONST_1 extends IConstInstruction {
final val value = 1
final val opcode = 4
final val mnemonic = "iconst_1"
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy