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 TypeMethodDescriptionvoidacceptVisitor(WasmExpressionVisitor visitor) getType()voidsetOperand(WasmExpression operand) voidsetOperation(WasmIntUnaryOperation operation) voidsetType(WasmIntType type) Methods inherited from class org.teavm.backend.wasm.model.expression.WasmExpression
defaultValueOfType, getLocation, isTerminating, isTerminating, setLocation
-
Constructor Details
-
WasmIntUnary
-
-
Method Details
-
getType
-
setType
-
getOperation
-
setOperation
-
getOperand
-
setOperand
-
acceptVisitor
- Specified by:
acceptVisitorin classWasmExpression
-