- Enclosing interface:
- SourceCompiler
public static interface SourceCompiler.ClassSource
The ClassSource interface represents a source code file that can be compiled by a Java compiler.
It provides methods to retrieve the binary name of the class and the source code content.
-
Method Summary