Packages

sealed trait TailContext extends AnyRef

Source
TailCalls.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TailContext
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def label: Global.Symbol
  2. abstract def method: Global.Symbol
  3. abstract def methodPos: Global.Position
  4. abstract def tailLabels: Set[Global.Symbol]
  5. abstract def tailPos: Boolean
  6. abstract def tparams: List[Global.Symbol]

Concrete Value Members

  1. def enclosingType: Global.Type
  2. def isEligible: Boolean
  3. def isMandatory: Boolean
  4. def isTransformed: Boolean
  5. def newThis(pos: Global.Position): Global.TermSymbol
  6. final def noTailContext(): TailContext
  7. def toString(): String
    Definition Classes
    TailContext → AnyRef → Any
  8. final def yesTailContext(): TailContext