Class WasmTest
java.lang.Object
org.teavm.backend.wasm.model.expression.WasmExpression
org.teavm.backend.wasm.model.expression.WasmTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidacceptVisitor(WasmExpressionVisitor visitor) getValue()voidsetTestType(WasmType.Reference testType) voidsetValue(WasmExpression value) Methods inherited from class org.teavm.backend.wasm.model.expression.WasmExpression
defaultValueOfType, getLocation, isTerminating, isTerminating, setLocation
-
Constructor Details
-
WasmTest
-
-
Method Details
-
getValue
-
setValue
-
getTestType
-
setTestType
-
acceptVisitor
- Specified by:
acceptVisitorin classWasmExpression
-