scala.tools.nsc.ast.Trees

InjectDerivedValue

case class InjectDerivedValue(arg: Tree) extends Tree with SymTree with Product with Serializable

Derived value class injection (equivalent to: new C(arg) after easure); only used during erasure The class C is stored as the symbol of the tree node.

Source
Trees.scala
Linear Supertypes
Serializable, Serializable, SymTree, Tree, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. InjectDerivedValue
  2. Serializable
  3. Serializable
  4. SymTree
  5. Tree
  6. Product
  7. Equals
  8. AnyRef
  9. Any
Implicitly
  1. by any2stringfmt
  2. by any2stringadd
  3. by any2ArrowAssoc
  4. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new InjectDerivedValue(arg: Tree)

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. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from InjectDerivedValue to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (InjectDerivedValue, B)

    Implicit information
    This member is added by an implicit conversion from InjectDerivedValue to ArrowAssoc[InjectDerivedValue] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  8. val arg: Tree

  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def attach(att: Any): Unit

    Definition Classes
    Tree
  11. def attachment[T](implicit arg0: ClassTag[T]): T

    Definition Classes
    Tree
  12. def attachmentOpt[T](implicit arg0: ClassTag[T]): Option[T]

    Definition Classes
    Tree
  13. def children: List[Tree]

    Definition Classes
    Tree
  14. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  15. def collect[T](pf: PartialFunction[Tree, T]): List[T]

    Definition Classes
    Tree
  16. def defineType(tp: Type): InjectDerivedValue.this.type

    Definition Classes
    Tree
  17. def detach(clazz: Class[_]): Unit

    Definition Classes
    Tree
  18. def detach(att: Any): Unit

    Definition Classes
    Tree
  19. def duplicate: InjectDerivedValue.this.type

    Definition Classes
    Tree
  20. def ensuring(cond: (InjectDerivedValue) ⇒ Boolean, msg: ⇒ Any): InjectDerivedValue

    Implicit information
    This member is added by an implicit conversion from InjectDerivedValue to Ensuring[InjectDerivedValue] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: (InjectDerivedValue) ⇒ Boolean): InjectDerivedValue

    Implicit information
    This member is added by an implicit conversion from InjectDerivedValue to Ensuring[InjectDerivedValue] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. def ensuring(cond: Boolean, msg: ⇒ Any): InjectDerivedValue

    Implicit information
    This member is added by an implicit conversion from InjectDerivedValue to Ensuring[InjectDerivedValue] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. def ensuring(cond: Boolean): InjectDerivedValue

    Implicit information
    This member is added by an implicit conversion from InjectDerivedValue to Ensuring[InjectDerivedValue] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  24. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  25. def equals(that: Any): Boolean

    Definition Classes
    Tree → Equals → AnyRef → Any
  26. def equalsStructure(that: Tree): Boolean

    Definition Classes
    Tree
  27. def equalsStructure0(that: Tree)(f: (Tree, Tree) ⇒ Boolean): Boolean

    Definition Classes
    Tree
  28. def exists(p: (Tree) ⇒ Boolean): Boolean

    Definition Classes
    Tree
  29. def filter(f: (Tree) ⇒ Boolean): List[Tree]

    Definition Classes
    Tree
  30. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  31. def find(p: (Tree) ⇒ Boolean): Option[Tree]

    Definition Classes
    Tree
  32. def forAll(p: (Tree) ⇒ Boolean): Boolean

    Definition Classes
    Tree
  33. def foreach(f: (Tree) ⇒ Unit): Unit

    Definition Classes
    Tree
  34. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from InjectDerivedValue to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  35. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  36. def hasSymbol: Boolean

    Definition Classes
    SymTree → Tree
  37. def hasSymbolWhich(f: (Symbol) ⇒ Boolean): Boolean

    Definition Classes
    Tree
  38. def hashCode(): Int

    Definition Classes
    Tree → AnyRef → Any
  39. val id: Int

    Definition Classes
    Tree
  40. def isDef: Boolean

    Definition Classes
    Tree
  41. def isEmpty: Boolean

    Definition Classes
    Tree
  42. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  43. def isTerm: Boolean

    Definition Classes
    Tree
  44. def isType: Boolean

    Definition Classes
    Tree
  45. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  48. def orElse(alt: ⇒ Tree): Tree

    Definition Classes
    Tree
  49. def pos: Position

    Definition Classes
    Tree
  50. def pos_=(pos: Position): Unit

    Definition Classes
    Tree
  51. def printingPrefix: String

    Definition Classes
    Tree
  52. val self: Any

    Implicit information
    This member is added by an implicit conversion from InjectDerivedValue to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
  53. val self: Any

    Implicit information
    This member is added by an implicit conversion from InjectDerivedValue to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  54. def setPos(newpos: Position): InjectDerivedValue.this.type

    Definition Classes
    Tree
  55. def setSymbol(sym: Symbol): InjectDerivedValue.this.type

    Definition Classes
    Tree
  56. def setType(tp: Type): InjectDerivedValue.this.type

    Definition Classes
    Tree
  57. var symbol: Symbol

    Definition Classes
    SymTree → Tree
  58. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  59. def toString(): String

    Definition Classes
    Tree → AnyRef → Any
  60. def tpe: Type

    Definition Classes
    Tree
  61. def tpe_=(t: Type): Unit

    Definition Classes
    Tree
  62. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  65. def withAttachment(att: Any): InjectDerivedValue.this.type

    Definition Classes
    Tree
  66. def withFilter(f: (Tree) ⇒ Boolean): List[Tree]

    Definition Classes
    Tree
  67. def withoutAttachment(att: Any): InjectDerivedValue.this.type

    Definition Classes
    Tree
  68. def [B](y: B): (InjectDerivedValue, B)

    Implicit information
    This member is added by an implicit conversion from InjectDerivedValue to ArrowAssoc[InjectDerivedValue] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def x: InjectDerivedValue

    Implicit information
    This member is added by an implicit conversion from InjectDerivedValue to ArrowAssoc[InjectDerivedValue] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: InjectDerivedValue

    Implicit information
    This member is added by an implicit conversion from InjectDerivedValue to Ensuring[InjectDerivedValue] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from Serializable

Inherited from Serializable

Inherited from SymTree

Inherited from Tree

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringfmt from InjectDerivedValue to StringFormat

Inherited by implicit conversion any2stringadd from InjectDerivedValue to StringAdd

Inherited by implicit conversion any2ArrowAssoc from InjectDerivedValue to ArrowAssoc[InjectDerivedValue]

Inherited by implicit conversion any2Ensuring from InjectDerivedValue to Ensuring[InjectDerivedValue]