Class ArrayGenerator
java.lang.Object
org.teavm.backend.wasm.generators.ArrayGenerator
- All Implemented Interfaces:
WasmMethodGenerator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
apply(MethodReference method, WasmFunction function, WasmMethodGeneratorContext context)
boolean
isApplicable(MethodReference methodReference)
-
Constructor Details
-
ArrayGenerator
public ArrayGenerator()
-
-
Method Details
-
isApplicable
- Specified by:
isApplicable
in interfaceWasmMethodGenerator
-
apply
public void apply(MethodReference method, WasmFunction function, WasmMethodGeneratorContext context)- Specified by:
apply
in interfaceWasmMethodGenerator
-