Packages

c

org.opalj.da

ProvidesEntry

case class ProvidesEntry(provides_index: Constant_Pool_Index, provides_with_index_table: ProvidesWithIndexTable) extends Product with Serializable

Source
Module_attribute.scala
Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProvidesEntry
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ProvidesEntry(provides_index: Constant_Pool_Index, provides_with_index_table: ProvidesWithIndexTable)

Value Members

  1. def attribute_length: Int
  2. def productElementNames: Iterator[String]
    Definition Classes
    Product
  3. val provides_index: Constant_Pool_Index
  4. val provides_with_index_table: ProvidesWithIndexTable
  5. def toString(implicit cp: Constant_Pool): String