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