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 ContextInferenceManagerContextInferenceManager. copy()Methods in gw.internal.gosu.parser with parameters of type ContextInferenceManager Modifier and Type Method Description voidGosuParser. 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 voidTemplateGenerator. compile(Stack<IScriptPartId> scriptPartIdStack, ISymbolTable symTable, Map<String,List<IFunctionSymbol>> dfsDeclByName, ITypeUsesMap typeUsesMap, Stack<BlockExpression> blocks, ContextInferenceManager ctxInferenceMgr)voidTemplateGenerator. setContextInferenceManager(ContextInferenceManager ctxInferenceMgr)
-