| Package | Description |
|---|---|
| org.classdump.luna.compiler.analysis.types |
Classes representing Lua types, used in static analysis.
|
| Modifier and Type | Method and Description |
|---|---|
PartialOrderComparisonResult |
TypeSeq.comparePointwiseTo(TypeSeq that) |
PartialOrderComparisonResult |
Type.compareTo(Type that) |
static PartialOrderComparisonResult |
PartialOrderComparisonResult.fromTotalOrderComparison(int cmp) |
static PartialOrderComparisonResult |
PartialOrderComparisonResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PartialOrderComparisonResult[] |
PartialOrderComparisonResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016–2017. All rights reserved.