Package org.teavm.backend.c.intrinsic
Interface IntrinsicFactoryContext
-
public interface IntrinsicFactoryContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ClassLoadergetClassLoader()ClassReaderSourcegetClassSource()java.util.PropertiesgetProperties()ServiceRepositorygetServices()
-
-
-
Method Detail
-
getClassSource
ClassReaderSource getClassSource()
-
getClassLoader
java.lang.ClassLoader getClassLoader()
-
getServices
ServiceRepository getServices()
-
getProperties
java.util.Properties getProperties()
-
-