Package gw.internal.gosu.parser
Class ClassScopeCache
- java.lang.Object
-
- gw.internal.gosu.parser.ClassScopeCache
-
public class ClassScopeCache extends Object
-
-
Constructor Summary
Constructors Constructor Description ClassScopeCache(IScope staticScope, Map<String,List<IFunctionSymbol>> staticDfsMap, IScope nonstaticScope, Map<String,List<IFunctionSymbol>> nonstaticDfsMap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,List<IFunctionSymbol>>
getNonstaticDfsMap()
IScope
getNonstaticScope()
Map<String,List<IFunctionSymbol>>
getStaticDfsMap()
IScope
getStaticScope()
-
-
-
Constructor Detail
-
ClassScopeCache
public ClassScopeCache(IScope staticScope, Map<String,List<IFunctionSymbol>> staticDfsMap, IScope nonstaticScope, Map<String,List<IFunctionSymbol>> nonstaticDfsMap)
-
-
Method Detail
-
getStaticScope
public IScope getStaticScope()
-
getStaticDfsMap
public Map<String,List<IFunctionSymbol>> getStaticDfsMap()
-
getNonstaticScope
public IScope getNonstaticScope()
-
getNonstaticDfsMap
public Map<String,List<IFunctionSymbol>> getNonstaticDfsMap()
-
-