scala.tools.nsc.backend.jvm

GenBCode

abstract class GenBCode extends BCodeSyncAndTry

Source
GenBCode.scala
Linear Supertypes
Known Subclasses
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. GenBCode
  2. BCodeSyncAndTry
  3. BCodeBodyBuilder
  4. BCodeSkelBuilder
  5. BCodeHelpers
  6. BytecodeWriters
  7. BCodeIdiomatic
  8. SubComponent
  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 GenBCode()

Type Members

  1. trait AsmpBytecodeWriter extends BytecodeWriter

    Definition Classes
    BytecodeWriters
  2. trait BCAnnotGen extends BCInnerClassGen

    Definition Classes
    BCodeHelpers
  3. trait BCClassGen extends BCInnerClassGen

    Definition Classes
    BCodeHelpers
  4. trait BCForwardersGen extends BCAnnotGen with BCJGenSigGen

    Definition Classes
    BCodeHelpers
  5. trait BCInnerClassGen extends AnyRef

    Definition Classes
    BCodeHelpers
  6. trait BCJGenSigGen extends AnyRef

    Definition Classes
    BCodeHelpers
  7. trait BCPickles extends AnyRef

    Definition Classes
    BCodeHelpers
  8. class BCodePhase extends StdPhase

  9. trait BytecodeWriter extends AnyRef

    Definition Classes
    BytecodeWriters
  10. final class CClassWriter extends ClassWriter

    Definition Classes
    BCodeHelpers
  11. trait ClassBytecodeWriter extends BytecodeWriter

    Definition Classes
    BytecodeWriters
  12. class DirectToJarfileWriter extends BytecodeWriter

    Definition Classes
    BytecodeWriters
  13. trait DumpBytecodeWriter extends BytecodeWriter

    Definition Classes
    BytecodeWriters
  14. implicit class InsnIterInsnList extends AnyRef

    Definition Classes
    BCodeIdiomatic
  15. implicit class InsnIterMethodNode extends AnyRef

    Definition Classes
    BCodeIdiomatic
  16. trait JAndroidBuilder extends AnyRef

    Definition Classes
    BCodeHelpers
  17. class JBeanInfoBuilder extends BCInnerClassGen

    Definition Classes
    BCodeHelpers
  18. abstract class JCodeMethodN extends AnyRef

    Definition Classes
    BCodeIdiomatic
  19. abstract class JCommonBuilder extends BCInnerClassGen with BCAnnotGen with BCForwardersGen with BCPickles

    Definition Classes
    BCodeHelpers
  20. class JMirrorBuilder extends JCommonBuilder

    Definition Classes
    BCodeHelpers
  21. class LabelDefsFinder extends Global.Traverser

    Definition Classes
    BCodeIdiomatic
  22. abstract class PlainBodyBuilder extends PlainSkelBuilder

    Definition Classes
    BCodeBodyBuilder
  23. final class PlainClassBuilder extends SyncAndTryBuilder

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

    Definition Classes
    BCodeSkelBuilder
  25. abstract class StdPhase extends GlobalPhase

    A standard phase template

    A standard phase template

    Definition Classes
    SubComponent
  26. abstract class SyncAndTryBuilder extends PlainBodyBuilder

    Definition Classes
    BCodeSyncAndTry

