| Package | Description |
|---|---|
| org.teavm.dependency | |
| org.teavm.model.emit | |
| org.teavm.model.instructions | |
| org.teavm.model.util |
| Modifier and Type | Method and Description |
|---|---|
void |
DataFlowGraphBuilder.binary(BinaryOperation op,
VariableReader receiver,
VariableReader first,
VariableReader second,
NumericOperandType type) |
| Modifier and Type | Method and Description |
|---|---|
ValueEmitter |
ValueEmitter.binary(BinaryOperation op,
NumericOperandType type,
ValueEmitter other) |
| Modifier and Type | Method and Description |
|---|---|
BinaryOperation |
BinaryInstruction.getOperation() |
static BinaryOperation |
BinaryOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BinaryOperation[] |
BinaryOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InstructionReader.binary(BinaryOperation op,
VariableReader receiver,
VariableReader first,
VariableReader second,
NumericOperandType type) |
| Constructor and Description |
|---|
BinaryInstruction(BinaryOperation operation,
NumericOperandType operandType) |
| Modifier and Type | Method and Description |
|---|---|
void |
InstructionStringifier.binary(BinaryOperation op,
VariableReader receiver,
VariableReader first,
VariableReader second,
NumericOperandType type) |
Copyright © 2015. All rights reserved.