Package org.teavm.backend.c.generate
Class ClassGenerationContext
- java.lang.Object
-
- org.teavm.backend.c.generate.ClassGenerationContext
-
public class ClassGenerationContext extends Object
-
-
Constructor Summary
Constructors Constructor Description ClassGenerationContext(GenerationContext context, IncludeManager includes, CodeWriter prologueWriter, CodeWriter initWriter, String currentClassName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GenerationContextgetContext()StringgetVirtualMethodId(MethodDescriptor methodDesc)voidimportMethod(MethodReference method, boolean isStatic)
-
-
-
Constructor Detail
-
ClassGenerationContext
public ClassGenerationContext(GenerationContext context, IncludeManager includes, CodeWriter prologueWriter, CodeWriter initWriter, String currentClassName)
-
-
Method Detail
-
getContext
public GenerationContext getContext()
-
importMethod
public void importMethod(MethodReference method, boolean isStatic)
-
getVirtualMethodId
public String getVirtualMethodId(MethodDescriptor methodDesc)
-
-