Uses of Class
org.benf.cfr.reader.bytecode.analysis.parse.utils.scope.ScopeDiscoverInfoCache
-
-
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 ScopeDiscoverInfoCache Modifier and Type Field Description private ScopeDiscoverInfoCache
AbstractLValueScopeDiscoverer. factCache
Methods in org.benf.cfr.reader.bytecode.analysis.parse.utils.scope that return ScopeDiscoverInfoCache Modifier and Type Method Description (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 ScopeDiscoverInfoCache Modifier and Type Method Description boolean
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 ScopeDiscoverInfoCache Modifier and Type Method Description boolean
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 ScopeDiscoverInfoCache Modifier and Type Method Description boolean
AbstractPlaceholder. canDefine(LValue scopedEntity, ScopeDiscoverInfoCache factCache)
-