Uses of Class
de.mirkosertic.bytecoder.core.backend.wasm.ast.Loop
-
Packages that use Loop Package Description de.mirkosertic.bytecoder.core.backend.wasm de.mirkosertic.bytecoder.core.backend.wasm.ast -
-
Uses of Loop in de.mirkosertic.bytecoder.core.backend.wasm
Constructors in de.mirkosertic.bytecoder.core.backend.wasm with parameters of type Loop Constructor Description NestingLevelLoop(WasmStructuredControlflowCodeGenerator.NestingLevel<?> parent, Expressions activeFlow, Loop activeContainer)
-
Uses of Loop in de.mirkosertic.bytecoder.core.backend.wasm.ast
Methods in de.mirkosertic.bytecoder.core.backend.wasm.ast that return Loop Modifier and Type Method Description Loop
Expressions. loop(java.lang.String label)
-