| Package | Description |
|---|---|
| org.classdump.luna.compiler.analysis.types |
Classes representing Lua types, used in static analysis.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TopType |
| Modifier and Type | Field and Description |
|---|---|
static AbstractType |
LuaTypes.FUNCTION |
static AbstractType |
LuaTypes.NON_NIL |
static AbstractType |
LuaTypes.NUMBER |
protected AbstractType |
FunctionType.supertype |
protected AbstractType |
ConcreteType.supertype |
protected AbstractType |
AbstractType.supertype |
| Modifier and Type | Method and Description |
|---|---|
AbstractType |
ConcreteType.supertype() |
AbstractType |
AbstractType.supertype() |
| Constructor and Description |
|---|
AbstractType(AbstractType supertype,
String name) |
ConcreteLitType(AbstractType supertype,
String name) |
ConcreteType(AbstractType supertype,
String name) |
Copyright © 2016–2017. All rights reserved.