Interface WasmIntrinsicFactoryContext
-
public interface WasmIntrinsicFactoryContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClassLoadergetClassLoader()ClassReaderSourcegetClassSource()PropertiesgetProperties()ServiceRepositorygetServices()
-
-
-
Method Detail
-
getClassSource
ClassReaderSource getClassSource()
-
getClassLoader
ClassLoader getClassLoader()
-
getServices
ServiceRepository getServices()
-
getProperties
Properties getProperties()
-
-