Packages

class StatBuffer extends AnyRef

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StatBuffer
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new StatBuffer()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +=(defn: Defn): Unit
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def genClass(cd: G.ClassDef): Unit
  10. def genClassAttrs(cd: G.ClassDef): Attrs
  11. def genClassFields(cd: G.ClassDef): Unit
  12. def genClassInterfaces(sym: G.Symbol): collection.immutable.List[Top]
  13. def genClassParent(sym: G.Symbol): Option[Global]
  14. def genExternMethod(attrs: Attrs, name: Global, origSig: Type, rhs: G.Tree): Option[Defn]
  15. def genLinktimeResolved(dd: G.DefDef, name: Global)(implicit pos: Position): Option[Defn]
    Attributes
    protected
  16. def genMethod(dd: G.DefDef): Option[Defn]
  17. def genMethodAttrs(sym: G.Symbol): Attrs
  18. def genMethodBody(dd: G.DefDef, bodyp: G.Tree): Seq[Inst]
  19. def genMethods(cd: G.ClassDef): Unit
  20. def genNormalClass(cd: G.ClassDef): Unit
  21. def genReflectiveInstantiation(cd: G.ClassDef): Unit
  22. def genRegisterReflectiveInstantiation(cd: G.ClassDef): Unit
  23. def genRegisterReflectiveInstantiationForModuleClass(cd: G.ClassDef): Seq[Inst]
  24. def genRegisterReflectiveInstantiationForNormalClass(cd: G.ClassDef): Seq[Inst]
  25. def genStruct(cd: G.ClassDef): Unit
  26. def genStructAttrs(sym: G.Symbol): Attrs
  27. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. def isEmpty: Boolean
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. def nonEmpty: Boolean
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  35. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  36. def toSeq: Seq[Defn]
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. def validateExternCtor(rhs: G.Tree): Unit
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. def withFreshExprBuffer[R](f: (NirGenPhase.ExprBuffer) => R): R

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