scala.tools.nsc.backend.icode.ExceptionHandlers

ExceptionHandler

class ExceptionHandler extends AnyRef

Source
ExceptionHandlers.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. ExceptionHandler
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ExceptionHandler(other: ExceptionHandler)

    A standard copy constructor

  2. new ExceptionHandler(method: IMethod, label: String, cls: Symbol, pos: Position)

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: BasicBlock): Unit

  7. def addCoveredBlock(b: BasicBlock): ExceptionHandler.this.type

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. var blocks: List[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)

  10. def clone(): AnyRef

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

  12. var covered: Set[BasicBlock]

    The list of blocks that are covered by this exception handler

  13. def covers(b: BasicBlock): Boolean

    Is b' covered by this exception handler?

  14. def dup: ExceptionHandler

  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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  18. var finalizer: Finalizer

  19. final def getClass(): java.lang.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: String

  23. def loadExceptionClass: Symbol

  24. val method: IMethod

  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: Position

  29. var resultKind: TypeKind

    Needed for the MSIL backend.

  30. def setStartBlock(b: BasicBlock): Unit

  31. def startBlock: BasicBlock

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

    Definition Classes
    AnyRef
  33. def toString(): String

    Definition Classes
    ExceptionHandler → 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 AnyRef

Inherited from Any