A classpath unifying multiple class- and sourcepath entries. The Classpath can obtain entries for classes and sources independently so it tries to do operations quite optimally - iterating only these collections which are needed in the given moment and only as far as it's necessary.
Value parameters
- aggregates
-
classpath instances containing entries which this class processes
Attributes
Members list
Value members
Concrete methods
Attributes
- Definition Classes
The whole sourcepath in the form of one String.
Returns only the classfile for an external name, e.g., "java.lang.String". This method does not return source files, tasty files,.
Returns only the classfile for an external name, e.g., "java.lang.String". This method does not return source files, tasty files,.
This method is used by the classfile parser. When parsing a Java class, its own inner classes are entered with a ClassfileLoader
that parses the classfile returned by this method. It is also used in the backend, by the inliner, to obtain the bytecode when inlining from the classpath. It's also used by scalap.
Attributes
- Definition Classes
Deprecated and Inherited methods
Attributes
- Deprecated
-
[Since version 2.11.5]
use asClassPathString instead of this one - Inherited from:
- ClassPath