The binary classfile representation type
The binary classfile representation type
Tells whether a class should be loaded and entered into the package scope.
Tells whether a class should be loaded and entered into the package
scope. On .NET, this method returns false
for all synthetic classes
(anonymous classes, implementation classes, module classes), their
symtab is encoded in the pickle of another class.
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.
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.
Create a new class loader to load class file bin
Create a new class loader to load class file bin
Any platform-specific phases.
Any platform-specific phases.
The root symbol loader.
The root symbol loader.