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

Inherited from AnyRef

Inherited from Any

Ungrouped