Uses of Class
org.teavm.model.instructions.InvocationType
-
Packages that use InvocationType Package Description org.teavm.dependency org.teavm.model.emit org.teavm.model.instructions org.teavm.model.util -
-
Uses of InvocationType in org.teavm.dependency
Methods in org.teavm.dependency with parameters of type InvocationType Modifier and Type Method Description voidDataFlowGraphBuilder. 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 InvocationType Modifier and Type Method Description ValueEmitterValueEmitter. invoke(InvocationType invokeType, String className, String name, ValueType resultType, ValueEmitter... arguments)ValueEmitterValueEmitter. invoke(InvocationType invokeType, String name, ValueType resultType, ValueEmitter... arguments)ValueEmitterValueEmitter. invoke(InvocationType invokeType, MethodReference method, ValueEmitter... arguments) -
Uses of InvocationType in org.teavm.model.instructions
Methods in org.teavm.model.instructions that return InvocationType Modifier and Type Method Description InvocationTypeInvokeInstruction. getType()static InvocationTypeInvocationType. 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.Methods in org.teavm.model.instructions with parameters of type InvocationType Modifier and Type Method Description voidAbstractInstructionReader. invoke(VariableReader receiver, VariableReader instance, MethodReference method, List<? extends VariableReader> arguments, InvocationType type)voidInstructionReader. invoke(VariableReader receiver, VariableReader instance, MethodReference method, List<? extends VariableReader> arguments, InvocationType type)voidInvokeInstruction. setType(InvocationType type) -
Uses of InvocationType in org.teavm.model.util
Methods in org.teavm.model.util with parameters of type InvocationType Modifier and Type Method Description voidInstructionCopyReader. invoke(VariableReader receiver, VariableReader instance, MethodReference method, List<? extends VariableReader> arguments, InvocationType type)
-