Package org.graalvm.nativeimage.hosted
Interface Feature.DuringAnalysisAccess
- All Superinterfaces:
Feature.BeforeAnalysisAccess
,Feature.FeatureAccess
,Feature.QueryReachabilityAccess
- Enclosing interface:
Feature
public static interface Feature.DuringAnalysisAccess
extends Feature.BeforeAnalysisAccess, Feature.QueryReachabilityAccess
Access methods available for
Feature.duringAnalysis(org.graalvm.nativeimage.hosted.Feature.DuringAnalysisAccess)
.- Since:
- 19.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Notifies the static analysis that changes are made that enforce a new iteration of the analysis.Methods inherited from interface org.graalvm.nativeimage.hosted.Feature.BeforeAnalysisAccess
registerAsAccessed, registerAsInHeap, registerAsUnsafeAccessed, registerAsUnsafeAllocated, registerAsUsed, registerClassInitializerReachabilityHandler, registerFieldValueTransformer, registerMethodOverrideReachabilityHandler, registerReachabilityHandler, registerSubtypeReachabilityHandler
Methods inherited from interface org.graalvm.nativeimage.hosted.Feature.FeatureAccess
findClassByName, getApplicationClassLoader, getApplicationClassPath, getApplicationModulePath
Methods inherited from interface org.graalvm.nativeimage.hosted.Feature.QueryReachabilityAccess
isReachable, isReachable, isReachable, reachableMethodOverrides, reachableSubtypes
-
Method Details
-
requireAnalysisIteration
void requireAnalysisIteration()Notifies the static analysis that changes are made that enforce a new iteration of the analysis.- Since:
- 19.0
-