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