JavaPlatform

class JavaPlatform extends Platform
class Platform
class Object
trait Matchable
class Any

Value members

Concrete methods

def isMainMethod(sym: Symbol)(using Context): 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.

def isSam(cls: ClassSymbol)(using Context): Boolean

Is the SAMType cls also a SAM under the rules of the JVM?

Is the SAMType cls also a SAM under the rules of the JVM?

Update classpath with a substituted subentry

Update classpath with a substituted subentry

Inherited methods

final def hasMainMethod(sym: Symbol)(using Context): Boolean

The given class has a main method.

The given class has a main method.

Inherited from
Platform