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(opc: Int): Unit

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

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

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

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

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

    Definition Classes
    BCAnnotGen
  37. val emitLines: Boolean

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

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

    Definition Classes
    BCAnnotGen
  40. val emitSource: Boolean

    Definition Classes
    BCInnerClassGen
  41. val emitVars: Boolean

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

  43. 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
  44. 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
  45. 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
  46. 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
  47. final def eq(arg0: AnyRef): Boolean

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

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

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

  51. def finalize(): Unit

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

  53. 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()
  54. def gen(tree: Global.Tree): Unit

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

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

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

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

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

  60. def genCoercion(code: Int): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    BCJGenSigGen
  85. def hashCode(): Int

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

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

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

    Definition Classes
    BCInnerClassGen
  89. var insideCleanupBlock: Boolean

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

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

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

    Definition Classes
    PlainSkelBuilder
  93. var isCZParcelable: Boolean

    Definition Classes
    PlainSkelBuilder
  94. var isCZRemote: Boolean

    Definition Classes
    PlainSkelBuilder
  95. var isCZStaticModule: Boolean

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

    Definition Classes
    Any
  97. var isMethSymStaticCtor: Boolean

    Definition Classes
    PlainSkelBuilder
  98. var isModuleInitialized: Boolean

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

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

  101. var jMethodName: String

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

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

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

    Definition Classes
    PlainSkelBuilder
  105. var lastEmittedLineNr: Int

    Definition Classes
    PlainSkelBuilder
  106. def lastInsn: AbstractInsnNode

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

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

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

    Definition Classes
    PlainSkelBuilder
  110. object locals

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

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

    Definition Classes
    PlainSkelBuilder
  113. var methSymbol: Global.Symbol

    Definition Classes
    PlainSkelBuilder
  114. var mnode: MethodNode

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

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

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

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

    Definition Classes
    PlainSkelBuilder
  119. def pickleMarkerForeign: Attribute

    Definition Classes
    BCPickles
  120. def pickleMarkerLocal: Attribute

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

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

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

    Definition Classes
    PlainSkelBuilder
  124. var returnType: BCodeBodyBuilder.BType

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

    Definition Classes
    BCClassGen
  126. var shouldEmitCleanup: Boolean

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

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

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

  130. var thisName: String

    Definition Classes
    PlainSkelBuilder
  131. def toString(): String

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

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

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

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

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

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

    Definition Classes
    PlainSkelBuilder
  138. val versionPickle: PickleBuffer

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  142. 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