/* 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