Class WasmLoadInt64
java.lang.Object
org.teavm.backend.wasm.model.expression.WasmExpression
org.teavm.backend.wasm.model.expression.WasmLoadInt64
- All Implemented Interfaces:
WasmMemoryAccess
-
Constructor Summary
ConstructorsConstructorDescriptionWasmLoadInt64(int alignment, WasmExpression index, WasmInt64Subtype convertFrom)
WasmLoadInt64(int alignment, WasmExpression index, WasmInt64Subtype convertFrom, int offset)
-
Method Summary
Modifier and TypeMethodDescriptionvoid
acceptVisitor(WasmExpressionVisitor visitor)
int
getIndex()
int
void
setAlignment(int alignment)
void
setConvertFrom(WasmInt64Subtype convertFrom)
void
setIndex(WasmExpression index)
void
setOffset(int offset)
Methods inherited from class org.teavm.backend.wasm.model.expression.WasmExpression
getLocation, setLocation
-
Constructor Details
-
WasmLoadInt64
-
WasmLoadInt64
public WasmLoadInt64(int alignment, WasmExpression index, WasmInt64Subtype convertFrom, int offset)
-
-
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
-
getConvertFrom
-
setConvertFrom
-
acceptVisitor
- Specified by:
acceptVisitor
in classWasmExpression
-