class GlobalPlatform extends JavaPlatform
- Attributes
- protected
- Alphabetic
- By Inheritance
- GlobalPlatform
- JavaPlatform
- Platform
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new GlobalPlatform()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
classPath: ClassPath
The new implementation of compiler classpath.
The new implementation of compiler classpath.
- Attributes
- protected[nsc]
- Definition Classes
- JavaPlatform → Platform
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
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
- Definition Classes
- JavaPlatform
-
lazy val
externalEqualsNumNum: Global.Symbol
- Definition Classes
- JavaPlatform
-
lazy val
externalEqualsNumObject: Global.Symbol
- Definition Classes
- JavaPlatform
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
val
global: Global.this.type
- Definition Classes
- GlobalPlatform → JavaPlatform
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
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
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
platformPhases: collection.immutable.List[SubComponent { ... /* 3 definitions in type refinement */ }]
Any platform-specific phases.
Any platform-specific phases.
- Definition Classes
- JavaPlatform → Platform
- val settings: Settings
-
val
symbolTable: global.type
- Definition Classes
- JavaPlatform → Platform
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
updateClassPath(subst: Map[ClassPath, ClassPath]): Unit
Update classpath with a substituted subentry
Update classpath with a substituted subentry
- Definition Classes
- JavaPlatform → Platform
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()