Uses of Class
org.inferred.freebuilder.processor.source.ScopeHandler.ScopeState
-
Packages that use ScopeHandler.ScopeState Package Description org.inferred.freebuilder.processor.source -
-
Uses of ScopeHandler.ScopeState in org.inferred.freebuilder.processor.source
Methods in org.inferred.freebuilder.processor.source that return ScopeHandler.ScopeState Modifier and Type Method Description static ScopeHandler.ScopeStateScopeHandler.ScopeState. valueOf(java.lang.String name)Returns 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(java.lang.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.ScopeState Modifier and Type Method Description private java.util.function.Function<QualifiedName,ScopeHandler.ScopeState>ImportManager. visibilityIn(ScopeHandler scopeHandler, TypeUsage usage)
-