Packages

c

org.opalj.da

Annotation

case class Annotation(type_index: Constant_Pool_Index, element_value_pairs: ElementValuePairs = NoElementValuePairs) extends AbstractAnnotation with Product with Serializable

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

Instance Constructors

  1. new Annotation(type_index: Constant_Pool_Index, element_value_pairs: ElementValuePairs = NoElementValuePairs)

Value Members

  1. final def attribute_length: Int
  2. val element_value_pairs: ElementValuePairs
    Definition Classes
    AnnotationAbstractAnnotation
  3. def evps(implicit cp: Constant_Pool): NodeSeq
    Definition Classes
    AbstractAnnotation
  4. def productElementNames: Iterator[String]
    Definition Classes
    Product
  5. def toXHTML(implicit cp: Constant_Pool): Node
  6. val type_index: Constant_Pool_Index