Package org.teavm.backend.c.generators
Interface ReflectionGeneratorContext
public interface ReflectionGeneratorContext
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddToInitializer(ReflectionPartGenerator generator) voidaddTopLevel(ReflectionPartGenerator generator) includes()writer()
-
Method Details
-
globalContext
GenerationContext globalContext() -
writer
CodeWriter writer() -
includes
IncludeManager includes() -
addToInitializer
-
addTopLevel
-