scala.tools.nsc.ast.Trees

ApplyToImplicitArgs

class ApplyToImplicitArgs extends Apply

Source
Trees.scala
Linear Supertypes
Apply, Serializable, Serializable, GenericApply, TermTree, Tree, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. ApplyToImplicitArgs
  2. Apply
  3. Serializable
  4. Serializable
  5. GenericApply
  6. TermTree
  7. Tree
  8. Product
  9. Equals
  10. AnyRef
  11. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ApplyToImplicitArgs (fun: Tree, args: List[Tree])

Value Members

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

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

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

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

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

    Attributes
    final
    Definition Classes
    Any
  6. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  7. def canEqual (arg0: Any): Boolean

    Definition Classes
    Apply → Equals
  8. def children : List[Tree]

    Definition Classes
    Tree
  9. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  10. def defineType (tp: Type): ApplyToImplicitArgs.this.type

    Definition Classes
    Tree
  11. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  12. def equals (that: Any): Boolean

    Definition Classes
    Tree → Equals → AnyRef → Any
  13. def finalize (): Unit

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

    Attributes
    final
    Definition Classes
    AnyRef → Any
  15. def hasSymbol : Boolean

    Definition Classes
    Tree
  16. def hasSymbolWhich (f: (Symbol) ⇒ Boolean): Boolean

    Definition Classes
    Tree
  17. def hashCode (): Int

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

    Definition Classes
    Tree
  19. def isDef : Boolean

    Definition Classes
    Tree
  20. def isEmpty : Boolean

    Definition Classes
    Tree
  21. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  22. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  23. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  24. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  25. def pos : Position

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

    Definition Classes
    Tree
  27. def productArity : Int

    Definition Classes
    Apply → Product
  28. def productElement (arg0: Int): Any

    Definition Classes
    Apply → Product
  29. def productIterator : Iterator[Any]

    Definition Classes
    Product
  30. def productPrefix : String

    Definition Classes
    Apply → Product
  31. def setPos (pos: Position): ApplyToImplicitArgs.this.type

    Definition Classes
    Tree
  32. def setSymbol (sym: Symbol): ApplyToImplicitArgs.this.type

    Definition Classes
    Tree
  33. def setType (tp: Type): ApplyToImplicitArgs.this.type

    Definition Classes
    Tree
  34. def symbol : Symbol

    Definition Classes
    Apply → Tree
  35. def symbol_= (sym: Symbol): Unit

    Definition Classes
    Apply → Tree
  36. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  37. def toString (): String

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

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

    Definition Classes
    Tree
  40. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Deprecated Value Members

  1. def productElements : Iterator[Any]

    Definition Classes
    Product
    Annotations
    @deprecated
    Deprecated

    use productIterator instead

Inherited from Apply

Inherited from Serializable

Inherited from Serializable

Inherited from GenericApply

Inherited from TermTree

Inherited from Tree

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any