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

  58. object PolyFunctionType

Inherited from AnyRef

Inherited from Any

Ungrouped