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.earliestDefinitionMethod parameters in org.benf.cfr.reader.bytecode.analysis.parse.utils.scope with type arguments of type AbstractLValueScopeDiscoverer.ScopeDefinitionModifier and TypeMethodDescriptionprivate booleanAbstractLValueScopeDiscoverer.defineInsideSwitchContent(LValue scopedEntity, List<AbstractLValueScopeDiscoverer.ScopeDefinition> definitions, List<StatementContainer<StructuredStatement>> commonScope)