Package org.teavm.backend.javascript.spi
Interface Injector
- All Known Implementing Classes:
AnnotationConstructorGenerator,AnnotationInfoGenerator,AnnotationValueArrayGenerator,ClassInfoGenerator,ClassReflectionInfoGenerator,DerivedClassInfoGenerator,FieldInfoGenerator,FieldReflectionInfoGenerator,GenericTypeInfoGenerator,MethodInfoGenerator,MethodReflectionInfoGenerator,StringInfoGenerator,TypeVariableInfoGenerator
public interface Injector
-
Method Summary
Modifier and TypeMethodDescriptionvoidgenerate(InjectorContext context, MethodReference methodRef)
-
Method Details
-
generate
-