Package gw.internal.gosu.parser
Class ClassScopeCache
java.lang.Object
gw.internal.gosu.parser.ClassScopeCache
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Map<String,
List<IFunctionSymbol>> private final IScope
private final Map<String,
List<IFunctionSymbol>> private final IScope
-
Constructor Summary
ConstructorsConstructorDescriptionClassScopeCache
(IScope staticScope, Map<String, List<IFunctionSymbol>> staticDfsMap, IScope nonstaticScope, Map<String, List<IFunctionSymbol>> nonstaticDfsMap) -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
_staticScope
-
_staticDfsMap
-
_nonstaticScope
-
_nonstaticDfsMap
-
-
Constructor Details
-
ClassScopeCache
public ClassScopeCache(IScope staticScope, Map<String, List<IFunctionSymbol>> staticDfsMap, IScope nonstaticScope, Map<String, List<IFunctionSymbol>> nonstaticDfsMap)
-
-
Method Details
-
getStaticScope
-
getStaticDfsMap
-
getNonstaticScope
-
getNonstaticDfsMap
-