Class WasmIntUnary
java.lang.Object
org.teavm.backend.wasm.model.expression.WasmExpression
org.teavm.backend.wasm.model.expression.WasmIntUnary
-
Constructor Summary
ConstructorsConstructorDescriptionWasmIntUnary(WasmIntType type, WasmIntUnaryOperation operation, WasmExpression operand)
-
Method Summary
Modifier and TypeMethodDescriptionvoid
acceptVisitor(WasmExpressionVisitor visitor)
getType()
void
setOperand(WasmExpression operand)
void
setOperation(WasmIntUnaryOperation operation)
void
setType(WasmIntType type)
Methods inherited from class org.teavm.backend.wasm.model.expression.WasmExpression
getLocation, setLocation
-
Constructor Details
-
WasmIntUnary
-
-
Method Details
-
getType
-
setType
-
getOperation
-
setOperation
-
getOperand
-
setOperand
-
acceptVisitor
- Specified by:
acceptVisitor
in classWasmExpression
-