Packages

c

org.opalj.da

TATTypeBoundOfParameterDeclarationOfClassOrInterface

case class TATTypeBoundOfParameterDeclarationOfClassOrInterface(type_parameter_index: Int, bound_index: Int) extends TATTypeParameterBound with Product with Serializable

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

Instance Constructors

  1. new TATTypeBoundOfParameterDeclarationOfClassOrInterface(type_parameter_index: Int, bound_index: Int)

Value Members

  1. final def attribute_length: Int
  2. val bound_index: Int
  3. final def description: String

    Description of the target kind.

  4. def productElementNames: Iterator[String]
    Definition Classes
    Product
  5. final def tag: Int
  6. def toXHTML(implicit cp: Constant_Pool): Node
  7. val type_parameter_index: Int