o

scala.reflect.internal.AnnotationInfos

UnmappableAnnotation

object UnmappableAnnotation extends SymbolTable.CompleteAnnotationInfo

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UnmappableAnnotation
  2. CompleteAnnotationInfo
  3. AnnotationInfo
  4. AnnotationApi
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def argAtIndex(index: Int): Option[SymbolTable.Tree]
    Definition Classes
    AnnotationInfo
  5. val args: List[SymbolTable.Tree]
    Definition Classes
    CompleteAnnotationInfoAnnotationInfo
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val assocs: List[(SymbolTable.Name, SymbolTable.ClassfileAnnotArg)]
    Definition Classes
    CompleteAnnotationInfoAnnotationInfo
  8. val atp: SymbolTable.Type
    Definition Classes
    CompleteAnnotationInfoAnnotationInfo
  9. def booleanArg(index: Int): Option[Boolean]
    Definition Classes
    AnnotationInfo
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  11. def completeInfo(): Unit
    Definition Classes
    AnnotationInfo
  12. def constantAtIndex(index: Int): Option[SymbolTable.Constant]
    Definition Classes
    AnnotationInfo
  13. def defaultTargets: collection.immutable.List[SymbolTable.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).

    NOTE: have to call symbol.initialize, since we won't get any annotations if the symbol hasn't yet been completed

    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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hasArgWhich(p: (SymbolTable.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 javaArgs: ListMap[SymbolTable.Name, SymbolTable.ClassfileAnnotArg]

    Payload of the Java annotation: a list of name-value pairs.

    Payload of the Java annotation: a list of name-value pairs. Empty for Scala annotations.

    Definition Classes
    AnnotationInfoAnnotationApi
  26. def matches(clazz: SymbolTable.Symbol): Boolean
    Definition Classes
    AnnotationInfo
  27. def metaAnnotations: List[SymbolTable.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
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. def original: SymbolTable.Tree
    Definition Classes
    CompleteAnnotationInfoAnnotationInfo
  32. def pos: SymbolTable.Position
    Definition Classes
    AnnotationInfo
  33. def refsSymbol(sym: SymbolTable.Symbol): Boolean

    Check whether any of the arguments mention a symbol

    Check whether any of the arguments mention a symbol

    Definition Classes
    AnnotationInfo
  34. def scalaArgs: List[SymbolTable.Tree]

    Payload of the Scala annotation: a list of abstract syntax trees that represent the argument.

    Payload of the Scala annotation: a list of abstract syntax trees that represent the argument. Empty for Java annotations.

    Definition Classes
    AnnotationInfoAnnotationApi
  35. def setOriginal(t: SymbolTable.Tree): UnmappableAnnotation.this.type
    Definition Classes
    CompleteAnnotationInfoAnnotationInfo
  36. def setPos(pos: SymbolTable.Position): UnmappableAnnotation.this.type
    Definition Classes
    AnnotationInfo
  37. def stringArg(index: Int): Option[String]
    Definition Classes
    AnnotationInfo
  38. def symbol: SymbolTable.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
  39. def symbolArg(index: Int): Option[SymbolTable.TermName]
    Definition Classes
    AnnotationInfo
  40. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  41. def toString(): String
    Definition Classes
    CompleteAnnotationInfo → AnyRef → Any
  42. def tpe: SymbolTable.Type

    The type of the annotation.

    The type of the annotation.

    Definition Classes
    AnnotationInfoAnnotationApi
  43. def transformArgs(f: (List[SymbolTable.Tree]) ⇒ List[SymbolTable.Tree]): SymbolTable.AnnotationInfo
    Definition Classes
    AnnotationInfo
  44. def tree: SymbolTable.Tree

    The tree underlying the annotation.

    The tree underlying the annotation.

    Definition Classes
    AnnotationApi
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from SymbolTable.AnnotationApi

Inherited from AnyRef

Inherited from Any

Ungrouped