Packages

object defn

Source
TypeOps.scala
Linear Supertypes
AnyRef, Any
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. def AnnotatedType(tpe: TastyUniverse.Type, annot: TastyUniverse.Tree): TastyUniverse.Type
  5. def AppliedType(tycon: TastyUniverse.Type, args: List[TastyUniverse.Type])(implicit ctx: TastyUniverse.Context): TastyUniverse.Type
  6. def ByNameType(arg: TastyUniverse.Type): TastyUniverse.Type
  7. final val ChildAnnot: TastyUniverse.Symbol
  8. def ClassInfoType(parents: List[TastyUniverse.Type], decls: List[TastyUniverse.Symbol], clazz: TastyUniverse.Symbol): TastyUniverse.Type
  9. def ClassInfoType(parents: List[TastyUniverse.Type], clazz: TastyUniverse.Symbol): TastyUniverse.Type
  10. def ConstantType(c: TastyUniverse.Constant): TastyUniverse.Type
  11. 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

  12. def ExprType(res: TastyUniverse.Type): TastyUniverse.Type
  13. def InitialTypeInfo: 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. def NamedType(prefix: TastyUniverse.Type, sym: TastyUniverse.Symbol): TastyUniverse.Type
  19. final val NoPrefix: TastyUniverse.Type
  20. final val NoType: TastyUniverse.Type
  21. def NormalisedBounds(tpe: TastyUniverse.Type, sym: TastyUniverse.Symbol)(implicit ctx: TastyUniverse.Context): TastyUniverse.Type
  22. def OpaqueTypeToBounds(tpe: TastyUniverse.Type): (TastyUniverse.Type, TastyUniverse.Type)
  23. def ParamRef(binder: TastyUniverse.Type, idx: Int): TastyUniverse.Type
  24. def PolyType(params: List[TastyUniverse.Symbol], res: TastyUniverse.Type): TastyUniverse.Type
  25. def RecThis(tpe: TastyUniverse.Type): TastyUniverse.Type
  26. def RecType(run: (TastyUniverse.RecType) => TastyUniverse.Type)(implicit ctx: TastyUniverse.Context): TastyUniverse.Type
  27. def RefinedType(parent: TastyUniverse.Type, name: TastyName, refinedCls: TastyUniverse.Symbol, tpe: TastyUniverse.Type)(implicit ctx: TastyUniverse.Context): TastyUniverse.Type
  28. final val RepeatedAnnot: TastyUniverse.Symbol
  29. def SingleType(pre: TastyUniverse.Type, sym: TastyUniverse.Symbol): TastyUniverse.Type
  30. final val StaticMethodAnnotationClass: TastyUniverse.Symbol
  31. def SuperType(thisTpe: TastyUniverse.Type, superTpe: TastyUniverse.Type): TastyUniverse.Type
  32. final val TargetNameAnnotationClass: TastyUniverse.Symbol
  33. def TermRef(prefix: TastyUniverse.Type, name: TastyName)(implicit ctx: TastyUniverse.Context): TastyUniverse.Type
  34. def TermRefIn(prefix: TastyUniverse.Type, space: TastyUniverse.Type, name: TastyName)(implicit ctx: TastyUniverse.Context): TastyUniverse.Type
  35. def ThisType(tpe: TastyUniverse.Type): TastyUniverse.Type
  36. def TypeBounds(lo: TastyUniverse.Type, hi: TastyUniverse.Type): TastyUniverse.Type
  37. def TypeRef(prefix: TastyUniverse.Type, name: TypeName)(implicit ctx: TastyUniverse.Context): TastyUniverse.Type
  38. def TypeRefIn(prefix: TastyUniverse.Type, space: TastyUniverse.Type, name: TypeName)(implicit ctx: TastyUniverse.Context): TastyUniverse.Type
  39. def adjustParent(tp: TastyUniverse.Type): TastyUniverse.Type
  40. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  41. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  42. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  43. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  44. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  45. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  46. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  47. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  48. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  49. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  50. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  51. def toString(): String
    Definition Classes
    AnyRef → Any
  52. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  53. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  54. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  55. 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.

  56. object PolyFunctionType

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped