| 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) |
void |
DataFlowGraphBuilder.cast(VariableReader receiver,
VariableReader value,
NumericOperandType sourceType,
NumericOperandType targetType) |
void |
DataFlowGraphBuilder.negate(VariableReader receiver,
VariableReader operand,
NumericOperandType type) |
| Modifier and Type | Method and Description |
|---|---|
ValueEmitter |
ValueEmitter.add(NumericOperandType type,
ValueEmitter other) |
ValueEmitter |
ValueEmitter.binary(BinaryOperation op,
NumericOperandType type,
ValueEmitter other) |
ValueEmitter |
ValueEmitter.cast(NumericOperandType from,
NumericOperandType to) |
ValueEmitter |
ValueEmitter.compare(NumericOperandType type,
ValueEmitter other) |
ValueEmitter |
ValueEmitter.neg(NumericOperandType type) |
ValueEmitter |
ValueEmitter.sub(NumericOperandType type,
ValueEmitter other) |
| Modifier and Type | Method and Description |
|---|---|
NumericOperandType |
BinaryInstruction.getOperandType() |
NumericOperandType |
NegateInstruction.getOperandType() |
NumericOperandType |
CastNumberInstruction.getSourceType() |
NumericOperandType |
CastNumberInstruction.getTargetType() |
static NumericOperandType |
NumericOperandType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NumericOperandType[] |
NumericOperandType.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) |
void |
InstructionReader.cast(VariableReader receiver,
VariableReader value,
NumericOperandType sourceType,
NumericOperandType targetType) |
void |
InstructionReader.negate(VariableReader receiver,
VariableReader operand,
NumericOperandType type) |
| Constructor and Description |
|---|
BinaryInstruction(BinaryOperation operation,
NumericOperandType operandType) |
CastNumberInstruction(NumericOperandType sourceType,
NumericOperandType targetType) |
NegateInstruction(NumericOperandType operandType) |
| Modifier and Type | Method and Description |
|---|---|
void |
InstructionStringifier.binary(BinaryOperation op,
VariableReader receiver,
VariableReader first,
VariableReader second,
NumericOperandType type) |
void |
InstructionStringifier.cast(VariableReader receiver,
VariableReader value,
NumericOperandType sourceType,
NumericOperandType targetType) |
void |
InstructionStringifier.negate(VariableReader receiver,
VariableReader operand,
NumericOperandType type) |
Copyright © 2015. All rights reserved.