Uses of Enum
org.teavm.model.instructions.InvocationType
Packages that use InvocationType
Package
Description
-
Uses of InvocationType in org.teavm.dependency
Methods in org.teavm.dependency with parameters of type InvocationTypeModifier and TypeMethodDescriptionvoid
DataFlowGraphBuilder.invoke(VariableReader receiver, VariableReader instance, MethodReference method, List<? extends VariableReader> arguments, InvocationType type)
-
Uses of InvocationType in org.teavm.model.emit
Methods in org.teavm.model.emit with parameters of type InvocationTypeModifier and TypeMethodDescriptionValueEmitter.invoke(InvocationType invokeType, String className, String name, ValueType resultType, ValueEmitter... arguments)
ValueEmitter.invoke(InvocationType invokeType, String name, ValueType resultType, ValueEmitter... arguments)
ValueEmitter.invoke(InvocationType invokeType, MethodReference method, ValueEmitter... arguments)
-
Uses of InvocationType in org.teavm.model.instructions
Methods in org.teavm.model.instructions that return InvocationTypeModifier and TypeMethodDescriptionInvokeInstruction.getType()
static InvocationType
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.Methods in org.teavm.model.instructions with parameters of type InvocationTypeModifier and TypeMethodDescriptionvoid
AbstractInstructionReader.invoke(VariableReader receiver, VariableReader instance, MethodReference method, List<? extends VariableReader> arguments, InvocationType type)
void
InstructionReader.invoke(VariableReader receiver, VariableReader instance, MethodReference method, List<? extends VariableReader> arguments, InvocationType type)
void
InvokeInstruction.setType(InvocationType type)
-
Uses of InvocationType in org.teavm.model.util
Methods in org.teavm.model.util with parameters of type InvocationTypeModifier and TypeMethodDescriptionvoid
InstructionCopyReader.invoke(VariableReader receiver, VariableReader instance, MethodReference method, List<? extends VariableReader> arguments, InvocationType type)