| Package | Description |
|---|---|
| org.classdump.luna.compiler.analysis |
Static analysis of Lua programs operating on the IR.
|
| org.classdump.luna.compiler.gen.asm |
Java bytecode generation using the ASM library.
|
| Modifier and Type | Method and Description |
|---|---|
static DependencyInfo |
DependencyAnalyser.analyse(IRFunc fn) |
| Modifier and Type | Field and Description |
|---|---|
DependencyInfo |
ASMBytecodeEmitter.deps |
| Constructor and Description |
|---|
ASMBytecodeEmitter(IRFunc fn,
SlotAllocInfo slots,
TypeInfo types,
DependencyInfo deps,
CompilerSettings compilerSettings,
ClassNameTranslator classNameTranslator,
String sourceFile) |
Copyright © 2016–2017. All rights reserved.