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 TagCatch.catchTagprivate final TagThrowException.exceptionFields 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 TagConstExpressions.tag(String label, FunctionType type) Methods in de.mirkosertic.bytecoder.core.backend.wasm.ast with parameters of type TagModifier and TypeMethodDescriptionvoidintvoidExpressions.throwException(Tag exception, List<WasmValue> arguments) Constructors in de.mirkosertic.bytecoder.core.backend.wasm.ast with parameters of type Tag