scala.tools.refactoring.common.EnrichedTrees

SuperConstructorCall

case class SuperConstructorCall(clazz: nsc.Global.Tree, args: List[nsc.Global.Tree]) extends nsc.Global.Tree with Product with Serializable

The call to the super constructor in a class: class A(i: Int) extends B(i) ^^^^

Linear Supertypes
Serializable, java.io.Serializable, nsc.Global.Tree, nsc.Global.Attachable, nsc.Global.TreeContextApiImpl, nsc.Global.TreeContextApi, nsc.Global.AttachableApi, nsc.Global.TreeApi, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SuperConstructorCall
  2. Serializable
  3. Serializable
  4. Tree
  5. Attachable
  6. TreeContextApiImpl
  7. TreeContextApi
  8. AttachableApi
  9. TreeApi
  10. Product
  11. Equals
  12. AnyRef
  13. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SuperConstructorCall(clazz: nsc.Global.Tree, args: List[nsc.Global.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. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  6. val args: List[nsc.Global.Tree]

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def attachments: Attachments { type Pos = EnrichedTrees.this.global.Position }

    Definition Classes
    Attachable
  9. def changeOwner(pairs: (nsc.Global.Symbol, nsc.Global.Symbol)*): nsc.Global.Tree

    Definition Classes
    TreeContextApiImpl
  10. def children: List[nsc.Global.Tree]

    Definition Classes
    TreeContextApiImpl → TreeApi
  11. val clazz: nsc.Global.Tree

  12. def clone(): AnyRef

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

    Definition Classes
    TreeContextApiImpl → TreeApi
  14. def correspondsStructure(that: nsc.Global.Tree)(f: (nsc.Global.Tree, nsc.Global.Tree) ⇒ Boolean): Boolean

    Definition Classes
    TreeContextApiImpl
  15. def defineType(tp: nsc.Global.Type): SuperConstructorCall.this.type

    Definition Classes
    Tree → TreeContextApi
  16. def duplicate: SuperConstructorCall.this.type

    Definition Classes
    Tree → TreeApi
  17. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    Tree → Equals → AnyRef → Any
  19. def equalsStructure(that: nsc.Global.Tree): Boolean

    Definition Classes
    TreeContextApiImpl → TreeApi
  20. def exists(p: (nsc.Global.Tree) ⇒ Boolean): Boolean

    Definition Classes
    TreeContextApiImpl → TreeApi
  21. def filter(f: (nsc.Global.Tree) ⇒ Boolean): List[nsc.Global.Tree]

    Definition Classes
    TreeContextApiImpl → TreeApi
  22. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. def find(p: (nsc.Global.Tree) ⇒ Boolean): Option[nsc.Global.Tree]

    Definition Classes
    TreeContextApiImpl → TreeApi
  24. def forAll(p: (nsc.Global.Tree) ⇒ Boolean): Boolean

    Definition Classes
    TreeContextApiImpl → TreeApi
  25. def foreach(f: (nsc.Global.Tree) ⇒ Unit): Unit

    Definition Classes
    TreeContextApiImpl → TreeApi
  26. def foreachPartial(pf: PartialFunction[nsc.Global.Tree, nsc.Global.Tree]): Unit

    Definition Classes
    TreeContextApiImpl
  27. def freeTerms: List[nsc.Global.FreeTermSymbol]

    Definition Classes
    TreeContextApiImpl → TreeApi
  28. def freeTypes: List[nsc.Global.FreeTypeSymbol]

    Definition Classes
    TreeContextApiImpl → TreeApi
  29. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  30. def hasSymbol: Boolean

    Definition Classes
    Tree
  31. def hasSymbolWhich(f: (nsc.Global.Symbol) ⇒ Boolean): Boolean

    Definition Classes
    TreeContextApiImpl
  32. def hashCode(): Int

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

    Definition Classes
    Tree
  34. def isDef: Boolean

    Definition Classes
    Tree → TreeApi
  35. def isEmpty: Boolean

    Definition Classes
    Tree → TreeApi
  36. def isErroneous: Boolean

    Definition Classes
    TreeContextApiImpl
  37. def isErrorTyped: Boolean

    Definition Classes
    TreeContextApiImpl
  38. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  39. def isTerm: Boolean

    Definition Classes
    Tree → TreeApi
  40. def isType: Boolean

    Definition Classes
    Tree → TreeApi
  41. def isTyped: Boolean

    Definition Classes
    TreeContextApiImpl
  42. def modifyType(f: (nsc.Global.Type) ⇒ nsc.Global.Type): nsc.Global.Tree

    Definition Classes
    TreeContextApiImpl
  43. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  46. def orElse(alt: ⇒ nsc.Global.Tree): nsc.Global.Tree

    Definition Classes
    TreeContextApiImpl → TreeApi
  47. final def pos: nsc.Global.Position

    Definition Classes
    Tree → Attachable → TreeApi
  48. def pos_=(pos: nsc.Global.Position): Unit

    Definition Classes
    Attachable
  49. var rawatt: Attachments { type Pos = EnrichedTrees.this.global.Position }

    Attributes
    protected
    Definition Classes
    Attachable
  50. def removeAttachment[T](implicit arg0: ClassTag[T]): SuperConstructorCall.this.type

    Definition Classes
    Attachable
  51. def setAttachments(attachments: Attachments { type Pos = EnrichedTrees.this.global.Position }): SuperConstructorCall.this.type

    Definition Classes
    Attachable
  52. def setPos(newpos: nsc.Global.Position): SuperConstructorCall.this.type

    Definition Classes
    Attachable
  53. def setSymbol(sym: nsc.Global.Symbol): SuperConstructorCall.this.type

    Definition Classes
    Tree → TreeContextApi
  54. def setType(tp: nsc.Global.Type): SuperConstructorCall.this.type

    Definition Classes
    Tree → TreeContextApi
  55. def shallowDuplicate: nsc.Global.Tree

    Definition Classes
    TreeContextApiImpl
  56. def shortClass: String

    Definition Classes
    TreeContextApiImpl
  57. def substituteSymbols(from: List[nsc.Global.Symbol], to: List[nsc.Global.Symbol]): nsc.Global.Tree

    Definition Classes
    TreeContextApiImpl → TreeApi
  58. def substituteThis(clazz: nsc.Global.Symbol, to: nsc.Global.Tree): nsc.Global.Tree

    Definition Classes
    TreeContextApiImpl → TreeApi
  59. def substituteTypes(from: List[nsc.Global.Symbol], to: List[nsc.Global.Type]): nsc.Global.Tree

    Definition Classes
    TreeContextApiImpl → TreeApi
  60. def summaryString: String

    Definition Classes
    TreeContextApiImpl
  61. def symbol: nsc.Global.Symbol

    Definition Classes
    Tree → TreeApi
  62. def symbol_=(sym: nsc.Global.Symbol): Unit

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

    Definition Classes
    AnyRef
  64. def toString(): String

    Definition Classes
    TreeApi → AnyRef → Any
  65. final def tpe: nsc.Global.Type

    Definition Classes
    Tree → TreeApi
  66. def tpe_=(t: nsc.Global.Type): Unit

    Definition Classes
    Tree → TreeContextApi
  67. def updateAttachment[T](attachment: T)(implicit arg0: ClassTag[T]): SuperConstructorCall.this.type

    Definition Classes
    Attachable
  68. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  71. def withFilter(f: (nsc.Global.Tree) ⇒ Boolean): List[nsc.Global.Tree]

    Definition Classes
    TreeContextApiImpl → TreeApi

Inherited from Serializable

Inherited from java.io.Serializable

Inherited from nsc.Global.Tree

Inherited from nsc.Global.Attachable

Inherited from nsc.Global.TreeContextApiImpl

Inherited from nsc.Global.TreeContextApi

Inherited from nsc.Global.AttachableApi

Inherited from nsc.Global.TreeApi

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped