Uses of Class
de.mirkosertic.bytecoder.core.ir.MethodInvocationExpression
Packages that use MethodInvocationExpression
Package
Description
-
Uses of MethodInvocationExpression in de.mirkosertic.bytecoder.core.backend.js
Methods in de.mirkosertic.bytecoder.core.backend.js with parameters of type MethodInvocationExpressionModifier and TypeMethodDescriptionprivate void
JSStructuredControlflowCodeGenerator.writeExpression
(MethodInvocationExpression node) private void
JSStructuredControlflowCodeGenerator.writeExpressionDirectInvocation
(MethodInvocationExpression node) private void
JSStructuredControlflowCodeGenerator.writeExpressionInterfaceInvocation
(MethodInvocationExpression node) private void
JSStructuredControlflowCodeGenerator.writeExpressionStaticInvocation
(MethodInvocationExpression node) private void
JSStructuredControlflowCodeGenerator.writeExpressionVirtualInvocation
(MethodInvocationExpression node) -
Uses of MethodInvocationExpression in de.mirkosertic.bytecoder.core.backend.opencl
Methods in de.mirkosertic.bytecoder.core.backend.opencl with parameters of type MethodInvocationExpressionModifier and TypeMethodDescriptionprivate void
OpenCLStructuredControlflowCodeGenerator.writeExpression
(MethodInvocationExpression node) private void
OpenCLStructuredControlflowCodeGenerator.writeExpressionDirectInvocation
(MethodInvocationExpression node) private void
OpenCLStructuredControlflowCodeGenerator.writeExpressionStaticInvocation
(MethodInvocationExpression node) private void
OpenCLStructuredControlflowCodeGenerator.writeExpressionVirtualInvocation
(MethodInvocationExpression node) -
Uses of MethodInvocationExpression in de.mirkosertic.bytecoder.core.backend.wasm
Methods in de.mirkosertic.bytecoder.core.backend.wasm with parameters of type MethodInvocationExpressionModifier and TypeMethodDescriptionprivate WasmValue
WasmStructuredControlflowCodeGenerator.toWasmValue
(MethodInvocationExpression value) private WasmValue
WasmStructuredControlflowCodeGenerator.toWasmValueDirect
(MethodInvocationExpression value) private WasmValue
WasmStructuredControlflowCodeGenerator.toWasmValueInterface
(MethodInvocationExpression value) private WasmValue
WasmStructuredControlflowCodeGenerator.toWasmValueStatic
(MethodInvocationExpression value) private WasmValue
WasmStructuredControlflowCodeGenerator.toWasmValueVirtual
(MethodInvocationExpression value) -
Uses of MethodInvocationExpression in de.mirkosertic.bytecoder.core.ir
Methods in de.mirkosertic.bytecoder.core.ir that return MethodInvocationExpressionModifier and TypeMethodDescriptionGraph.newMethodInvocationExpression
(InvocationType invocationType, org.objectweb.asm.tree.MethodInsnNode insn, ResolvedMethod rm)