Packages

t

proto

Common

trait Common extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Common
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract val c: Context

Concrete 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. val ArrayByteType: scala.reflect.macros.blackbox.Context.Type
  5. val ArraySeqByteType: scala.reflect.macros.blackbox.Context.Type
  6. val BytesType: scala.reflect.macros.blackbox.Context.Type
  7. val CodedInputStreamType: scala.reflect.macros.blackbox.Context.Type
  8. val CodedOutputStreamType: scala.reflect.macros.blackbox.Context.Type
  9. val ItetableType: scala.reflect.macros.blackbox.Context.Type
  10. val NType: scala.reflect.macros.blackbox.Context.Type
  11. val PrepareType: scala.reflect.macros.blackbox.Context.Type
  12. val RestrictedNType: scala.reflect.macros.blackbox.Context.Type
  13. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  14. def builder(t1: scala.reflect.macros.blackbox.Context.Type, t2: scala.reflect.macros.blackbox.Context.Type): scala.reflect.macros.blackbox.Context.Type
  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  16. def constructorParams(t: scala.reflect.macros.blackbox.Context.Type): List[scala.reflect.macros.Universe.TermSymbol]
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  19. def error[A](msg: String): A
  20. def evalTyped[A](expr: scala.reflect.macros.blackbox.Context.Expr[A]): A
  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def isCaseClass(t: scala.reflect.macros.blackbox.Context.Type): Boolean
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def isIterable(t: scala.reflect.macros.blackbox.Context.Type): Boolean
  26. def isOption(t: scala.reflect.macros.blackbox.Context.Type): Boolean
  27. def isTrait(t: scala.reflect.macros.blackbox.Context.Type): Boolean
  28. def knownDirectSubclasses(t: scala.reflect.macros.blackbox.Context.Type): List[scala.reflect.macros.blackbox.Context.Type]
  29. def knownFinalSubclasses(t: scala.reflect.macros.blackbox.Context.Type): List[scala.reflect.macros.blackbox.Context.Type]
  30. def messageCodecFor(t: scala.reflect.macros.blackbox.Context.Type): scala.reflect.macros.blackbox.Context.Type
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. def typeArgsToReplace(t: scala.reflect.macros.blackbox.Context.Type): List[(scala.reflect.macros.blackbox.Context.Type, scala.reflect.macros.blackbox.Context.Type)]
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. object common

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