| 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.jumpIf(BinaryBranchingCondition cond,
VariableReader first,
VariableReader second,
BasicBlockReader consequent,
BasicBlockReader alternative) |
| Modifier and Type | Method and Description |
|---|---|
ForkEmitter |
ValueEmitter.fork(BinaryBranchingCondition condition,
ValueEmitter other) |
| Modifier and Type | Method and Description |
|---|---|
BinaryBranchingCondition |
BinaryBranchingInstruction.getCondition() |
static BinaryBranchingCondition |
BinaryBranchingCondition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BinaryBranchingCondition[] |
BinaryBranchingCondition.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.jumpIf(BinaryBranchingCondition cond,
VariableReader first,
VariableReader second,
BasicBlockReader consequent,
BasicBlockReader alternative) |
| Constructor and Description |
|---|
BinaryBranchingInstruction(BinaryBranchingCondition condition) |
| Modifier and Type | Method and Description |
|---|---|
void |
InstructionStringifier.jumpIf(BinaryBranchingCondition cond,
VariableReader first,
VariableReader second,
BasicBlockReader consequent,
BasicBlockReader alternative) |
Copyright © 2015. All rights reserved.