public class ClassScopeCache extends Object
| Constructor and Description |
|---|
ClassScopeCache(IScope staticScope,
Map<String,List<IFunctionSymbol>> staticDfsMap,
IScope nonstaticScope,
Map<String,List<IFunctionSymbol>> nonstaticDfsMap) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<IFunctionSymbol>> |
getNonstaticDfsMap() |
IScope |
getNonstaticScope() |
Map<String,List<IFunctionSymbol>> |
getStaticDfsMap() |
IScope |
getStaticScope() |
public ClassScopeCache(IScope staticScope, Map<String,List<IFunctionSymbol>> staticDfsMap, IScope nonstaticScope, Map<String,List<IFunctionSymbol>> nonstaticDfsMap)
public IScope getStaticScope()
public Map<String,List<IFunctionSymbol>> getStaticDfsMap()
public IScope getNonstaticScope()
public Map<String,List<IFunctionSymbol>> getNonstaticDfsMap()
Copyright © 2022. All rights reserved.