scala.tools.nsc.backend.icode.ExceptionHandlers

NoFinalizer

object NoFinalizer extends ICodes.Finalizer

Source
ExceptionHandlers.scala
Linear Supertypes
ICodes.Finalizer, ICodes.ExceptionHandler, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. NoFinalizer
  2. Finalizer
  3. ExceptionHandler
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

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. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def addBlock(b: ICodes.BasicBlock): Unit

    Definition Classes
    ExceptionHandler
  7. def addCoveredBlock(b: ICodes.BasicBlock): NoFinalizer.this.type

    Definition Classes
    ExceptionHandler
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. var blocks: List[ICodes.BasicBlock]

    The body of this exception handler.

    The body of this exception handler. May contain 'dead' blocks (which will not make it into generated code because linearizers may not include them)

    Definition Classes
    ExceptionHandler
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  11. val cls: Global.Symbol

    Definition Classes
    ExceptionHandler
  12. var covered: Set[ICodes.BasicBlock]

    The list of blocks that are covered by this exception handler

    The list of blocks that are covered by this exception handler

    Definition Classes
    ExceptionHandler
  13. def covers(b: ICodes.BasicBlock): Boolean

    Is b covered by this exception handler?

    Is b covered by this exception handler?

    Definition Classes
    ExceptionHandler
  14. def dup: ICodes.NoFinalizer.type

    Definition Classes
    NoFinalizerFinalizerExceptionHandler
  15. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  18. var finalizer: ICodes.Finalizer

    Definition Classes
    ExceptionHandler
  19. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  20. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. val label: Global.TermName

    Definition Classes
    ExceptionHandler
  23. def loadExceptionClass: Global.Symbol

    Definition Classes
    ExceptionHandler
  24. val method: ICodes.IMethod

    Definition Classes
    ExceptionHandler
  25. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  28. val pos: Global.Position

    Definition Classes
    ExceptionHandler
  29. var resultKind: ICodes.TypeKind

    Needed for the MSIL backend.

    Needed for the MSIL backend.

    Definition Classes
    ExceptionHandler
  30. def setStartBlock(b: ICodes.BasicBlock): Unit

    Definition Classes
    NoFinalizerExceptionHandler
  31. def startBlock: ICodes.BasicBlock

    Definition Classes
    NoFinalizerExceptionHandler
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  33. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from ICodes.Finalizer

Inherited from ICodes.ExceptionHandler

Inherited from AnyRef

Inherited from Any

Ungrouped