Class WasmExpression
- java.lang.Object
-
- org.teavm.backend.wasm.model.expression.WasmExpression
-
- Direct Known Subclasses:
WasmBlock,WasmBranch,WasmBreak,WasmCall,WasmConditional,WasmConversion,WasmDrop,WasmFloat32Constant,WasmFloat64Constant,WasmFloatBinary,WasmFloatUnary,WasmGetLocal,WasmIndirectCall,WasmInt32Constant,WasmInt64Constant,WasmIntBinary,WasmIntUnary,WasmLoadFloat32,WasmLoadFloat64,WasmLoadInt32,WasmLoadInt64,WasmMemoryGrow,WasmReturn,WasmSetLocal,WasmStoreFloat32,WasmStoreFloat64,WasmStoreInt32,WasmStoreInt64,WasmSwitch,WasmUnreachable
public abstract class WasmExpression extends Object
-
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voidacceptVisitor(WasmExpressionVisitor visitor)TextLocationgetLocation()voidsetLocation(TextLocation location)
-
-
-
Method Detail
-
getLocation
public TextLocation getLocation()
-
setLocation
public void setLocation(TextLocation location)
-
acceptVisitor
public abstract void acceptVisitor(WasmExpressionVisitor visitor)
-
-