Uses of Class
de.mirkosertic.bytecoder.core.ir.AbstractVar
-
-
Uses of AbstractVar in de.mirkosertic.bytecoder.core.backend.js
Fields in de.mirkosertic.bytecoder.core.backend.js with type parameters of type AbstractVar Modifier and Type Field Description private java.util.Map<AbstractVar,java.lang.String>
JSStructuredControlflowCodeGenerator. variableToName
Methods in de.mirkosertic.bytecoder.core.backend.js with parameters of type AbstractVar Modifier and Type Method Description private void
JSStructuredControlflowCodeGenerator. writeExpression(AbstractVar node)
Method parameters in de.mirkosertic.bytecoder.core.backend.js with type arguments of type AbstractVar Modifier and Type Method Description void
JSStructuredControlflowCodeGenerator. registerVariables(java.util.List<AbstractVar> variables)
-
Uses of AbstractVar in de.mirkosertic.bytecoder.core.backend.opencl
Fields in de.mirkosertic.bytecoder.core.backend.opencl with type parameters of type AbstractVar Modifier and Type Field Description private java.util.Map<AbstractVar,java.lang.String>
OpenCLStructuredControlflowCodeGenerator. variableToName
Methods in de.mirkosertic.bytecoder.core.backend.opencl with parameters of type AbstractVar Modifier and Type Method Description private void
OpenCLStructuredControlflowCodeGenerator. writeExpression(AbstractVar node)
Method parameters in de.mirkosertic.bytecoder.core.backend.opencl with type arguments of type AbstractVar Modifier and Type Method Description void
OpenCLStructuredControlflowCodeGenerator. registerVariables(java.util.List<AbstractVar> variables)
-
Uses of AbstractVar in de.mirkosertic.bytecoder.core.backend.sequencer
Method parameters in de.mirkosertic.bytecoder.core.backend.sequencer with type arguments of type AbstractVar Modifier and Type Method Description void
StructuredControlflowCodeGenerator. registerVariables(java.util.List<AbstractVar> variables)
-
Uses of AbstractVar in de.mirkosertic.bytecoder.core.backend.wasm
Fields in de.mirkosertic.bytecoder.core.backend.wasm with type parameters of type AbstractVar Modifier and Type Field Description private java.util.Map<AbstractVar,Local>
WasmStructuredControlflowCodeGenerator. varLocalMap
Methods in de.mirkosertic.bytecoder.core.backend.wasm with parameters of type AbstractVar Modifier and Type Method Description private WasmValue
WasmStructuredControlflowCodeGenerator. toWasmValue(AbstractVar value)
Method parameters in de.mirkosertic.bytecoder.core.backend.wasm with type arguments of type AbstractVar Modifier and Type Method Description void
WasmStructuredControlflowCodeGenerator. registerVariables(java.util.List<AbstractVar> variables)
-
Uses of AbstractVar in de.mirkosertic.bytecoder.core.ir
Subclasses of AbstractVar in de.mirkosertic.bytecoder.core.ir Modifier and Type Class Description class
PHI
class
Variable
-