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
-
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 JavaPlatform to any2stringadd[JavaPlatform] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (JavaPlatform, B)
- Implicit
- This member is added by an implicit conversion from JavaPlatform to ArrowAssoc[JavaPlatform] 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: (JavaPlatform) ⇒ Boolean, msg: ⇒ Any): JavaPlatform
- Implicit
- This member is added by an implicit conversion from JavaPlatform to Ensuring[JavaPlatform] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (JavaPlatform) ⇒ Boolean): JavaPlatform
- Implicit
- This member is added by an implicit conversion from JavaPlatform to Ensuring[JavaPlatform] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): JavaPlatform
- Implicit
- This member is added by an implicit conversion from JavaPlatform to Ensuring[JavaPlatform] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): JavaPlatform
- Implicit
- This member is added by an implicit conversion from JavaPlatform to Ensuring[JavaPlatform] 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
- lazy val externalEqualsNumNum: Global.Symbol
- lazy val externalEqualsNumObject: Global.Symbol
-
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
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
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): (JavaPlatform, B)
- Implicit
- This member is added by an implicit conversion from JavaPlatform to ArrowAssoc[JavaPlatform] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
Deprecated Value Members
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from JavaPlatform to StringFormat[JavaPlatform] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.12.16) Use
formatString.format(value)
instead ofvalue.formatted(formatString)
, or use thef""
string interpolator. In Java 15 and later,formatted
resolves to the new method in String which has reversed parameters.
The Scala compiler and reflection APIs.