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