Abstract Value Members

  1. abstract val global: Global

    Definition Classes
    BytecodeWriters
  2. abstract val runsAfter: List[String]

    Names of phases that must run before this phase.

    Names of phases that must run before this phase.

    Definition Classes
    SubComponent
  3. abstract val runsRightAfter: Option[String]

    Name of the phase that this phase must follow immediately.

    Name of the phase that this phase must follow immediately.

    Definition Classes
    SubComponent

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

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

    Definition Classes
    AnyRef → Any
  6. val CLASS_CONSTRUCTOR_NAME: String

    Definition Classes
    BCodeIdiomatic
  7. val EMPTY_BTYPE_ARRAY: Array[BTypesFromSymbols.BType]

    Definition Classes
    BCodeIdiomatic
  8. val EMPTY_INT_ARRAY: Array[Int]

    Definition Classes
    BCodeIdiomatic
  9. val EMPTY_LABEL_ARRAY: Array[Label]

    Definition Classes
    BCodeIdiomatic
  10. val EMPTY_STRING_ARRAY: Array[String]

    Definition Classes
    BCodeIdiomatic
  11. val INSTANCE_CONSTRUCTOR_NAME: String

    Definition Classes
    BCodeIdiomatic
  12. object JCodeMethodN

    Definition Classes
    BCodeIdiomatic
  13. val StringBuilderClassName: String

    Definition Classes
    BCodeIdiomatic
  14. final def addInnerClassesASM(jclass: ClassVisitor, refedInnerClasses: List[BTypesFromSymbols.ClassBType]): Unit

    Definition Classes
    BCodeHelpers
  15. final def afterOwnPhase[T](op: ⇒ T): T

    Definition Classes
    SubComponent
    Annotations
    @inline()
  16. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  17. val bTypes: BTypesFromSymbols[global.type]

    Definition Classes
    BCodeIdiomatic
  18. final def beforeOwnPhase[T](op: ⇒ T): T

    Definition Classes
    SubComponent
    Annotations
    @inline()
  19. val classfileVersion: Int

    Definition Classes
    BCodeIdiomatic
  20. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. final def coercionFrom(code: Int): BTypesFromSymbols.BType

    Definition Classes
    BCodeIdiomatic
  22. final def coercionTo(code: Int): BTypesFromSymbols.BType

    Definition Classes
    BCodeIdiomatic
  23. val emitStackMapFrame: Boolean

    Definition Classes
    BCodeIdiomatic
  24. def enabled: Boolean

    Is this component enabled? Default is true.

    Is this component enabled? Default is true.

    Definition Classes
    SubComponent
  25. def ensuring(cond: (GenBCode) ⇒ Boolean, msg: ⇒ Any): GenBCode

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  31. val extraProc: Int

    Definition Classes
    BCodeIdiomatic
  32. def factoryNonJarBytecodeWriter(): BytecodeWriter

    Definition Classes
    BytecodeWriters
  33. def fieldSymbols(cls: Global.Symbol): List[Global.Symbol]

    Definition Classes
    BCodeHelpers
  34. def finalize(): Unit

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

    Implicit information
    This member is added by an implicit conversion from GenBCode to StringFormat[GenBCode] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  36. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  37. def getFile(sym: Global.Symbol, clsName: String, suffix: String): AbstractFile

    Definition Classes
    BytecodeWriters
  38. def getFile(base: AbstractFile, clsName: String, suffix: String): AbstractFile

    clsName

    cls.getName

    Definition Classes
    BytecodeWriters
  39. def getFileForClassfile(base: AbstractFile, clsName: String, suffix: String): AbstractFile

    Definition Classes
    BCodeHelpers
  40. def getOutFolder(csym: Global.Symbol, cName: String, cunit: Global.CompilationUnit): AbstractFile

    Definition Classes
    BCodeHelpers
  41. def hashCode(): Int

    SubComponent are added to a HashSet and two phases are the same if they have the same name

    SubComponent are added to a HashSet and two phases are the same if they have the same name

    Definition Classes
    SubComponent → AnyRef → Any
  42. def initBytecodeWriter(entryPoints: List[Global.Symbol]): BytecodeWriter

    Definition Classes
    BCodeHelpers
  43. val initial: Boolean

    True if this phase runs before all other phases.

    True if this phase runs before all other phases. Usually, parser.

    Definition Classes
    SubComponent
  44. val internal: Boolean

    True if this phase is not provided by a plug-in.

    True if this phase is not provided by a plug-in.

    Definition Classes
    SubComponent
  45. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  46. object isJavaEntryPoint

    Definition Classes
    BCodeHelpers
  47. val majorVersion: Int

    Definition Classes
    BCodeIdiomatic
  48. def methodSymbols(cd: Global.ClassDef): List[Global.Symbol]

    Definition Classes
    BCodeHelpers
  49. final def mkArray(xs: List[Label]): Array[Label]

    Definition Classes
    BCodeIdiomatic
  50. final def mkArray(xs: List[String]): Array[String]

    Definition Classes
    BCodeIdiomatic
  51. final def mkArray(xs: List[BTypesFromSymbols.BType]): Array[BTypesFromSymbols.BType]

    Definition Classes
    BCodeIdiomatic
  52. final def mkArrayReverse(xs: List[Int]): Array[Int]

    Definition Classes
    BCodeIdiomatic
  53. final def mkArrayReverse(xs: List[String]): Array[String]

    Definition Classes
    BCodeIdiomatic
  54. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  55. def newPhase(prev: Phase): BCodePhase

    The phase factory

    The phase factory

    Definition Classes
    GenBCodeSubComponent
  56. final def notify(): Unit

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

    Definition Classes
    AnyRef
  58. def outputDirectory(sym: Global.Symbol): AbstractFile

    Definition Classes
    BytecodeWriters
  59. def ownPhase: Phase

    The phase corresponding to this subcomponent in the current compiler run

    The phase corresponding to this subcomponent in the current compiler run

    Definition Classes
    SubComponent
  60. val phaseName: String

    The name of the phase

    The name of the phase

    Definition Classes
    GenBCodeSubComponent
  61. def phaseNewFlags: Long

    New flags defined by the phase which are not valid before

    New flags defined by the phase which are not valid before

    Definition Classes
    SubComponent
  62. def phaseNextFlags: Long

    New flags defined by the phase which are not valid until immediately after it

    New flags defined by the phase which are not valid until immediately after it

    Definition Classes
    SubComponent
  63. var pickledBytes: Int

    Definition Classes
    BCodeHelpers
  64. val requires: List[String]

    Names of phases required by this component.

    Names of phases required by this component. Default is Nil.

    Definition Classes
    SubComponent
  65. val runsBefore: List[String]

    Names of phases that must run after this phase.

    Names of phases that must run after this phase. Default is Nil.

    Definition Classes
    SubComponent
  66. def serialVUID(csym: Global.Symbol): Option[Long]

    Definition Classes
    BCodeHelpers
  67. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  68. val terminal: Boolean

    True if this phase runs after all other phases.

    True if this phase runs after all other phases. Usually, terminal.

    Definition Classes
    SubComponent
  69. def toString(): String

    Definition Classes
    AnyRef → Any
  70. final def wait(): Unit

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

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

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

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

Inherited from BCodeSyncAndTry

Inherited from BCodeBodyBuilder

Inherited from BCodeSkelBuilder

Inherited from BCodeHelpers

Inherited from BytecodeWriters

Inherited from BCodeIdiomatic

Inherited from SubComponent

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped