trait JavaPlatform extends Platform
- Alphabetic
- By Inheritance
- JavaPlatform
- Platform
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Concrete Value Members
-
lazy val
externalEquals: Global.Symbol
Symbol for a method which compares two objects.
Symbol for a method which compares two objects.
- Definition Classes
- JavaPlatform → Platform
- lazy val externalEqualsNumChar: Global.Symbol
- lazy val externalEqualsNumNum: Global.Symbol
- lazy val externalEqualsNumObject: Global.Symbol
-
def
isMaybeBoxed(sym: Global.Symbol): Boolean
We could get away with excluding BoxedBooleanClass for the purpose of equality testing since it need not compare equal to anything but other booleans, but it should be present in case this is put to other uses.
We could get away with excluding BoxedBooleanClass for the purpose of equality testing since it need not compare equal to anything but other booleans, but it should be present in case this is put to other uses.
- Definition Classes
- JavaPlatform → Platform
-
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. On .NET by contrast classfiles always take precedence.
- Definition Classes
- JavaPlatform → Platform
-
def
platformPhases: collection.immutable.List[SubComponent { ... /* 3 definitions in type refinement */ }]
Any platform-specific phases.
Any platform-specific phases.
- Definition Classes
- JavaPlatform → Platform
-
val
symbolTable: global.type
- Definition Classes
- JavaPlatform → Platform
-
def
updateClassPath(subst: Map[ClassPath, ClassPath]): Unit
Update classpath with a substituted subentry
Update classpath with a substituted subentry
- Definition Classes
- JavaPlatform → Platform
The Scala compiler and reflection APIs.