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