public abstract class UnaryExpression extends Object implements WASMExpression
WASMValue.ExportContext| Modifier | Constructor and Description |
|---|---|
protected |
UnaryExpression(WASMValue value,
String textCode,
byte binaryCode,
Expression expression) |
| Modifier and Type | Method and Description |
|---|---|
void |
writeTo(BinaryWriter.Writer codeWriter,
WASMValue.ExportContext context) |
void |
writeTo(TextWriter textWriter,
WASMValue.ExportContext context) |
protected UnaryExpression(WASMValue value, String textCode, byte binaryCode, Expression expression)
public void writeTo(TextWriter textWriter, WASMValue.ExportContext context) throws IOException
writeTo in interface WASMValueIOExceptionpublic void writeTo(BinaryWriter.Writer codeWriter, WASMValue.ExportContext context) throws IOException
writeTo in interface WASMValueIOExceptionCopyright © 2020 Systemprogrammierung Mirko Sertic. All rights reserved.