Uses of Class
org.benf.cfr.reader.bytecode.analysis.parse.utils.scope.AbstractLValueScopeDiscoverer.ScopeDefinition
Packages that use AbstractLValueScopeDiscoverer.ScopeDefinition
-
Uses of AbstractLValueScopeDiscoverer.ScopeDefinition in org.benf.cfr.reader.bytecode.analysis.parse.utils.scope
Fields in org.benf.cfr.reader.bytecode.analysis.parse.utils.scope with type parameters of type AbstractLValueScopeDiscoverer.ScopeDefinitionModifier and TypeFieldDescription(package private) final List
<AbstractLValueScopeDiscoverer.ScopeDefinition> AbstractLValueScopeDiscoverer.discoveredCreations
(package private) final Map
<NamedVariable, AbstractLValueScopeDiscoverer.ScopeDefinition> AbstractLValueScopeDiscoverer.earliestDefinition
Method parameters in org.benf.cfr.reader.bytecode.analysis.parse.utils.scope with type arguments of type AbstractLValueScopeDiscoverer.ScopeDefinitionModifier and TypeMethodDescriptionprivate boolean
AbstractLValueScopeDiscoverer.defineInsideSwitchContent
(LValue scopedEntity, List<AbstractLValueScopeDiscoverer.ScopeDefinition> definitions, List<StatementContainer<StructuredStatement>> commonScope)