Uses of Class
de.mirkosertic.bytecoder.core.backend.wasm.ast.Tag
-
Packages that use Tag Package Description de.mirkosertic.bytecoder.core.backend.wasm.ast -
-
Uses of Tag in de.mirkosertic.bytecoder.core.backend.wasm.ast
Fields in de.mirkosertic.bytecoder.core.backend.wasm.ast declared as Tag Modifier and Type Field Description private TagCatch. catchTagprivate TagThrowException. exceptionFields in de.mirkosertic.bytecoder.core.backend.wasm.ast with type parameters of type Tag Modifier and Type Field Description private java.util.List<Tag>TagIndex. tagsMethods in de.mirkosertic.bytecoder.core.backend.wasm.ast that return Tag Modifier and Type Method Description TagTagIndex. byLabel(java.lang.String eventName)TagTagIndex. get(int i)static TagConstExpressions. tag(java.lang.String label, FunctionType type)Methods in de.mirkosertic.bytecoder.core.backend.wasm.ast with parameters of type Tag Modifier and Type Method Description voidTagIndex. add(Tag event)intTagIndex. indexOf(Tag event)voidExpressions. throwException(Tag exception, java.util.List<WasmValue> arguments)TryExpressions. Try(java.lang.String label, Tag catchTag)Constructors in de.mirkosertic.bytecoder.core.backend.wasm.ast with parameters of type Tag Constructor Description Catch(Container parent, Tag catchTag)ThrowException(Tag exception, java.util.List<WasmValue> arguments)Try(Container parent, java.lang.String label, Tag catchTag)
-