| Package | Description |
|---|---|
| org.classdump.luna.compiler |
Core compiler classes.
|
| Modifier and Type | Method and Description |
|---|---|
static CompilerChunkLoader |
CompilerChunkLoader.of(ClassLoader classLoader,
LuaCompiler compiler,
String rootClassPrefix)
Returns a new instance of
CompilerChunkLoader that uses the specified
class loader classLoader to load classes it compiles using compiler,
with every main chunk class having the class name rootClassPrefix followed
by a monotonically-increasing integer suffix. |
static CompilerChunkLoader |
CompilerChunkLoader.of(LuaCompiler compiler,
String rootClassPrefix)
Returns a new instance of
CompilerChunkLoader that uses the class loader
that loaded the CompilerChunkLoader class to load classes it compiles using
compiler, with every main chunk class having the class name rootClassPrefix
followed by a monotonically-increasing integer suffix. |
Copyright © 2016–2017. All rights reserved.