scala.tools.nsc.backend.jvm

GenASM

abstract class GenASM extends SubComponent with BytecodeWriters

Self Type
GenASM
Source
GenASM.scala
Linear Supertypes
Known Subclasses
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. GenASM
  2. BytecodeWriters
  3. SubComponent
  4. AnyRef
  5. 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 GenASM()

Type Members

  1. class AsmPhase extends Global.icodes.ICodePhase

    JVM code generation phase

  2. trait AsmpBytecodeWriter extends BytecodeWriter

    Definition Classes
    BytecodeWriters
  3. case class BlockInteval(start: Global.icodes.BasicBlock, end: Global.icodes.BasicBlock) extends Product with Serializable

  4. trait BytecodeWriter extends AnyRef

    Definition Classes
    BytecodeWriters
  5. class CClassWriter extends ClassWriter

  6. trait ClassBytecodeWriter extends BytecodeWriter

    Definition Classes
    BytecodeWriters
  7. class DirectToJarfileWriter extends BytecodeWriter

    Definition Classes
    BytecodeWriters
  8. trait DumpBytecodeWriter extends BytecodeWriter

    Definition Classes
    BytecodeWriters
  9. trait JAndroidBuilder extends AnyRef

  10. class JBeanInfoBuilder extends JBuilder

    builder of bean info classes

  11. abstract class JBuilder extends AnyRef

    basic functionality for class file building

  12. abstract class JCommonBuilder extends JBuilder

    functionality for building plain and mirror classes

  13. class JMirrorBuilder extends JCommonBuilder

    builder of mirror classes

  14. class JPlainBuilder extends JCommonBuilder with JAndroidBuilder

    builder of plain classes

  15. case class MethodNameAndType(mname: String, mdesc: String) extends Product with Serializable

  16. abstract class StdPhase extends GlobalPhase

    A standard phase template

    A standard phase template

    Definition Classes
    SubComponent

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

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

    Definition Classes
    AnyRef → Any
  6. val JAVA_LANG_OBJECT: Type

  7. val JAVA_LANG_STRING: Type

  8. final val MaximumJvmParameters: Int(254)

  9. final def afterOwnPhase[T](op: ⇒ T): T

    Definition Classes
    SubComponent
    Annotations
    @inline()
  10. final def arrEncode(sb: Global.ScalaSigBytes): Array[String]

  11. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  12. val bCodeAsmCommon: BCodeAsmCommon[global.type]

  13. final def beforeOwnPhase[T](op: ⇒ T): T

    Definition Classes
    SubComponent
    Annotations
    @inline()
  14. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. def enabled: Boolean

    Is this component enabled? Default is true.

    Is this component enabled? Default is true.

    Definition Classes
    SubComponent
  16. def ensuring(cond: (GenASM) ⇒ Boolean, msg: ⇒ Any): GenASM

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  22. def factoryNonJarBytecodeWriter(): BytecodeWriter

    Definition Classes
    BytecodeWriters
  23. def finalize(): Unit

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

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

    Definition Classes
    AnyRef → Any
  26. def getCommonSuperClass(inameA: String, inameB: String): String

  27. def getFile(sym: Global.Symbol, clsName: String, suffix: String): AbstractFile

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

    clsName

    cls.getName

    Definition Classes
    BytecodeWriters
  29. def getGenericSignature(sym: Global.Symbol, owner: Global.Symbol, memberTpe: Global.Type, unit: Global.CompilationUnit): String

  30. def getGenericSignature(sym: Global.Symbol, owner: Global.Symbol, unit: Global.CompilationUnit): String

    returns

    • null if no Java signature is to be added (null is what ASM expects in these cases).
    • otherwise the signature in question
  31. 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
  32. def inameToSymbol(iname: String): Global.Symbol

    Given an internal name (eg "java/lang/Integer") returns the class symbol for it.

    Given an internal name (eg "java/lang/Integer") returns the class symbol for it.

    Better not to need this method (an example where control flow arrives here is welcome). This method is invoked only upon both (1) and (2) below happening: (1) providing an asm.ClassWriter with an internal name by other means than javaName() (2) forgetting to track the corresponding class-symbol in reverseJavaName.

    (The first item is already unlikely because we rely on javaName() to do the bookkeeping for entries that should go in innerClassBuffer.)

    (We could do completely without this method at the expense of computing stack-map-frames ourselves and invoking visitFrame(), but that would require another pass over all instructions.)

    Right now I can't think of any invocation of visitSomething() on MethodVisitor where we hand an internal name not backed by a reverseJavaName. However, I'm leaving this note just in case any such oversight is discovered.

  33. 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
  34. 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
  35. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  36. def isNonUnitValueTK(tk: Global.icodes.TypeKind): Boolean

  37. def isStaticModule(sym: Global.Symbol): Boolean

  38. def isTopLevelModule(sym: Global.Symbol): Boolean

  39. def javaFieldFlags(sym: Global.Symbol): Int

  40. def javaFlags(sym: Global.Symbol): Int

    Return the Java modifiers for the given symbol.

    Return the Java modifiers for the given symbol. Java modifiers for classes:

    • public, abstract, final, strictfp (not used) for interfaces:
    • the same as for classes, without 'final' for fields:
    • public, private (*)
    • static, final for methods:
    • the same as for fields, plus:
    • abstract, synchronized (not used), strictfp (not used), native (not used)

    (*) protected cannot be used, since inner classes 'see' protected members, and they would fail verification after lifted.

  41. val javaNameCache: AnyRefMap[Global.Symbol, Global.Name]

  42. def jsymbol(sym: Global.Symbol): Global.Symbol

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

    Definition Classes
    AnyRef
  44. object newNormal

    A namespace for utilities to normalize the code of an IMethod, over and beyond what IMethod.normalize() strives for.

    A namespace for utilities to normalize the code of an IMethod, over and beyond what IMethod.normalize() strives for. In particualr, IMethod.normalize() doesn't collapseJumpChains().

    TODO Eventually, these utilities should be moved to IMethod and reused from normalize() (there's nothing JVM-specific about them).

  45. def newPhase(p: Phase): Phase

    Create a new phase

    Create a new phase

    Definition Classes
    GenASMSubComponent
  46. final def notify(): Unit

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

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

    Definition Classes
    BytecodeWriters
  49. 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
  50. val phaseName: String

    The name of the phase

    The name of the phase

    Definition Classes
    GenASMSubComponent
  51. 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
  52. 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
  53. var pickledBytes: Int

  54. val requires: List[String]

    Names of phases required by this component.

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

    Definition Classes
    SubComponent
  55. val reverseJavaName: AnyRefMap[String, Global.Symbol]

  56. 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
  57. final def staticForwarderGenericSignature(sym: Global.Symbol, moduleClass: Global.Symbol, unit: Global.CompilationUnit): String

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

    Definition Classes
    AnyRef
  59. 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
  60. def toString(): String

    Definition Classes
    AnyRef → Any
  61. def ubytesToCharArray(bytes: Array[Byte]): Array[Char]

  62. final def wait(): Unit

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

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

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

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

Inherited from BytecodeWriters

Inherited from SubComponent

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped