public class WASMType extends Object
| Modifier and Type | Method and Description |
|---|---|
PrimitiveType |
getResultType() |
int |
index() |
boolean |
isVoid() |
boolean |
matches(List<PrimitiveType> otherParameter,
PrimitiveType otherResultType) |
void |
writeRefTo(TextWriter writer) |
void |
writeTo(BinaryWriter.SectionWriter sectionWriter) |
void |
writeTo(TextWriter writer) |
public boolean matches(List<PrimitiveType> otherParameter, PrimitiveType otherResultType)
public boolean isVoid()
public PrimitiveType getResultType()
public void writeTo(TextWriter writer)
public void writeRefTo(TextWriter writer)
public void writeTo(BinaryWriter.SectionWriter sectionWriter) throws IOException
IOExceptionpublic int index()
Copyright © 2020 Systemprogrammierung Mirko Sertic. All rights reserved.