| Package | Description |
|---|---|
| org.classdump.luna.compiler.gen |
Core classes for Java bytecode generation.
|
| org.classdump.luna.compiler.ir |
The intermediate representation (IR) of Lua programs used by the compiler.
|
| Modifier and Type | Method and Description |
|---|---|
List<List<BasicBlock>> |
SegmentedCode.segments() |
| Modifier and Type | Method and Description |
|---|---|
static SegmentedCode |
SegmentedCode.of(List<List<BasicBlock>> segments) |
| Modifier and Type | Method and Description |
|---|---|
BasicBlock |
Code.block(Label label) |
BasicBlock |
Code.entryBlock() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<BasicBlock> |
Code.blockIterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
CodeVisitor.visit(BasicBlock block) |
| Modifier and Type | Method and Description |
|---|---|
static Code |
Code.of(List<BasicBlock> blocks) |
Copyright © 2016–2017. All rights reserved.