Class

treehugger.AnnotationInfos

CompleteAnnotationInfo

Related Doc: package AnnotationInfos

Permalink

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
Visibility
  1. Public
  2. All

Instance Constructors

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

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def _1: Forest.Type

    Permalink

    Hand rolling Product.

    Hand rolling Product.

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

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

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

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

    Permalink
  9. final def asInstanceOf[T0]: T0

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

    Permalink
  11. val atp: Forest.Type

    Permalink
  12. def canEqual(other: Any): Boolean

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnnotationInfo
  20. def hashCode(): Int

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

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

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

    Permalink

    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
  24. def metaAnnotations: List[Forest.AnnotationInfo]

    Permalink

    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
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. def pos: Position

    Permalink
    Definition Classes
    AnnotationInfo
  29. def productArity: Int

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

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

    Permalink
    Definition Classes
    Product
  32. def productPrefix: String

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

    Permalink

    Check whether any of the arguments mention a symbol

    Check whether any of the arguments mention a symbol

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

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

    Permalink

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

    Permalink

    Annotations annotating annotations are confusing so I drew an example.

    Annotations annotating annotations are confusing so I drew an example.

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

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

    Permalink
    Definition Classes
    AnyRef
  39. def toString(): String

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

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

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

    Permalink
    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

Ungrouped