Interface | Description |
---|---|
EnvironmentSetUp |
Interface needed to support global variables in the generated classes created
by eval methods in the
Evaluator class. |
Class | Description |
---|---|
ClassPathUtil |
This class manages the classpath of the application adding the generated_bin
folder to it.
|
ClassSpy |
This utility class dumps a class structure to System.out
|
EvaluatorUtils |
Contains all the auxiliary code used by the Evaluator
|
FileUtils |
Helper class to operate with
File |
InheritanceTables |
Holds the inheritance information of the modificable classes
|
JavaSourceFromString | |
MemberFinder |
Helper class to find methods inside functional interfaces and resolve generic
info.
|
Templates |
This class have String templates that can be filled to create code fragments
to add into the classes.
|
TransferState | |
WrapperClassGenerator |
Helper class to generate source code of wrapper classes.
|