Class ArrayGenerator
- java.lang.Object
-
- org.teavm.backend.wasm.generators.ArrayGenerator
-
- All Implemented Interfaces:
WasmMethodGenerator
public class ArrayGenerator extends Object implements WasmMethodGenerator
-
-
Constructor Summary
Constructors Constructor Description ArrayGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(MethodReference method, WasmFunction function, WasmMethodGeneratorContext context)booleanisApplicable(MethodReference methodReference)
-
-
-
Method Detail
-
isApplicable
public boolean isApplicable(MethodReference methodReference)
- Specified by:
isApplicablein interfaceWasmMethodGenerator
-
apply
public void apply(MethodReference method, WasmFunction function, WasmMethodGeneratorContext context)
- Specified by:
applyin interfaceWasmMethodGenerator
-
-