scala.tools.nsc.backend.jvm.BCodeBodyBuilder

PlainBodyBuilder

abstract class PlainBodyBuilder extends PlainSkelBuilder

Linear Supertypes
Known Subclasses
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PlainBodyBuilder
  2. PlainSkelBuilder
  3. BCPickles
  4. BCForwardersGen
  5. BCJGenSigGen
  6. JAndroidBuilder
  7. BCAnnotGen
  8. BCClassGen
  9. BCInnerClassGen
  10. AnyRef
  11. Any
Implicitly
  1. by StringAdd
  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 PlainBodyBuilder(cunit: Global.CompilationUnit)

Type Members

  1. case class EnclMethodEntry(owner: String, name: String, methodType: BCodeHelpers.BType) extends Product with Serializable

    Definition Classes
    BCClassGen
  2. case class Local(tk: BCodeSkelBuilder.BType, name: String, idx: Int, isSynth: Boolean) extends Product with Serializable

    Definition Classes
    PlainSkelBuilder

Abstract Value Members

  1. abstract def genLoadTry(tree: Global.Try): BCodeBodyBuilder.BType

  2. abstract def genSynchronized(tree: Global.Apply, expectedType: BCodeBodyBuilder.BType): BCodeBodyBuilder.BType

Concrete Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

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

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

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. val ExcludedForwarderFlags: Long

    Definition Classes
    BCForwardersGen
  9. val MIN_SWITCH_DENSITY: Double

    Definition Classes
    BCClassGen
  10. final val MaximumJvmParameters: Int(254)

    Definition Classes
    PlainSkelBuilder
  11. def adapt(from: BCodeBodyBuilder.BType, to: BCodeBodyBuilder.BType): Unit

  12. def addClassFields(): Unit

    Definition Classes
    PlainSkelBuilder
  13. def addForwarders(isRemoteClass: Boolean, jclass: ClassVisitor, jclassName: String, moduleClass: Global.Symbol): Unit

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

    Definition Classes
    BCForwardersGen
  15. def addSerialVUID(id: Long, jclass: ClassVisitor): Unit

    Definition Classes
    BCClassGen
  16. val androidFieldName: Global.TermName

    Definition Classes
    JAndroidBuilder
  17. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  18. final def asmClassType(sym: Global.Symbol): BCodeBodyBuilder.BType

    Definition Classes
    BCInnerClassGen
  19. def asmMethodType(msym: Global.Symbol): BCodeBodyBuilder.BType

    Definition Classes
    BCInnerClassGen
  20. object bc extends BCodeSkelBuilder.JCodeMethodN

    Definition Classes
    PlainSkelBuilder
  21. var claszSymbol: Global.Symbol

    Definition Classes
    PlainSkelBuilder
  22. var cleanups: List[Label]

    Definition Classes
    PlainSkelBuilder
  23. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. var cnode: ClassNode

    Definition Classes
    PlainSkelBuilder
  25. def createJAttribute(name: String, b: Array[Byte], offset: Int, len: Int): Attribute

    Definition Classes
    BCPickles
  26. def currProgramPoint(): Label

    Definition Classes
    PlainSkelBuilder
  27. def debugLevel: Int

    Definition Classes
    BCInnerClassGen
  28. final def descriptor(sym: Global.Symbol): String

    Definition Classes
    BCInnerClassGen
  29. final def descriptor(t: Global.Type): String

    Definition Classes
    BCInnerClassGen
  30. var earlyReturnVar: Global.Symbol

    Definition Classes
    PlainSkelBuilder
  31. def emit(is: List[AbstractInsnNode]): Unit

  32. def emit(i: AbstractInsnNode): Unit

  33. def emit(opc: Int): Unit

  34. def emitAnnotations(fw: FieldVisitor, annotations: List[Global.AnnotationInfo]): Unit

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

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

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

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

    Definition Classes
    BCAnnotGen
  39. val emitLines: Boolean

    Definition Classes
    BCInnerClassGen
  40. def emitLocalVarScope(sym: Global.Symbol, start: Label, end: Label, force: Boolean = false): Unit

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

    Definition Classes
    BCAnnotGen
  42. val emitSource: Boolean

    Definition Classes
    BCInnerClassGen
  43. val emitVars: Boolean

    Definition Classes
    BCInnerClassGen
  44. def emitZeroOf(tk: BCodeBodyBuilder.BType): Unit

  45. def ensuring(cond: (PlainBodyBuilder) ⇒ Boolean, msg: ⇒ Any): PlainBodyBuilder

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  51. def fieldLoad(field: Global.Symbol, hostClass: Global.Symbol = null): Unit

  52. def fieldStore(field: Global.Symbol, hostClass: Global.Symbol = null): Unit

  53. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  54. def findHostClass(selector: Global.Type, sym: Global.Symbol): Global.Symbol

  55. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from PlainBodyBuilder to StringFormat[PlainBodyBuilder] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  56. def gen(tree: Global.Tree): Unit

    Definition Classes
    PlainSkelBuilder
  57. def genArithmeticOp(tree: Global.Tree, code: Int): BCodeBodyBuilder.BType

  58. def genArrayOp(tree: Global.Tree, code: Int, expectedType: BCodeBodyBuilder.BType): BCodeBodyBuilder.BType

  59. def genBlock(tree: Global.Block, expectedType: BCodeBodyBuilder.BType): Unit

  60. def genCallMethod(method: Global.Symbol, style: InvokeStyle, hostClass0: Global.Symbol = null, pos: Global.Position = NoPosition): Unit

  61. def genCast(to: BCodeBodyBuilder.BType, cast: Boolean): Unit

  62. def genCoercion(code: Int): Unit

  63. def genConstant(const: Global.Constant): Unit

  64. def genConversion(from: BCodeBodyBuilder.BType, to: BCodeBodyBuilder.BType, cast: Boolean): Unit

  65. def genDefDef(dd: Global.DefDef): Unit

    Definition Classes
    PlainSkelBuilder
  66. def genEqEqPrimitive(l: Global.Tree, r: Global.Tree, success: Label, failure: Label): Unit

  67. def genLoad(tree: Global.Tree, expectedType: BCodeBodyBuilder.BType): Unit

    Definition Classes
    PlainBodyBuilderPlainSkelBuilder
  68. def genLoad(tree: Global.Tree): Unit

  69. def genLoadArguments(args: List[Global.Tree], btpes: List[BCodeBodyBuilder.BType]): Unit

  70. def genLoadIf(tree: Global.If, expectedType: BCodeBodyBuilder.BType): BCodeBodyBuilder.BType

  71. def genLoadLabelArguments(args: List[Global.Tree], lblDef: Global.LabelDef, gotoPos: Global.Position): Unit

  72. def genLoadModule(module: Global.Symbol): Unit

  73. def genLoadModule(tree: Global.Tree): BCodeBodyBuilder.BType

  74. def genLoadQualifier(tree: Global.Tree): Unit

  75. def genPlainClass(cd: Global.ClassDef): Unit

    Definition Classes
    PlainSkelBuilder
  76. def genPrimitiveOp(tree: Global.Apply, expectedType: BCodeBodyBuilder.BType): BCodeBodyBuilder.BType

  77. def genScalaHash(tree: Global.Tree): BCodeBodyBuilder.BType

  78. def genStat(tree: Global.Tree): Unit

  79. def genStringConcat(tree: Global.Tree): BCodeBodyBuilder.BType

  80. def genThrow(expr: Global.Tree): BCodeBodyBuilder.BType

  81. def getAnnotPickle(jclassName: String, sym: Global.Symbol): Option[Global.AnnotationInfo]

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

    Definition Classes
    AnyRef → Any
  83. def getCurrentCUnit(): Global.CompilationUnit

    Definition Classes
    PlainSkelBuilderBCJGenSigGen
  84. def getEnclosingMethodAttribute(clazz: Global.Symbol): EnclMethodEntry

    Definition Classes
    BCClassGen
  85. def getExceptions(excs: List[Global.AnnotationInfo]): List[String]

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

    Definition Classes
    BCJGenSigGen
  87. def getMaxType(ts: List[Global.Type]): BCodeBodyBuilder.BType

  88. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  89. def ifOneIsNull(l: Global.Tree, r: Global.Tree): Global.Tree

  90. def initJMethod(flags: Int, paramAnnotations: List[List[Global.AnnotationInfo]]): Unit

    Definition Classes
    PlainSkelBuilder
  91. val innerClassBufferASM: Set[BCodeBodyBuilder.BType]

    Definition Classes
    BCInnerClassGen
  92. var insideCleanupBlock: Boolean

    Definition Classes
    PlainSkelBuilder
  93. final def internalName(sym: Global.Symbol): String

    Definition Classes
    BCInnerClassGen
  94. def isAndroidParcelableClass(sym: Global.Symbol): Boolean

    Definition Classes
    JAndroidBuilder
  95. def isAtProgramPoint(lbl: Label): Boolean

    Definition Classes
    PlainSkelBuilder
  96. var isCZParcelable: Boolean

    Definition Classes
    PlainSkelBuilder
  97. var isCZRemote: Boolean

    Definition Classes
    PlainSkelBuilder
  98. var isCZStaticModule: Boolean

    Definition Classes
    PlainSkelBuilder
  99. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  100. var isMethSymBridge: Boolean

    Definition Classes
    PlainSkelBuilder
  101. var isMethSymStaticCtor: Boolean

    Definition Classes
    PlainSkelBuilder
  102. var isModuleInitialized: Boolean

    Definition Classes
    PlainSkelBuilder
  103. def isNull(t: Global.Tree): Boolean

  104. def isPrimitive(fun: Global.Symbol): Boolean

  105. var jMethodName: String

    Definition Classes
    PlainSkelBuilder
  106. var jumpDest: Map[Global.Symbol, Label]

    Definition Classes
    PlainSkelBuilder
  107. var labelDef: Map[Global.Symbol, Global.LabelDef]

    Definition Classes
    PlainSkelBuilder
  108. var labelDefsAtOrUnder: Map[Global.Tree, List[Global.LabelDef]]

    Definition Classes
    PlainSkelBuilder
  109. var lastEmittedLineNr: Int

    Definition Classes
    PlainSkelBuilder
  110. def lastInsn: AbstractInsnNode

    Definition Classes
    PlainSkelBuilder
  111. def legacyAddCreatorCode(clinit: MethodVisitor, cnode: ClassNode, thisName: String): Unit

    Definition Classes
    JAndroidBuilder
  112. def liftStringConcat(tree: Global.Tree): List[Global.Tree]

  113. def lineNumber(tree: Global.Tree): Unit

    Definition Classes
    PlainSkelBuilder
  114. object locals

    Definition Classes
    PlainSkelBuilder
  115. def log(msg: ⇒ AnyRef): Unit

    Definition Classes
    PlainSkelBuilder
  116. def markProgramPoint(lbl: Label): Unit

    Definition Classes
    PlainSkelBuilder
  117. var methSymbol: Global.Symbol

    Definition Classes
    PlainSkelBuilder
  118. var mnode: MethodNode

    Definition Classes
    PlainSkelBuilder
  119. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  122. def paramTKs(app: Global.Apply): List[BCodeBodyBuilder.BType]

    Definition Classes
    PlainSkelBuilder
  123. def pickleMarkerForeign: Attribute

    Definition Classes
    BCPickles
  124. def pickleMarkerLocal: Attribute

    Definition Classes
    BCPickles
  125. def programPoint(labelSym: Global.Symbol): Label

    Definition Classes
    PlainSkelBuilder
  126. def registerCleanup(finCleanup: Label): Unit

    Definition Classes
    PlainSkelBuilder
  127. def resetMethodBookkeeping(dd: Global.DefDef): Unit

    Definition Classes
    PlainSkelBuilder
  128. var returnType: BCodeBodyBuilder.BType

    Definition Classes
    PlainSkelBuilder
  129. def serialVUID(csym: Global.Symbol): Option[Long]

    Definition Classes
    BCClassGen
  130. var shouldEmitCleanup: Boolean

    Definition Classes
    PlainSkelBuilder
  131. def symInfoTK(sym: Global.Symbol): BCodeBodyBuilder.BType

    Definition Classes
    PlainSkelBuilder
  132. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  133. val testOpForPrimitive: Array[Global.icodes.TestOp]

  134. var thisName: String

    Definition Classes
    PlainSkelBuilder
  135. def toString(): String

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

    Definition Classes
    BCInnerClassGen
  137. def tpeTK(tree: Global.Tree): BCodeBodyBuilder.BType

    Definition Classes
    PlainSkelBuilder
  138. final def trackMemberClasses(csym: Global.Symbol, lateClosuresBTs: List[BCodeBodyBuilder.BType]): List[BCodeBodyBuilder.BType]

    Definition Classes
    BCInnerClassGen
  139. def ubytesToCharArray(bytes: Array[Byte]): Array[Char]

    Definition Classes
    BCAnnotGen
  140. def unregisterCleanup(finCleanup: Label): Unit

    Definition Classes
    PlainSkelBuilder
  141. var varsInScope: List[(Global.Symbol, Label)]

    Definition Classes
    PlainSkelBuilder
  142. val versionPickle: PickleBuffer

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion StringAdd from PlainBodyBuilder to StringAdd[PlainBodyBuilder]

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

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

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

Ungrouped