scala.tools.nsc.backend.jvm.BCodeHelpers

JCommonBuilder

abstract class JCommonBuilder extends BCInnerClassGen with BCAnnotGen with BCForwardersGen with BCPickles

Source
BCodeHelpers.scala
Linear Supertypes
Known Subclasses
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. JCommonBuilder
  2. BCPickles
  3. BCForwardersGen
  4. BCJGenSigGen
  5. BCAnnotGen
  6. BCInnerClassGen
  7. AnyRef
  8. 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

Instance Constructors

  1. new JCommonBuilder()

Abstract Value Members

  1. abstract def getCurrentCUnit(): Global.CompilationUnit

    Definition Classes
    BCJGenSigGen

Concrete 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 JCommonBuilder to any2stringadd[JCommonBuilder] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (JCommonBuilder, B)

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

    Definition Classes
    AnyRef → Any
  6. def addForwarders(isRemoteClass: Boolean, jclass: ClassVisitor, jclassName: String, moduleClass: Global.Symbol): Unit

    Definition Classes
    BCForwardersGen
  7. def addRemoteExceptionAnnot(isRemoteClass: Boolean, isJMethodPublic: Boolean, meth: Global.Symbol): Unit

    Definition Classes
    BCForwardersGen
  8. final def asInstanceOf[T0]: T0

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

    Definition Classes
    BCInnerClassGen
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def createJAttribute(name: String, b: Array[Byte], offset: Int, len: Int): Attribute

    Definition Classes
    BCPickles
  12. def debugLevel: Int

    Definition Classes
    BCInnerClassGen
  13. 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.

    Definition Classes
    BCInnerClassGen
  14. 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.

    Definition Classes
    BCInnerClassGen
  15. def emitAnnotations(fw: FieldVisitor, annotations: List[Global.AnnotationInfo]): Unit

    Definition Classes
    BCAnnotGen
  16. def emitAnnotations(mw: MethodVisitor, annotations: List[Global.AnnotationInfo]): Unit

    Definition Classes
    BCAnnotGen
  17. def emitAnnotations(cw: ClassVisitor, annotations: List[Global.AnnotationInfo]): Unit

    Definition Classes
    BCAnnotGen
  18. def emitArgument(av: AnnotationVisitor, name: String, arg: Global.ClassfileAnnotArg): Unit

    Definition Classes
    BCAnnotGen
  19. def emitAssocs(av: AnnotationVisitor, assocs: List[(Global.Name, Global.ClassfileAnnotArg)]): Unit

    Definition Classes
    BCAnnotGen
  20. final val emitLines: Boolean

    Definition Classes
    BCInnerClassGen
  21. def emitParamAnnotations(jmethod: MethodVisitor, pannotss: List[List[Global.AnnotationInfo]]): Unit

    Definition Classes
    BCAnnotGen
  22. final val emitSource: Boolean

    Definition Classes
    BCInnerClassGen
  23. final val emitVars: Boolean

    Definition Classes
    BCInnerClassGen
  24. def ensuring(cond: (JCommonBuilder) ⇒ Boolean, msg: ⇒ Any): JCommonBuilder

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

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

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

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

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

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

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

    Implicit information
    This member is added by an implicit conversion from JCommonBuilder to StringFormat[JCommonBuilder] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  32. def getAnnotPickle(jclassName: String, sym: Global.Symbol): Option[Global.AnnotationInfo]

    Definition Classes
    BCPickles
  33. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  34. 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.

    Definition Classes
    BCInnerClassGen
  35. def getExceptions(excs: List[Global.AnnotationInfo]): List[String]

    Definition Classes
    BCForwardersGen
  36. def getGenericSignature(sym: Global.Symbol, owner: Global.Symbol): String

    Definition Classes
    BCJGenSigGen
  37. def hashCode(): Int

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

    Definition Classes
    BCInnerClassGen
  39. 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.

    Definition Classes
    BCInnerClassGen
  40. final def isInstanceOf[T0]: Boolean

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

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

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

    Definition Classes
    AnyRef
  44. def pickleMarkerForeign: Attribute

    Definition Classes
    BCPickles
  45. def pickleMarkerLocal: Attribute

    Definition Classes
    BCPickles
  46. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  47. def toString(): String

    Definition Classes
    AnyRef → Any
  48. 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.

    Definition Classes
    BCInnerClassGen
  49. val versionPickle: PickleBuffer

    Definition Classes
    BCPickles
  50. final def wait(): Unit

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

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

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

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

Inherited from BCPickles

Inherited from BCForwardersGen

Inherited from BCJGenSigGen

Inherited from BCAnnotGen

Inherited from BCInnerClassGen

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped