Uses of Enum
de.inetsoftware.jwebassembly.wasm.StructOperator
Packages that use StructOperator
Package
Description
-
Uses of StructOperator in de.inetsoftware.jwebassembly.binary
Methods in de.inetsoftware.jwebassembly.binary with parameters of type StructOperatorModifier and TypeMethodDescriptionprotected voidBinaryModuleWriter.writeStructOperator(StructOperator op, AnyType type, NamedStorageType fieldName, int idx) Write a struct operation -
Uses of StructOperator in de.inetsoftware.jwebassembly.module
Methods in de.inetsoftware.jwebassembly.module with parameters of type StructOperatorModifier and TypeMethodDescriptionprotected voidWasmCodeBuilder.addStructInstruction(StructOperator op, String typeName, NamedStorageType fieldName, int javaCodePos, int lineNumber) Add a struct/object operation to the instruction list.protected abstract voidModuleWriter.writeStructOperator(StructOperator op, AnyType type, NamedStorageType fieldName, int idx) Write a struct operation -
Uses of StructOperator in de.inetsoftware.jwebassembly.text
Methods in de.inetsoftware.jwebassembly.text with parameters of type StructOperatorModifier and TypeMethodDescriptionprotected voidTextModuleWriter.writeStructOperator(StructOperator op, AnyType type, NamedStorageType fieldName, int idx) Write a struct operation -
Uses of StructOperator in de.inetsoftware.jwebassembly.wasm
Subclasses with type arguments of type StructOperator in de.inetsoftware.jwebassembly.wasmMethods in de.inetsoftware.jwebassembly.wasm that return StructOperatorModifier and TypeMethodDescriptionstatic StructOperatorReturns the enum constant of this type with the specified name.static StructOperator[]StructOperator.values()Returns an array containing the constants of this enum type, in the order they are declared.