public static class FeatureImpl.DuringSetupAccessImpl extends FeatureImpl.FeatureAccessImpl implements org.graalvm.nativeimage.Feature.DuringSetupAccess
| Modifier and Type | Field and Description |
|---|---|
protected com.oracle.graal.pointsto.BigBang |
bb |
debugContext, featureHandler, imageClassLoader| Modifier and Type | Method and Description |
|---|---|
com.oracle.graal.pointsto.BigBang |
getBigBang() |
SVMHost |
getHostVM() |
com.oracle.graal.pointsto.meta.AnalysisMetaAccess |
getMetaAccess() |
com.oracle.graal.pointsto.meta.AnalysisUniverse |
getUniverse() |
void |
registerNativeSubstitutionProcessor(com.oracle.graal.pointsto.infrastructure.SubstitutionProcessor substitution) |
void |
registerObjectReplacer(Function<Object,Object> replacer) |
void |
registerSubstitutionProcessor(com.oracle.graal.pointsto.infrastructure.SubstitutionProcessor substitution) |
findAnnotatedClasses, findAnnotatedFields, findAnnotatedMethods, findClassByName, findSubclasses, getDebugContext, getFeatureHandler, getImageClassLoaderpublic void registerObjectReplacer(Function<Object,Object> replacer)
registerObjectReplacer in interface org.graalvm.nativeimage.Feature.DuringSetupAccesspublic void registerSubstitutionProcessor(com.oracle.graal.pointsto.infrastructure.SubstitutionProcessor substitution)
public void registerNativeSubstitutionProcessor(com.oracle.graal.pointsto.infrastructure.SubstitutionProcessor substitution)
public SVMHost getHostVM()
public com.oracle.graal.pointsto.BigBang getBigBang()
public com.oracle.graal.pointsto.meta.AnalysisUniverse getUniverse()
public com.oracle.graal.pointsto.meta.AnalysisMetaAccess getMetaAccess()