scala.tools.nsc.backend.jvm.BCodeSkelBuilder

PlainSkelBuilder

abstract class PlainSkelBuilder extends BCClassGen with BCAnnotGen with BCInnerClassGen with JAndroidBuilder with BCForwardersGen with BCPickles with BCJGenSigGen

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

Abstract Value Members

  1. abstract def genLoad(tree: Global.Tree, expectedType: BCodeSkelBuilder.BType): Unit

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 PlainSkelBuilder to StringAdd[PlainSkelBuilder] performed by method StringAdd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (PlainSkelBuilder, B)

    Implicit information
    This member is added by an implicit conversion from PlainSkelBuilder to ArrowAssoc[PlainSkelBuilder] 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)

  11. def addClassFields(): Unit

  12. def addForwarders(isRemoteClass: Boolean, jclass: ClassVisitor, jclassName: String, moduleClass: Global.Symbol): Unit

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

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

    Definition Classes
    BCClassGen
  15. val androidFieldName: Global.TermName

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

    Definition Classes
    Any
  17. final def asmClassType(sym: Global.Symbol): BCodeSkelBuilder.BType

    Definition Classes
    BCInnerClassGen
  18. def asmMethodType(msym: Global.Symbol): BCodeSkelBuilder.BType

    Definition Classes
    BCInnerClassGen
  19. object bc extends BCodeSkelBuilder.JCodeMethodN

  20. var claszSymbol: Global.Symbol

  21. var cleanups: List[Label]

  22. def clone(): AnyRef

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

  24. def createJAttribute(name: String, b: Array[Byte], offset: Int, len: Int): Attribute

    Definition Classes
    BCPickles
  25. def currProgramPoint(): Label

  26. def debugLevel: Int

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

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

    Definition Classes
    BCInnerClassGen
  29. var earlyReturnVar: Global.Symbol

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

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

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

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

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

    Definition Classes
    BCAnnotGen
  35. val emitLines: Boolean

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

  37. def emitParamAnnotations(jmethod: MethodVisitor, pannotss: List[List[Global.AnnotationInfo]]): Unit

    Definition Classes
    BCAnnotGen
  38. val emitSource: Boolean

    Definition Classes
    BCInnerClassGen
  39. val emitVars: Boolean

    Definition Classes
    BCInnerClassGen
  40. def ensuring(cond: (PlainSkelBuilder) ⇒ Boolean, msg: ⇒ Any): PlainSkelBuilder

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    BCJGenSigGen
  57. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  58. def initJMethod(flags: Int, paramAnnotations: List[List[Global.AnnotationInfo]]): Unit

  59. val innerClassBufferASM: Set[BCodeSkelBuilder.BType]

    Definition Classes
    BCInnerClassGen
  60. var insideCleanupBlock: Boolean

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

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

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

  64. var isCZParcelable: Boolean

  65. var isCZRemote: Boolean

  66. var isCZStaticModule: Boolean

  67. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  68. var isMethSymStaticCtor: Boolean

  69. var isModuleInitialized: Boolean

  70. var jMethodName: String

  71. var jumpDest: Map[Global.Symbol, Label]

  72. var labelDef: Map[Global.Symbol, Global.LabelDef]

  73. var labelDefsAtOrUnder: Map[Global.Tree, List[Global.LabelDef]]

  74. var lastEmittedLineNr: Int

  75. def lastInsn: AbstractInsnNode

  76. def legacyAddCreatorCode(clinit: MethodVisitor, cnode: ClassNode, thisName: String): Unit

    Definition Classes
    JAndroidBuilder
  77. def lineNumber(tree: Global.Tree): Unit

  78. object locals

  79. def log(msg: ⇒ AnyRef): Unit

  80. def markProgramPoint(lbl: Label): Unit

  81. var methSymbol: Global.Symbol

  82. var mnode: MethodNode

  83. final def ne(arg0: AnyRef): Boolean

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

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

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

  87. def pickleMarkerForeign: Attribute

    Definition Classes
    BCPickles
  88. def pickleMarkerLocal: Attribute

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

  90. def registerCleanup(finCleanup: Label): Unit

  91. def resetMethodBookkeeping(dd: Global.DefDef): Unit

  92. var returnType: BCodeSkelBuilder.BType

  93. def serialVUID(csym: Global.Symbol): Option[Long]

    Definition Classes
    BCClassGen
  94. var shouldEmitCleanup: Boolean

  95. def symInfoTK(sym: Global.Symbol): BCodeSkelBuilder.BType

  96. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  97. var thisName: String

  98. def toString(): String

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

    Definition Classes
    BCInnerClassGen
  100. def tpeTK(tree: Global.Tree): BCodeSkelBuilder.BType

  101. final def trackMemberClasses(csym: Global.Symbol, lateClosuresBTs: List[BCodeSkelBuilder.BType]): List[BCodeSkelBuilder.BType]

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

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

  104. var varsInScope: List[(Global.Symbol, Label)]

  105. val versionPickle: PickleBuffer

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped