Uses of Class
gw.internal.gosu.parser.ContextInferenceManager
-
Packages that use ContextInferenceManager Package Description gw.internal.gosu.parser gw.internal.gosu.template -
-
Uses of ContextInferenceManager in gw.internal.gosu.parser
Methods in gw.internal.gosu.parser that return ContextInferenceManager Modifier and Type Method Description ContextInferenceManager
ContextInferenceManager. copy()
Methods in gw.internal.gosu.parser with parameters of type ContextInferenceManager Modifier and Type Method Description void
GosuParser. setContextInferenceManager(ContextInferenceManager ctxInferenceMgr)
-
Uses of ContextInferenceManager in gw.internal.gosu.template
Methods in gw.internal.gosu.template with parameters of type ContextInferenceManager Modifier and Type Method Description void
TemplateGenerator. compile(Stack<IScriptPartId> scriptPartIdStack, ISymbolTable symTable, Map<String,List<IFunctionSymbol>> dfsDeclByName, ITypeUsesMap typeUsesMap, Stack<BlockExpression> blocks, ContextInferenceManager ctxInferenceMgr)
void
TemplateGenerator. setContextInferenceManager(ContextInferenceManager ctxInferenceMgr)
-