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[Top]
  15. def genExternMethod(attrs: Attrs, name: Member, origSig: nir.Type.Function, dd: G.DefDef): Option[Defn]
  16. def genLinktimeResolved(dd: G.DefDef, name: Member)(implicit pos: SourcePosition): Option[Defn]
    Attributes
    protected
  17. def genMethod(dd: G.DefDef): Option[Defn]
  18. def genMethodBody(dd: G.DefDef, bodyp: G.Tree, isExtern: Boolean): 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()
  28. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  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()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  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(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  42. def withFreshExprBuffer[R](f: (NirGenPhase.ExprBuffer) => R): R

Inherited from AnyRef

Inherited from Any

Ungrouped