| Package | Description |
|---|---|
| com.github.picadoh.imc.compiler |
| Modifier and Type | Method and Description |
|---|---|
CompilationPackage |
InMemoryCompiler.compile(Map<String,String> classesToCompile)
Given a map of class FQDN and its source code, this method compiles the code and
returns a Compilation Package that encapsulates it.
|
CompilationPackage |
InMemoryCompiler.singleCompile(String className,
String code)
Compiles a single class.
|
Copyright © 2016. All rights reserved.