Packages

  • package root

    The Scala compiler and reflection APIs.

    The Scala compiler and reflection APIs.

    Definition Classes
    root
  • package scala
    Definition Classes
    root
  • package tools
    Definition Classes
    scala
  • package nsc
    Definition Classes
    tools
  • package backend
    Definition Classes
    nsc
  • package jvm
    Definition Classes
    backend
  • abstract class PostProcessor extends PerRunInit

    Implements late stages of the backend that don't depend on a Global instance, i.e., optimizations, post-processing and classfile serialization and writing.

    Implements late stages of the backend that don't depend on a Global instance, i.e., optimizations, post-processing and classfile serialization and writing.

    Definition Classes
    jvm
  • ClassWriterWithBTypeLub
c

scala.tools.nsc.backend.jvm.PostProcessor

ClassWriterWithBTypeLub

final class ClassWriterWithBTypeLub extends ClassWriter

An asm ClassWriter that uses ClassBType.jvmWiseLUB to compute the common superclass of class types. This operation is used for computing stack map frames.

Source
PostProcessor.scala
Linear Supertypes
ClassWriter, ClassVisitor, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClassWriterWithBTypeLub
  2. ClassWriter
  3. ClassVisitor
  4. AnyRef
  5. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ClassWriterWithBTypeLub(flags: Int)

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
    This member is added by an implicit conversion from ClassWriterWithBTypeLub to any2stringadd[ClassWriterWithBTypeLub] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ClassWriterWithBTypeLub, B)
    Implicit
    This member is added by an implicit conversion from ClassWriterWithBTypeLub to ArrowAssoc[ClassWriterWithBTypeLub] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  8. def ensuring(cond: (ClassWriterWithBTypeLub) ⇒ Boolean, msg: ⇒ Any): ClassWriterWithBTypeLub
    Implicit
    This member is added by an implicit conversion from ClassWriterWithBTypeLub to Ensuring[ClassWriterWithBTypeLub] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  9. def ensuring(cond: (ClassWriterWithBTypeLub) ⇒ Boolean): ClassWriterWithBTypeLub
    Implicit
    This member is added by an implicit conversion from ClassWriterWithBTypeLub to Ensuring[ClassWriterWithBTypeLub] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: Boolean, msg: ⇒ Any): ClassWriterWithBTypeLub
    Implicit
    This member is added by an implicit conversion from ClassWriterWithBTypeLub to Ensuring[ClassWriterWithBTypeLub] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean): ClassWriterWithBTypeLub
    Implicit
    This member is added by an implicit conversion from ClassWriterWithBTypeLub to Ensuring[ClassWriterWithBTypeLub] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from ClassWriterWithBTypeLub to StringFormat[ClassWriterWithBTypeLub] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def getCommonSuperClass(inameA: String, inameB: String): String

    This method is invoked by asm during classfile writing when computing stack map frames.

    This method is invoked by asm during classfile writing when computing stack map frames.

    TODO: it might make sense to cache results per compiler run. The ClassWriter caches internally, but we create a new writer for each class. scala/scala-dev#322.

    Definition Classes
    ClassWriterWithBTypeLub → ClassWriter
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def newClass(arg0: String): Int
    Definition Classes
    ClassWriter
  22. def newConst(arg0: Any): Int
    Definition Classes
    ClassWriter
  23. def newConstantDynamic(arg0: String, arg1: String, arg2: Handle, arg3: <repeated...>[AnyRef]): Int
    Definition Classes
    ClassWriter
    Annotations
    @transient()
  24. def newField(arg0: String, arg1: String, arg2: String): Int
    Definition Classes
    ClassWriter
  25. def newHandle(arg0: Int, arg1: String, arg2: String, arg3: String, arg4: Boolean): Int
    Definition Classes
    ClassWriter
  26. def newInvokeDynamic(arg0: String, arg1: String, arg2: Handle, arg3: <repeated...>[AnyRef]): Int
    Definition Classes
    ClassWriter
    Annotations
    @transient()
  27. def newMethod(arg0: String, arg1: String, arg2: String, arg3: Boolean): Int
    Definition Classes
    ClassWriter
  28. def newMethodType(arg0: String): Int
    Definition Classes
    ClassWriter
  29. def newModule(arg0: String): Int
    Definition Classes
    ClassWriter
  30. def newNameType(arg0: String, arg1: String): Int
    Definition Classes
    ClassWriter
  31. def newPackage(arg0: String): Int
    Definition Classes
    ClassWriter
  32. def newUTF8(arg0: String): Int
    Definition Classes
    ClassWriter
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  36. def toByteArray(): Array[Byte]
    Definition Classes
    ClassWriter
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. final def visit(arg0: Int, arg1: Int, arg2: String, arg3: String, arg4: String, arg5: Array[String]): Unit
    Definition Classes
    ClassWriter → ClassVisitor
  39. final def visitAnnotation(arg0: String, arg1: Boolean): AnnotationVisitor
    Definition Classes
    ClassWriter → ClassVisitor
  40. final def visitAttribute(arg0: Attribute): Unit
    Definition Classes
    ClassWriter → ClassVisitor
  41. final def visitEnd(): Unit
    Definition Classes
    ClassWriter → ClassVisitor
  42. final def visitField(arg0: Int, arg1: String, arg2: String, arg3: String, arg4: Any): FieldVisitor
    Definition Classes
    ClassWriter → ClassVisitor
  43. final def visitInnerClass(arg0: String, arg1: String, arg2: String, arg3: Int): Unit
    Definition Classes
    ClassWriter → ClassVisitor
  44. final def visitMethod(arg0: Int, arg1: String, arg2: String, arg3: String, arg4: Array[String]): MethodVisitor
    Definition Classes
    ClassWriter → ClassVisitor
  45. final def visitModule(arg0: String, arg1: Int, arg2: String): ModuleVisitor
    Definition Classes
    ClassWriter → ClassVisitor
  46. def visitNestHostExperimental(arg0: String): Unit
    Definition Classes
    ClassWriter → ClassVisitor
  47. def visitNestMemberExperimental(arg0: String): Unit
    Definition Classes
    ClassWriter → ClassVisitor
  48. final def visitOuterClass(arg0: String, arg1: String, arg2: String): Unit
    Definition Classes
    ClassWriter → ClassVisitor
  49. final def visitSource(arg0: String, arg1: String): Unit
    Definition Classes
    ClassWriter → ClassVisitor
  50. final def visitTypeAnnotation(arg0: Int, arg1: TypePath, arg2: String, arg3: Boolean): AnnotationVisitor
    Definition Classes
    ClassWriter → ClassVisitor
  51. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  54. def [B](y: B): (ClassWriterWithBTypeLub, B)
    Implicit
    This member is added by an implicit conversion from ClassWriterWithBTypeLub to ArrowAssoc[ClassWriterWithBTypeLub] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def newHandle(arg0: Int, arg1: String, arg2: String, arg3: String): Int
    Definition Classes
    ClassWriter
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from ClassWriter

Inherited from ClassVisitor

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped