Class WasmStoreFloat64
java.lang.Object
org.teavm.backend.wasm.model.expression.WasmExpression
org.teavm.backend.wasm.model.expression.WasmStoreFloat64
- All Implemented Interfaces:
WasmMemoryAccess
-
Constructor Summary
ConstructorsConstructorDescriptionWasmStoreFloat64(int alignment, WasmExpression index, WasmExpression value)
-
Method Summary
Modifier and TypeMethodDescriptionvoid
acceptVisitor(WasmExpressionVisitor visitor)
int
getIndex()
int
getValue()
void
setAlignment(int alignment)
void
setIndex(WasmExpression index)
void
setOffset(int offset)
void
setValue(WasmExpression value)
Methods inherited from class org.teavm.backend.wasm.model.expression.WasmExpression
getLocation, setLocation
-
Constructor Details
-
WasmStoreFloat64
-
-
Method Details
-
getAlignment
public int getAlignment() -
setAlignment
public void setAlignment(int alignment) -
getOffset
public int getOffset()- Specified by:
getOffset
in interfaceWasmMemoryAccess
-
setOffset
public void setOffset(int offset)- Specified by:
setOffset
in interfaceWasmMemoryAccess
-
getIndex
- Specified by:
getIndex
in interfaceWasmMemoryAccess
-
setIndex
- Specified by:
setIndex
in interfaceWasmMemoryAccess
-
getValue
-
setValue
-
acceptVisitor
- Specified by:
acceptVisitor
in classWasmExpression
-