Interface SourceCompiler.Result<S extends SourceCompiler.ClassSource>

Type Parameters:
S - the type of the source code file
Enclosing interface:
SourceCompiler

public static interface SourceCompiler.Result<S extends SourceCompiler.ClassSource>
The Result interface represents the result of compiling a source code file using a Java compiler. It provides methods to retrieve the source code and the compiled class.
  • Method Details

    • getSource

      S getSource()
    • getCompiledClass

      Class<?> getCompiledClass()