Class BaseWasmGenerationVisitor.CallSiteIdentifier
java.lang.Object
org.teavm.backend.wasm.generate.methods.BaseWasmGenerationVisitor.CallSiteIdentifier
- Enclosing class:
BaseWasmGenerationVisitor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidaddToLastArg(List<WasmExpression> args) abstract voidcheckHandlerId(List<WasmExpression> target, TextLocation location) abstract voidgenerateRegister(List<WasmExpression> consumer, TextLocation location) abstract voidgenerateThrow(List<WasmExpression> target, TextLocation location)
-
Constructor Details
-
CallSiteIdentifier
protected CallSiteIdentifier()
-
-
Method Details
-
generateRegister
-
addToLastArg
-
checkHandlerId
-
generateThrow
-