| Package | Description |
|---|---|
| org.classdump.luna.compiler.analysis.types |
Classes representing Lua types, used in static analysis.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConcreteLitType<T> |
class |
FunctionType |
| Modifier and Type | Field and Description |
|---|---|
static ConcreteType |
LuaTypes.NIL |
static ConcreteType |
LuaTypes.TABLE |
| Modifier and Type | Method and Description |
|---|---|
ConcreteType |
LiteralType.type() |
| Constructor and Description |
|---|
LiteralType(ConcreteType type,
T value) |
Copyright © 2016–2017. All rights reserved.