| Package | Description |
|---|---|
| org.classdump.luna.compiler.analysis |
Static analysis of Lua programs operating on the IR.
|
| Modifier and Type | Method and Description |
|---|---|
abstract NumericOperationType |
StaticMathImplementation.opType(Type arg) |
NumericOperationType |
StaticMathImplementation.MayBeInteger.opType(Type arg) |
NumericOperationType |
StaticMathImplementation.MustBeFloat.opType(Type arg) |
NumericOperationType |
StaticMathImplementation.MustBeInteger.opType(Type arg) |
abstract NumericOperationType |
StaticMathImplementation.opType(Type left,
Type right) |
NumericOperationType |
StaticMathImplementation.MayBeInteger.opType(Type l,
Type r) |
NumericOperationType |
StaticMathImplementation.MustBeFloat.opType(Type l,
Type r) |
NumericOperationType |
StaticMathImplementation.MustBeInteger.opType(Type l,
Type r) |
static NumericOperationType |
NumericOperationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NumericOperationType[] |
NumericOperationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016–2017. All rights reserved.