Uses of Enum
org.inferred.freebuilder.processor.source.ScopeHandler.ScopeState
Packages that use ScopeHandler.ScopeState
-
Uses of ScopeHandler.ScopeState in org.inferred.freebuilder.processor.source
Methods in org.inferred.freebuilder.processor.source that return ScopeHandler.ScopeStateModifier and TypeMethodDescriptionstatic ScopeHandler.ScopeStateReturns the enum constant of this type with the specified name.static ScopeHandler.ScopeState[]ScopeHandler.ScopeState.values()Returns an array containing the constants of this enum type, in the order they are declared.(package private) ScopeHandler.ScopeStateScopeHandler.visibilityIn(String pkg, QualifiedName type) Returns whethertypeis visible in, or can be imported into, a compilation unit inpkg.(package private) ScopeHandler.ScopeStateScopeHandler.visibilityIn(QualifiedName scope, QualifiedName type) Returns whethertypeis visible in, or can be imported into, the body oftype.Methods in org.inferred.freebuilder.processor.source that return types with arguments of type ScopeHandler.ScopeStateModifier and TypeMethodDescriptionprivate Function<QualifiedName, ScopeHandler.ScopeState> ImportManager.visibilityIn(ScopeHandler scopeHandler, TypeUsage usage)