A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://www.scala-lang.org/api/2.11.12/scala-compiler/scala/tools/nsc/backend/icode/package.html below:

icode - Scala Compiler 2.11.12

  • trait BasicBlocks extends AnyRef
  • class CheckerException extends Exception
  • trait ExceptionHandlers extends AnyRef

    Exception handlers are pieces of code that handle exceptions on the covered basic blocks.

    Exception handlers are pieces of code that handle exceptions on the covered basic blocks. Since Scala's exception handling uses pattern matching instead of just class names to identify handlers, all our handlers will catch Throwable and rely on proper ordering in the generated code to preserve nesting.

  • abstract class GenICode extends SubComponent
    Version

    1.0

  • abstract class ICodeCheckers extends AnyRef
  • abstract class ICodes extends Members with BasicBlocks with Opcodes with TypeStacks with TypeKinds with ExceptionHandlers with Primitives with Linearizers with Printers with Repository

    Glue together ICode parts.

  • trait Linearizers extends AnyRef
  • trait Members extends AnyRef
  • trait Opcodes extends AnyRef

    The ICode intermediate representation.

    The ICode intermediate representation. It is a stack-based representation, very close to the JVM and .NET. It uses the erased types of Scala and references Symbols to refer named entities in the source files.

  • trait Primitives extends AnyRef
  • trait Printers extends AnyRef
  • trait ReferenceEquality extends AnyRef
  • trait Repository extends AnyRef
  • trait TypeKinds extends AnyRef
  • trait TypeStacks extends AnyRef

    This trait ...

    This trait ...

    Version

    1.0


  • RetroSearch is an open source project built by @garambo | Open a GitHub Issue

    Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

    HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4