Uses of Interface
de.mirkosertic.bytecoder.core.backend.wasm.ast.WasmExpression
-
Packages that use WasmExpression Package Description de.mirkosertic.bytecoder.core.backend.wasm.ast -
-
Uses of WasmExpression in de.mirkosertic.bytecoder.core.backend.wasm.ast
Fields in de.mirkosertic.bytecoder.core.backend.wasm.ast with type parameters of type WasmExpression Modifier and Type Field Description private java.util.List<WasmExpression>
Container. children
private java.util.List<WasmExpression>
Iff. falseChildren
Methods in de.mirkosertic.bytecoder.core.backend.wasm.ast that return types with arguments of type WasmExpression Modifier and Type Method Description java.util.List<WasmExpression>
Container. getChildren()
Methods in de.mirkosertic.bytecoder.core.backend.wasm.ast with parameters of type WasmExpression Modifier and Type Method Description void
Container. addChild(WasmExpression e)
-