class GlobalPlatform extends JavaPlatform
- 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
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
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[java.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
-
val
global: Global.this.type
- Definition Classes
- GlobalPlatform → JavaPlatform
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
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
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
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( ... )
-
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.