/* BSD 2-Clause License - see OPAL/LICENSE for details. */ package org.opalj package da import scala.xml.Node /** * @author Michael Eichberg * @author Wael Alkhatib * @author Isbel Isbel * @author Noorulla Sharief * @author Andre Pacak */ case class StackMapTable_attribute( attribute_name_index: Constant_Pool_Index, stack_map_frames: StackMapFrames ) extends Attribute { override final def attribute_length: Int = { stack_map_frames.foldLeft(2 /*count*/ )((c, n) => c + n.attribute_length) } override def toXHTML(implicit cp: Constant_Pool): Node = {
| PC | Kind | Frame Type | Offset Delta | Details |
|---|