class GlobalPlatform extends JavaPlatform
- Attributes
- protected
- Source
- Global.scala
- Alphabetic
- By Inheritance
- GlobalPlatform
- JavaPlatform
- Platform
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- 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
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from GlobalPlatform to any2stringadd[GlobalPlatform] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (GlobalPlatform, B)
- Implicit
- This member is added by an implicit conversion from GlobalPlatform to ArrowAssoc[GlobalPlatform] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
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()
-
def
ensuring(cond: (GlobalPlatform) ⇒ Boolean, msg: ⇒ Any): GlobalPlatform
- Implicit
- This member is added by an implicit conversion from GlobalPlatform to Ensuring[GlobalPlatform] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (GlobalPlatform) ⇒ Boolean): GlobalPlatform
- Implicit
- This member is added by an implicit conversion from GlobalPlatform to Ensuring[GlobalPlatform] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): GlobalPlatform
- Implicit
- This member is added by an implicit conversion from GlobalPlatform to Ensuring[GlobalPlatform] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): GlobalPlatform
- Implicit
- This member is added by an implicit conversion from GlobalPlatform to Ensuring[GlobalPlatform] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
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] )
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from GlobalPlatform to StringFormat[GlobalPlatform] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
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()
-
def
→[B](y: B): (GlobalPlatform, B)
- Implicit
- This member is added by an implicit conversion from GlobalPlatform to ArrowAssoc[GlobalPlatform] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
Inherited from JavaPlatform
Value Members
-
def
classPath: ClassPath
The new implementation of compiler classpath.
The new implementation of compiler classpath.
- Attributes
- protected[nsc]
- Definition Classes
- JavaPlatform → Platform
-
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
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
Inherited from AnyRef
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
-
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
-
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()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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()
Inherited from Any
Inherited by implicit conversion any2stringadd from GlobalPlatform to any2stringadd[GlobalPlatform]
Value Members
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from GlobalPlatform to any2stringadd[GlobalPlatform] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
Inherited by implicit conversion StringFormat from GlobalPlatform to StringFormat[GlobalPlatform]
Value Members
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from GlobalPlatform to StringFormat[GlobalPlatform] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
Inherited by implicit conversion Ensuring from GlobalPlatform to Ensuring[GlobalPlatform]
Value Members
-
def
ensuring(cond: (GlobalPlatform) ⇒ Boolean, msg: ⇒ Any): GlobalPlatform
- Implicit
- This member is added by an implicit conversion from GlobalPlatform to Ensuring[GlobalPlatform] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (GlobalPlatform) ⇒ Boolean): GlobalPlatform
- Implicit
- This member is added by an implicit conversion from GlobalPlatform to Ensuring[GlobalPlatform] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): GlobalPlatform
- Implicit
- This member is added by an implicit conversion from GlobalPlatform to Ensuring[GlobalPlatform] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): GlobalPlatform
- Implicit
- This member is added by an implicit conversion from GlobalPlatform to Ensuring[GlobalPlatform] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
Inherited by implicit conversion ArrowAssoc from GlobalPlatform to ArrowAssoc[GlobalPlatform]
Value Members
-
def
->[B](y: B): (GlobalPlatform, B)
- Implicit
- This member is added by an implicit conversion from GlobalPlatform to ArrowAssoc[GlobalPlatform] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
def
→[B](y: B): (GlobalPlatform, B)
- Implicit
- This member is added by an implicit conversion from GlobalPlatform to ArrowAssoc[GlobalPlatform] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
Ungrouped
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from GlobalPlatform to any2stringadd[GlobalPlatform] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (GlobalPlatform, B)
- Implicit
- This member is added by an implicit conversion from GlobalPlatform to ArrowAssoc[GlobalPlatform] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
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()
-
def
ensuring(cond: (GlobalPlatform) ⇒ Boolean, msg: ⇒ Any): GlobalPlatform
- Implicit
- This member is added by an implicit conversion from GlobalPlatform to Ensuring[GlobalPlatform] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (GlobalPlatform) ⇒ Boolean): GlobalPlatform
- Implicit
- This member is added by an implicit conversion from GlobalPlatform to Ensuring[GlobalPlatform] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): GlobalPlatform
- Implicit
- This member is added by an implicit conversion from GlobalPlatform to Ensuring[GlobalPlatform] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): GlobalPlatform
- Implicit
- This member is added by an implicit conversion from GlobalPlatform to Ensuring[GlobalPlatform] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
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] )
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from GlobalPlatform to StringFormat[GlobalPlatform] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
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()
-
def
→[B](y: B): (GlobalPlatform, B)
- Implicit
- This member is added by an implicit conversion from GlobalPlatform to ArrowAssoc[GlobalPlatform] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
The Scala compiler and reflection APIs.