Uses of Class
org.inferred.freebuilder.processor.source.ScopeHandler
Packages that use ScopeHandler
-
Uses of ScopeHandler in org.inferred.freebuilder.processor.source
Fields in org.inferred.freebuilder.processor.source declared as ScopeHandlerModifier and TypeFieldDescriptionprivate final ScopeHandlerCompilationUnitBuilder.scopeHandlerprivate final ScopeHandlerImportManager.scopeHandlerMethods in org.inferred.freebuilder.processor.source with parameters of type ScopeHandlerModifier and TypeMethodDescription(package private) static StringImportManager.shortenReferences(CharSequence codeWithQualifiedNames, String pkg, int importsIndex, List<TypeUsage> typeUsages, ScopeHandler scopeHandler) private Function<QualifiedName, ScopeHandler.ScopeState> ImportManager.visibilityIn(ScopeHandler scopeHandler, TypeUsage usage) Constructors in org.inferred.freebuilder.processor.source with parameters of type ScopeHandlerModifierConstructorDescriptionprivateImportManager(List<TypeUsage> usages, ScopeHandler scopeHandler, String pkg)