Uses of Class
org.benf.cfr.reader.bytecode.analysis.parse.utils.scope.ScopeDiscoverInfoCache
Packages that use ScopeDiscoverInfoCache
Package
Description
-
Uses of ScopeDiscoverInfoCache in org.benf.cfr.reader.bytecode.analysis.parse.utils.scope
Fields in org.benf.cfr.reader.bytecode.analysis.parse.utils.scope declared as ScopeDiscoverInfoCacheModifier and TypeFieldDescriptionprivate final ScopeDiscoverInfoCache
AbstractLValueScopeDiscoverer.factCache
Methods in org.benf.cfr.reader.bytecode.analysis.parse.utils.scope that return ScopeDiscoverInfoCacheModifier and TypeMethodDescription(package private) ScopeDiscoverInfoCache
AbstractLValueScopeDiscoverer.getFactCache()
-
Uses of ScopeDiscoverInfoCache in org.benf.cfr.reader.bytecode.analysis.structured
Methods in org.benf.cfr.reader.bytecode.analysis.structured with parameters of type ScopeDiscoverInfoCacheModifier and TypeMethodDescriptionboolean
StructuredStatement.canDefine
(LValue scopedEntity, ScopeDiscoverInfoCache factCache) -
Uses of ScopeDiscoverInfoCache in org.benf.cfr.reader.bytecode.analysis.structured.statement
Methods in org.benf.cfr.reader.bytecode.analysis.structured.statement with parameters of type ScopeDiscoverInfoCacheModifier and TypeMethodDescriptionboolean
AbstractStructuredStatement.canDefine
(LValue scopedEntity, ScopeDiscoverInfoCache factCache) boolean
StructuredFor.canDefine
(LValue scopedEntity, ScopeDiscoverInfoCache factCache) boolean
StructuredIf.canDefine
(LValue scopedEntity, ScopeDiscoverInfoCache factCache) boolean
StructuredIter.canDefine
(LValue scopedEntity, ScopeDiscoverInfoCache factCache) -
Uses of ScopeDiscoverInfoCache in org.benf.cfr.reader.bytecode.analysis.structured.statement.placeholder
Methods in org.benf.cfr.reader.bytecode.analysis.structured.statement.placeholder with parameters of type ScopeDiscoverInfoCacheModifier and TypeMethodDescriptionboolean
AbstractPlaceholder.canDefine
(LValue scopedEntity, ScopeDiscoverInfoCache factCache)