scala.tools.nsc.backend.jvm.BCodeSkelBuilder

PlainSkelBuilder

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

Source
BCodeSkelBuilder.scala
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 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 PlainSkelBuilder(cunit: Global.CompilationUnit)

Type Members

  1. case class Local(tk: BTypesFromSymbols.BType, name: String, idx: Int, isSynth: Boolean) extends Product with Serializable

Abstract Value Members

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

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 PlainSkelBuilder to any2stringadd[PlainSkelBuilder] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. 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()
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  6. val MIN_SWITCH_DENSITY: Double

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

  8. def addClassFields(): Unit

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

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

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

    Definition Classes
    BCClassGen
  12. val androidFieldName: Global.TermName

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

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

    Definition Classes
    BCInnerClassGen
  15. object bc extends BCodeSkelBuilder.JCodeMethodN

  16. var claszSymbol: Global.Symbol

  17. var cleanups: List[Label]

  18. def clone(): AnyRef

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

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

    Definition Classes
    BCPickles
  21. def currProgramPoint(): Label

  22. def debugLevel: Int

    Definition Classes
    BCInnerClassGen
  23. 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
  24. 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
  25. var earlyReturnVar: Global.Symbol

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

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

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

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

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

    Definition Classes
    BCAnnotGen
  31. final val emitLines: Boolean

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

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

    Definition Classes
    BCAnnotGen
  34. final val emitSource: Boolean

    Definition Classes
    BCInnerClassGen
  35. final val emitVars: Boolean

    Definition Classes
    BCInnerClassGen
  36. 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
  37. 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
  38. 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
  39. 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
  40. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  43. 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()
  44. def gen(tree: Global.Tree): Unit

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

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

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

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

    Definition Classes
    AnyRef → Any
  49. 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
  50. def getCurrentCUnit(): Global.CompilationUnit

    Definition Classes
    PlainSkelBuilderBCJGenSigGen
  51. def getExceptions(excs: List[Global.AnnotationInfo]): List[String]

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

    Definition Classes
    BCJGenSigGen
  53. def hashCode(): Int

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

  55. final val innerClassBufferASM: Set[BTypesFromSymbols.ClassBType]

    Definition Classes
    BCInnerClassGen
  56. var insideCleanupBlock: Boolean

  57. 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
  58. def isAndroidParcelableClass(sym: Global.Symbol): Boolean

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

  60. var isCZParcelable: Boolean

  61. var isCZRemote: Boolean

  62. var isCZStaticModule: Boolean

  63. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  64. var isMethSymStaticCtor: Boolean

  65. var isModuleInitialized: Boolean

  66. var jMethodName: String

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

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

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

  70. var lastEmittedLineNr: Int

  71. def lastInsn: AbstractInsnNode

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

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

  74. object locals

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

  76. def markProgramPoint(lbl: Label): Unit

  77. var methSymbol: Global.Symbol

  78. var mnode: MethodNode

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

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

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

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

  83. def pickleMarkerForeign: Attribute

    Definition Classes
    BCPickles
  84. def pickleMarkerLocal: Attribute

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

  86. def registerCleanup(finCleanup: Label): Unit

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

  88. var returnType: BTypesFromSymbols.BType

  89. var shouldEmitCleanup: Boolean

  90. def symInfoTK(sym: Global.Symbol): BTypesFromSymbols.BType

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

    Definition Classes
    AnyRef
  92. var thisName: String

  93. def toString(): String

    Definition Classes
    AnyRef → Any
  94. 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
  95. def tpeTK(tree: Global.Tree): BTypesFromSymbols.BType

  96. def unregisterCleanup(finCleanup: Label): Unit

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

  98. val versionPickle: PickleBuffer

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  102. 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 any2stringadd from PlainSkelBuilder to any2stringadd[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