Class WasmInt32Constant
java.lang.Object
org.teavm.backend.wasm.model.expression.WasmExpression
org.teavm.backend.wasm.model.expression.WasmInt32Constant
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
acceptVisitor(WasmExpressionVisitor visitor)
int
getValue()
void
setValue(int value)
Methods inherited from class org.teavm.backend.wasm.model.expression.WasmExpression
getLocation, setLocation
-
Constructor Details
-
WasmInt32Constant
public WasmInt32Constant(int value)
-
-
Method Details
-
getValue
public int getValue() -
setValue
public void setValue(int value) -
acceptVisitor
- Specified by:
acceptVisitor
in classWasmExpression
-