public abstract class BinaryExpression extends Object implements WASMExpression
WASMValue.ExportContext| Modifier | Constructor and Description |
|---|---|
protected |
BinaryExpression(WASMValue leftValue,
WASMValue rightValue,
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 BinaryExpression(WASMValue leftValue, WASMValue rightValue, String textCode, byte binaryCode, Expression expression)
public final void writeTo(TextWriter textWriter, WASMValue.ExportContext context) throws IOException
writeTo in interface WASMValueIOExceptionpublic final void writeTo(BinaryWriter.Writer codeWriter, WASMValue.ExportContext context) throws IOException
writeTo in interface WASMValueIOExceptionCopyright © 2020 Systemprogrammierung Mirko Sertic. All rights reserved.