Class HostType
- java.lang.Object
-
- de.mirkosertic.bytecoder.core.backend.wasm.ast.HostType
-
- All Implemented Interfaces:
ReferencableType,WasmType
public class HostType extends java.lang.Object implements ReferencableType
-
-
Constructor Summary
Constructors Constructor Description HostType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intindex()voidwriteRefTo(TextWriter writer)voidwriteTo(BinaryWriter.Writer sectionWriter)voidwriteTo(TextWriter writer)
-
-
-
Method Detail
-
writeTo
public void writeTo(TextWriter writer)
-
writeRefTo
public void writeRefTo(TextWriter writer)
- Specified by:
writeRefToin interfaceWasmType
-
writeTo
public void writeTo(BinaryWriter.Writer sectionWriter)
-
-