Interface JClassRefContext
-
- All Known Implementing Classes:
ClassImpl
public interface JClassRefContext
Provides 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 JamClassLoader
getClassLoader()
String[]
getImportSpecs()
String
getPackageName()
-
-
-
Method Detail
-
getPackageName
String getPackageName()
-
getImportSpecs
String[] getImportSpecs()
-
getClassLoader
JamClassLoader getClassLoader()
-
-