|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CompileResult | |
|---|---|
| org.deduced.controller.implementation | Controller implementation classes. |
| org.deduced.dynamic | The Dynamic package contains an implementation of the property collection that can be dynamically modified as the schema changes. |
| Uses of CompileResult in org.deduced.controller.implementation |
|---|
| Methods in org.deduced.controller.implementation with parameters of type CompileResult | |
|---|---|
static void |
ControllerUtilities.compileClass(java.lang.String className,
java.lang.String javaFileName,
java.lang.String classFileName,
java.lang.String packageName,
java.lang.String classContent,
CompileResult result)
compile a class |
static boolean |
ControllerUtilities.compileFile(java.io.File outFile,
CompileResult result)
compile a file |
static void |
ControllerUtilities.getClassFromRule(PropertyCollection rule,
CompileResult result)
get Class From Rule |
| Uses of CompileResult in org.deduced.dynamic |
|---|
| Methods in org.deduced.dynamic with parameters of type CompileResult | |
|---|---|
private void |
DynamicPropertyMap.logRuleCreationResult(PropertyCollection deductionRule,
CompileResult result)
log Rule Creation Result |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||