Packages

trait Platform extends AnyRef

The platform dependent pieces of Global.

Source
Platform.scala
Linear Supertypes
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Platform
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def externalEquals: symtab.SymbolTable.Symbol

    Symbol for a method which compares two objects.

  2. abstract def isMaybeBoxed(sym: symtab.SymbolTable.Symbol): Boolean

    The various ways a boxed primitive might materialize at runtime.

  3. abstract def needCompile(bin: AbstractFile, src: AbstractFile): Boolean

    Tells whether a class with both a binary and a source representation (found in classpath and in sourcepath) should be re-compiled.

    Tells whether a class with both a binary and a source representation (found in classpath and in sourcepath) should be re-compiled. Behaves on the JVM similar to javac, i.e. if the source file is newer than the classfile, a re-compile is triggered.

  4. abstract def platformPhases: List[SubComponent]

    Any platform-specific phases.

  5. abstract val symbolTable: SymbolTable
  6. abstract def updateClassPath(subst: Map[ClassPath, ClassPath]): Unit

    Update classpath with a substitution that maps entries to entries