
org.opalj.br.instructions.PopInstruction.scala Maven / Gradle / Ivy
The newest version!
/* BSD 2-Clause License - see OPAL/LICENSE for details. */
package org.opalj
package br
package instructions
/**
* Pops the (two) top operand stack value(s).
*
* @author Michael Eichberg
*/
trait PopInstruction extends StackManagementInstruction with InstructionMetaInformation
© 2015 - 2025 Weber Informatics LLC | Privacy Policy