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 Tag
Catch. catchTag
private Tag
ThrowException. exception
Fields 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. tags
Methods in de.mirkosertic.bytecoder.core.backend.wasm.ast that return Tag Modifier and Type Method Description Tag
TagIndex. byLabel(java.lang.String eventName)
Tag
TagIndex. get(int i)
static Tag
ConstExpressions. 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 void
TagIndex. add(Tag event)
int
TagIndex. indexOf(Tag event)
void
Expressions. throwException(Tag exception, java.util.List<WasmValue> arguments)
Try
Expressions. 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)
-