Uses of Class
org.inferred.freebuilder.processor.source.ScopeHandler
-
Packages that use ScopeHandler Package Description org.inferred.freebuilder.processor.source -
-
Uses of ScopeHandler in org.inferred.freebuilder.processor.source
Fields in org.inferred.freebuilder.processor.source declared as ScopeHandler Modifier and Type Field Description private ScopeHandlerCompilationUnitBuilder. scopeHandlerprivate ScopeHandlerImportManager. scopeHandlerMethods in org.inferred.freebuilder.processor.source with parameters of type ScopeHandler Modifier and Type Method Description (package private) static java.lang.StringImportManager. shortenReferences(java.lang.CharSequence codeWithQualifiedNames, java.lang.String pkg, int importsIndex, java.util.List<TypeUsage> typeUsages, ScopeHandler scopeHandler)private java.util.function.Function<QualifiedName,ScopeHandler.ScopeState>ImportManager. visibilityIn(ScopeHandler scopeHandler, TypeUsage usage)Constructors in org.inferred.freebuilder.processor.source with parameters of type ScopeHandler Constructor Description ImportManager(java.util.List<TypeUsage> usages, ScopeHandler scopeHandler, java.lang.String pkg)
-