scala.reflect.internal.AnnotationInfos

UnmappableAnnotation

object UnmappableAnnotation extends CompleteAnnotationInfo

Source
AnnotationInfos.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. UnmappableAnnotation
  2. CompleteAnnotationInfo
  3. AnnotationInfo
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def argAtIndex(index: Int): Option[Tree]

    Definition Classes
    AnnotationInfo
  7. val args: List[Tree]

    Definition Classes
    CompleteAnnotationInfoAnnotationInfo
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. val assocs: List[(Name, ClassfileAnnotArg)]

    Definition Classes
    CompleteAnnotationInfoAnnotationInfo
  10. val atp: Type

    Definition Classes
    CompleteAnnotationInfoAnnotationInfo
  11. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  12. def constantAtIndex(index: Int): Option[Constant]

    Definition Classes
    AnnotationInfo
  13. def defaultTargets: List[Symbol]

    The default kind of members to which this annotation is attached.

    The default kind of members to which this annotation is attached. For instance, for scala.deprecated defaultTargets = List(getter, setter, beanGetter, beanSetter).

    Definition Classes
    AnnotationInfo
  14. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  15. def equals(other: Any): Boolean

    Definition Classes
    AnnotationInfo → AnyRef → Any
  16. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  17. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  18. def hasArgWhich(p: (Tree) ⇒ Boolean): Boolean

    Definition Classes
    AnnotationInfo
  19. def hashCode(): Int

    Definition Classes
    AnnotationInfo → AnyRef → Any
  20. def intArg(index: Int): Option[Int]

    Definition Classes
    AnnotationInfo
  21. def isErroneous: Boolean

    Check whether the type or any of the arguments are erroneous

    Check whether the type or any of the arguments are erroneous

    Definition Classes
    AnnotationInfo
  22. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  23. def isStatic: Boolean

    Definition Classes
    AnnotationInfo
  24. lazy val isTrivial: Boolean

    Definition Classes
    AnnotationInfo
  25. def matches(clazz: Symbol): Boolean

    Definition Classes
    AnnotationInfo
  26. def metaAnnotations: List[AnnotationInfo]

    These are meta-annotations attached at the use site; they only apply to this annotation usage.

    These are meta-annotations attached at the use site; they only apply to this annotation usage. For instance, in @(deprecated @setter @field) val ... metaAnnotations = List(setter, field).

    Definition Classes
    AnnotationInfo
  27. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  30. def original: Tree

    Definition Classes
    CompleteAnnotationInfoAnnotationInfo
  31. def pos: Position

    Definition Classes
    AnnotationInfo
  32. def refsSymbol(sym: Symbol): Boolean

    Check whether any of the arguments mention a symbol

    Check whether any of the arguments mention a symbol

    Definition Classes
    AnnotationInfo
  33. def setOriginal(t: Tree): scala.reflect.internal.AnnotationInfos.UnmappableAnnotation.type

    Definition Classes
    CompleteAnnotationInfoAnnotationInfo
  34. def setPos(pos: Position): scala.reflect.internal.AnnotationInfos.UnmappableAnnotation.type

    Definition Classes
    AnnotationInfo
  35. def stringArg(index: Int): Option[String]

    Definition Classes
    AnnotationInfo
  36. def substIdentSyms(from: Symbol, to: Symbol): AnnotationInfo

    Change all ident's with Symbol "from" to instead use symbol "to"

    Change all ident's with Symbol "from" to instead use symbol "to"

    Definition Classes
    AnnotationInfo
  37. def symbol: Symbol

    Annotations annotating annotations are confusing so I drew an example.

    Annotations annotating annotations are confusing so I drew an example. Given the following code:

    class A {

    Definition Classes
    AnnotationInfo
  38. def symbolArg(index: Int): Option[TermName]

    Definition Classes
    AnnotationInfo
  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  40. def toString(): String

    Definition Classes
    CompleteAnnotationInfo → AnyRef → Any
  41. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  42. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  43. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from CompleteAnnotationInfo

Inherited from AnnotationInfo

Inherited from AnyRef

Inherited from Any