Class WasmStructSet
java.lang.Object
org.teavm.backend.wasm.model.expression.WasmExpression
org.teavm.backend.wasm.model.expression.WasmStructSet
-
Constructor Summary
ConstructorsConstructorDescriptionWasmStructSet(WasmStructure type, WasmExpression instance, int fieldIndex, WasmExpression value) -
Method Summary
Modifier and TypeMethodDescriptionvoidacceptVisitor(WasmExpressionVisitor visitor) intgetType()getValue()voidsetFieldIndex(int fieldIndex) voidsetInstance(WasmExpression instance) voidsetType(WasmStructure type) voidsetValue(WasmExpression value) Methods inherited from class org.teavm.backend.wasm.model.expression.WasmExpression
defaultValueOfType, getLocation, isTerminating, isTerminating, setLocation
-
Constructor Details
-
WasmStructSet
public WasmStructSet(WasmStructure type, WasmExpression instance, int fieldIndex, WasmExpression value)
-
-
Method Details
-
getType
-
setType
-
getInstance
-
setInstance
-
getFieldIndex
public int getFieldIndex() -
setFieldIndex
public void setFieldIndex(int fieldIndex) -
getValue
-
setValue
-
acceptVisitor
- Specified by:
acceptVisitorin classWasmExpression
-