Package org.evrete.api
Interface JavaSourceCompiler.ClassSource
-
- Enclosing interface:
- JavaSourceCompiler
public static interface JavaSourceCompiler.ClassSourceThe 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringbinaryName()StringgetSource()
-