Interface JClassRefContext
-
- All Known Implementing Classes:
ClassImpl
public interface JClassRefContextProvides a JClassRef implementation with contextual information it needs to perform lazy type resolution. This information is typically provided by the JClass implementation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JamClassLoadergetClassLoader()String[]getImportSpecs()StringgetPackageName()
-
-
-
Method Detail
-
getPackageName
String getPackageName()
-
getImportSpecs
String[] getImportSpecs()
-
getClassLoader
JamClassLoader getClassLoader()
-
-