Packages

case class TAOnTypeArgument(index: Int) extends TypeAnnotationPathElement with Product with Serializable

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

Instance Constructors

  1. new TAOnTypeArgument(index: Int)

Value Members

  1. val index: Int
  2. final def kindId: Int

    A value in the range [0..3] which identifies the path kind as specified by the JVM specification.

    A value in the range [0..3] which identifies the path kind as specified by the JVM specification.

    Definition Classes
    TAOnTypeArgumentTypeAnnotationPathElement
    Note

    This enables efficient identificaion – e.g., in a switch – of the type path kind.

  3. def productElementNames: Iterator[String]
    Definition Classes
    Product