Packages

object defn

Source
TypeOps.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. defn
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final val AlphaAnnotationClass: TastyUniverse.Symbol
  5. def AnnotatedType(tpe: TastyUniverse.Type, annot: TastyUniverse.Tree): TastyUniverse.Type
  6. def AppliedType(tycon: TastyUniverse.Type, args: List[TastyUniverse.Type])(implicit ctx: TastyUniverse.Context): TastyUniverse.Type
  7. def ByNameType(arg: TastyUniverse.Type): TastyUniverse.Type
  8. final val ChildAnnot: TastyUniverse.Symbol
  9. def ClassInfoType(parents: List[TastyUniverse.Type], decls: List[TastyUniverse.Symbol], clazz: TastyUniverse.Symbol): TastyUniverse.Type
  10. def ClassInfoType(parents: List[TastyUniverse.Type], clazz: TastyUniverse.Symbol): TastyUniverse.Type
  11. def ConstantType(c: TastyUniverse.Constant): TastyUniverse.Type
  12. def DefDefType(typeParams: List[TastyUniverse.Symbol], valueParamss: List[List[TastyUniverse.Symbol]], resultType: TastyUniverse.Type): TastyUniverse.Type

    The method type corresponding to given parameters and result type

  13. def ExprType(res: TastyUniverse.Type): TastyUniverse.Type
  14. def InlineExprType(res: TastyUniverse.Type): TastyUniverse.Type
  15. def IntersectionType(tps: List[TastyUniverse.Type]): TastyUniverse.Type
  16. def IntersectionType(tps: TastyUniverse.Type*): TastyUniverse.Type
  17. def LambdaFromParams(typeParams: List[TastyUniverse.Symbol], ret: TastyUniverse.Type): TastyUniverse.Type
  18. final val NoType: TastyUniverse.Type
  19. def NormalisedBounds(tpe: TastyUniverse.Type, sym: TastyUniverse.Symbol)(implicit ctx: TastyUniverse.Context): TastyUniverse.Type
  20. def PolyType(params: List[TastyUniverse.Symbol], res: TastyUniverse.Type): TastyUniverse.Type
  21. def RecType(run: (TastyUniverse.RecType) => TastyUniverse.Type)(implicit ctx: TastyUniverse.Context): TastyUniverse.Type
  22. def RefinedType(parent: TastyUniverse.Type, name: TastyName, refinedCls: TastyUniverse.Symbol, tpe: TastyUniverse.Type)(implicit ctx: TastyUniverse.Context): TastyUniverse.Type
  23. final val RepeatedAnnot: TastyUniverse.Symbol
  24. def SingleType(pre: TastyUniverse.Type, sym: TastyUniverse.Symbol): TastyUniverse.Type
  25. final val StaticMethodAnnotationClass: TastyUniverse.Symbol
  26. def SuperType(thisTpe: TastyUniverse.Type, superTpe: TastyUniverse.Type): TastyUniverse.Type
  27. def ThisType(sym: TastyUniverse.Symbol): TastyUniverse.Type
  28. def TypeBounds(lo: TastyUniverse.Type, hi: TastyUniverse.Type): TastyUniverse.Type
  29. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  30. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  31. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  33. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  34. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  35. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  36. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  37. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  38. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  39. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  40. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  41. def toString(): String
    Definition Classes
    AnyRef → Any
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  45. object DefaultInfo extends TastyCore.SymbolTable.Type with TastyUniverse.TastyRepr

    Represents a symbol that has been initialised by TastyUnpickler, but can not be in a state of completion because its definition has not yet been seen.

  46. object PolyFunctionType

Inherited from AnyRef

Inherited from Any

Ungrouped