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()java.lang.String[]getImportSpecs()java.lang.StringgetPackageName()
-
-
-
Method Detail
-
getPackageName
java.lang.String getPackageName()
-
getImportSpecs
java.lang.String[] getImportSpecs()
-
getClassLoader
JamClassLoader getClassLoader()
-
-