Class WasmIntBinary
java.lang.Object
org.teavm.backend.wasm.model.expression.WasmExpression
org.teavm.backend.wasm.model.expression.WasmIntBinary
-
Constructor Summary
ConstructorsConstructorDescriptionWasmIntBinary(WasmIntType type, WasmIntBinaryOperation operation, WasmExpression first, WasmExpression second)
-
Method Summary
Modifier and TypeMethodDescriptionvoid
acceptVisitor(WasmExpressionVisitor visitor)
getFirst()
getType()
void
setFirst(WasmExpression first)
void
setOperation(WasmIntBinaryOperation operation)
void
setSecond(WasmExpression second)
void
setType(WasmIntType type)
Methods inherited from class org.teavm.backend.wasm.model.expression.WasmExpression
getLocation, setLocation
-
Constructor Details
-
WasmIntBinary
public WasmIntBinary(WasmIntType type, WasmIntBinaryOperation operation, WasmExpression first, WasmExpression second)
-
-
Method Details
-
getType
-
setType
-
getOperation
-
setOperation
-
getFirst
-
setFirst
-
getSecond
-
setSecond
-
acceptVisitor
- Specified by:
acceptVisitor
in classWasmExpression
-