Class WasmLoadInt32
java.lang.Object
org.teavm.backend.wasm.model.expression.WasmExpression
org.teavm.backend.wasm.model.expression.WasmLoadInt32
- All Implemented Interfaces:
WasmMemoryAccess
-
Constructor Summary
ConstructorsConstructorDescriptionWasmLoadInt32(int alignment, WasmExpression index, WasmInt32Subtype convertFrom) WasmLoadInt32(int alignment, WasmExpression index, WasmInt32Subtype convertFrom, int offset) -
Method Summary
Modifier and TypeMethodDescriptionvoidacceptVisitor(WasmExpressionVisitor visitor) intgetIndex()intvoidsetAlignment(int alignment) voidsetConvertFrom(WasmInt32Subtype convertFrom) voidsetIndex(WasmExpression index) voidsetOffset(int offset) Methods inherited from class org.teavm.backend.wasm.model.expression.WasmExpression
getLocation, setLocation
-
Constructor Details
-
WasmLoadInt32
-
WasmLoadInt32
-
-
Method Details
-
getAlignment
public int getAlignment() -
setAlignment
public void setAlignment(int alignment) -
getOffset
public int getOffset()- Specified by:
getOffsetin interfaceWasmMemoryAccess
-
setOffset
public void setOffset(int offset) - Specified by:
setOffsetin interfaceWasmMemoryAccess
-
getIndex
- Specified by:
getIndexin interfaceWasmMemoryAccess
-
setIndex
- Specified by:
setIndexin interfaceWasmMemoryAccess
-
getConvertFrom
-
setConvertFrom
-
acceptVisitor
- Specified by:
acceptVisitorin classWasmExpression
-