scala.tools.nsc.backend.jvm.BCodeHelpers

BCInnerClassGen

trait BCInnerClassGen extends AnyRef

Source
BCodeHelpers.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BCInnerClassGen
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from BCInnerClassGen to any2stringadd[BCInnerClassGen] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (BCInnerClassGen, B)

    Implicit information
    This member is added by an implicit conversion from BCInnerClassGen to ArrowAssoc[BCInnerClassGen] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. final def asmMethodType(msym: Global.Symbol): BTypesFromSymbols.MethodBType

  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def debugLevel: Int

  10. final def descriptor(sym: Global.Symbol): String

    The jvm descriptor for a symbol.

    The jvm descriptor for a symbol. If sym represents a nested class, its ClassBType is added to the innerClassBufferASM.

  11. final def descriptor(t: Global.Type): String

    The jvm descriptor of a type.

    The jvm descriptor of a type. If t references a nested class, its ClassBType is added to the innerClassBufferASM.

  12. final val emitLines: Boolean

  13. final val emitSource: Boolean

  14. final val emitVars: Boolean

  15. def ensuring(cond: (BCInnerClassGen) ⇒ Boolean, msg: ⇒ Any): BCInnerClassGen

    Implicit information
    This member is added by an implicit conversion from BCInnerClassGen to Ensuring[BCInnerClassGen] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: (BCInnerClassGen) ⇒ Boolean): BCInnerClassGen

    Implicit information
    This member is added by an implicit conversion from BCInnerClassGen to Ensuring[BCInnerClassGen] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean, msg: ⇒ Any): BCInnerClassGen

    Implicit information
    This member is added by an implicit conversion from BCInnerClassGen to Ensuring[BCInnerClassGen] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: Boolean): BCInnerClassGen

    Implicit information
    This member is added by an implicit conversion from BCInnerClassGen to Ensuring[BCInnerClassGen] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  21. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from BCInnerClassGen to StringFormat[BCInnerClassGen] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  23. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  24. final def getClassBTypeAndRegisterInnerClass(sym: Global.Symbol): BTypesFromSymbols.ClassBType

    The ClassBType for a class symbol.

    The ClassBType for a class symbol. If the class is nested, the ClassBType is added to the innerClassBufferASM.

    The class symbol scala.Nothing is mapped to the class scala.runtime.Nothing$. Similarly, scala.Null is mapped to scala.runtime.Null$. This is because there exist no class files for the Nothing / Null. If used for example as a parameter type, we use the runtime classes in the classfile method signature.

    Note that the referenced class symbol may be an implementation class. For example when compiling a mixed-in method that forwards to the static method in the implementation class, the class descriptor of the receiver (the implementation class) is obtained by creating the ClassBType.

  25. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  26. final val innerClassBufferASM: Set[BTypesFromSymbols.ClassBType]

  27. final def internalName(sym: Global.Symbol): String

    The class internal name for a given class symbol.

    The class internal name for a given class symbol. If the symbol describes a nested class, the ClassBType is added to the innerClassBufferASM.

  28. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  29. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  30. final def notify(): Unit

    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  33. def toString(): String

    Definition Classes
    AnyRef → Any
  34. final def toTypeKind(t: Global.Type): BTypesFromSymbols.BType

    This method returns the BType for a type reference, for example a parameter type.

    This method returns the BType for a type reference, for example a parameter type.

    If the result is a ClassBType for a nested class, it is added to the innerClassBufferASM.

    If t references a class, toTypeKind ensures that the class is not an implementation class. See also comment on getClassBTypeAndRegisterInnerClass, which is invoked for implementation classes.

  35. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. def [B](y: B): (BCInnerClassGen, B)

    Implicit information
    This member is added by an implicit conversion from BCInnerClassGen to ArrowAssoc[BCInnerClassGen] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from BCInnerClassGen to any2stringadd[BCInnerClassGen]

Inherited by implicit conversion StringFormat from BCInnerClassGen to StringFormat[BCInnerClassGen]

Inherited by implicit conversion Ensuring from BCInnerClassGen to Ensuring[BCInnerClassGen]

Inherited by implicit conversion ArrowAssoc from BCInnerClassGen to ArrowAssoc[BCInnerClassGen]

Ungrouped