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 ScopeDiscoverInfoCacheAbstractLValueScopeDiscoverer. factCacheMethods in org.benf.cfr.reader.bytecode.analysis.parse.utils.scope that return ScopeDiscoverInfoCache Modifier and Type Method Description (package private) ScopeDiscoverInfoCacheAbstractLValueScopeDiscoverer. 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 booleanStructuredStatement. 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 booleanAbstractStructuredStatement. canDefine(LValue scopedEntity, ScopeDiscoverInfoCache factCache)booleanStructuredFor. canDefine(LValue scopedEntity, ScopeDiscoverInfoCache factCache)booleanStructuredIf. canDefine(LValue scopedEntity, ScopeDiscoverInfoCache factCache)booleanStructuredIter. 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 booleanAbstractPlaceholder. canDefine(LValue scopedEntity, ScopeDiscoverInfoCache factCache)
-