public static final class CMath.CompiledOperation
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
CMath.CompiledFormula |
list |
|
char |
operation |
|
static int |
OPERATION_LIST |
|
static int |
OPERATION_OPERATION |
|
static int |
OPERATION_PREVIOUSVALUE |
|
static int |
OPERATION_VALUE |
|
static int |
OPERATION_VARIABLE |
|
int |
type |
|
double |
value |
|
int |
variableIndex |
Constructor | Description |
---|---|
CompiledOperation() |
|
CompiledOperation(char operation) |
|
CompiledOperation(double value) |
|
CompiledOperation(int variableIndex) |
|
CompiledOperation(CMath.CompiledFormula list) |
public static final int OPERATION_VARIABLE
public static final int OPERATION_VALUE
public static final int OPERATION_OPERATION
public static final int OPERATION_LIST
public static final int OPERATION_PREVIOUSVALUE
public final int type
public int variableIndex
public double value
public char operation
public CMath.CompiledFormula list
public CompiledOperation(int variableIndex)
public CompiledOperation(double value)
public CompiledOperation(CMath.CompiledFormula list)
public CompiledOperation(char operation)
public CompiledOperation()