treehugger.AnnotationInfos

CompleteAnnotationInfo

class CompleteAnnotationInfo extends Forest.AnnotationInfo

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CompleteAnnotationInfo
  2. AnnotationInfo
  3. Product3
  4. Product
  5. Equals
  6. AbsAnnotationInfo
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CompleteAnnotationInfo(atp: Forest.Type, args: List[Forest.Tree], assocs: List[(Forest.Name, Forest.ClassfileAnnotArg)])

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 _1: Forest.Type

    Hand rolling Product.

    Hand rolling Product.

    Definition Classes
    AnnotationInfo → Product3
  7. def _2: List[Forest.Tree]

    Definition Classes
    AnnotationInfo → Product3
  8. def _3: List[(Forest.Name, Forest.ClassfileAnnotArg)]

    Definition Classes
    AnnotationInfo → Product3
  9. def argAtIndex(index: Int): Option[Forest.Tree]

    Definition Classes
    AnnotationInfo
  10. val args: List[Forest.Tree]

  11. final def asInstanceOf[T0]: T0

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

  13. val atp: Forest.Type

  14. def canEqual(other: Any): Boolean

    Definition Classes
    AnnotationInfo → Equals
  15. def clone(): AnyRef

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

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

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

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

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

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

    Definition Classes
    AnnotationInfo
  22. def hashCode(): Int

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

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

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

    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
  26. def metaAnnotations: List[Forest.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 pos: Position

    Definition Classes
    AnnotationInfo
  31. def productArity: Int

    Definition Classes
    Product3 → Product
  32. def productElement(n: Int): Any

    Definition Classes
    Product3 → Product
    Annotations
    @throws()
  33. def productIterator: Iterator[Any]

    Definition Classes
    Product
  34. def productPrefix: String

    Definition Classes
    AnnotationInfo → Product
  35. def refsSymbol(sym: Forest.Symbol): Boolean

    Check whether any of the arguments mention a symbol

    Check whether any of the arguments mention a symbol

    Definition Classes
    AnnotationInfo
  36. def setPos(pos: Position): CompleteAnnotationInfo.this.type

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

    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
  38. def symbol: Forest.Symbol

    Annotations annotating annotations are confusing so I drew an example.

    Annotations annotating annotations are confusing so I drew an example.

    Definition Classes
    AnnotationInfo
  39. def symbolArg(index: Int): Option[Forest.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. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Forest.AnnotationInfo

Inherited from Product3[Forest.Type, List[Forest.Tree], List[(Forest.Name, Forest.ClassfileAnnotArg)]]

Inherited from Product

Inherited from Equals

Inherited from Forest.AbsAnnotationInfo

Inherited from AnyRef

Inherited from Any

No Group