| 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.invoke(VariableReader receiver,
VariableReader instance,
MethodReference method,
List<? extends VariableReader> arguments,
InvocationType type) |
| Modifier and Type | Method and Description |
|---|---|
ValueEmitter |
ValueEmitter.invoke(InvocationType type,
MethodReference method,
ValueEmitter... arguments) |
| Modifier and Type | Method and Description |
|---|---|
InvocationType |
InvokeInstruction.getType() |
static InvocationType |
InvocationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InvocationType[] |
InvocationType.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.invoke(VariableReader receiver,
VariableReader instance,
MethodReference method,
List<? extends VariableReader> arguments,
InvocationType type) |
void |
InvokeInstruction.setType(InvocationType type) |
| Modifier and Type | Method and Description |
|---|---|
void |
InstructionStringifier.invoke(VariableReader receiver,
VariableReader instance,
MethodReference method,
List<? extends VariableReader> arguments,
InvocationType type) |
Copyright © 2015. All rights reserved.