Uses of Class
de.mirkosertic.bytecoder.core.backend.wasm.ast.Tag
Packages that use Tag
-
Uses of Tag in de.mirkosertic.bytecoder.core.backend.wasm.ast
Fields in de.mirkosertic.bytecoder.core.backend.wasm.ast declared as TagModifier and TypeFieldDescriptionprivate final Tag
Catch.catchTag
private final Tag
ThrowException.exception
Fields in de.mirkosertic.bytecoder.core.backend.wasm.ast with type parameters of type TagMethods in de.mirkosertic.bytecoder.core.backend.wasm.ast that return TagModifier and TypeMethodDescriptionTagIndex.get
(int i) static Tag
ConstExpressions.tag
(String label, FunctionType type) Methods in de.mirkosertic.bytecoder.core.backend.wasm.ast with parameters of type TagModifier and TypeMethodDescriptionvoid
int
void
Expressions.throwException
(Tag exception, List<WasmValue> arguments) Constructors in de.mirkosertic.bytecoder.core.backend.wasm.ast with parameters of type Tag