Uses of Class
gw.internal.gosu.parser.ContextInferenceManager
Packages that use ContextInferenceManager
-
Uses of ContextInferenceManager in gw.internal.gosu.parser
Fields in gw.internal.gosu.parser declared as ContextInferenceManagerModifier and TypeFieldDescriptionprivate ContextInferenceManagerGosuParser._ctxInferenceMgrprivate ContextInferenceManagerGosuProgram._ctxInferenceMgrMethods in gw.internal.gosu.parser that return ContextInferenceManagerMethods in gw.internal.gosu.parser with parameters of type ContextInferenceManagerModifier and TypeMethodDescriptionvoidGosuParser.setContextInferenceManager(ContextInferenceManager ctxInferenceMgr) -
Uses of ContextInferenceManager in gw.internal.gosu.template
Fields in gw.internal.gosu.template declared as ContextInferenceManagerModifier and TypeFieldDescriptionprivate ContextInferenceManagerTemplateGenerator._ctxInferenceMgrMethods in gw.internal.gosu.template with parameters of type ContextInferenceManagerModifier and TypeMethodDescriptionvoidTemplateGenerator.compile(Stack<IScriptPartId> scriptPartIdStack, ISymbolTable symTable, Map<String, List<IFunctionSymbol>> dfsDeclByName, ITypeUsesMap typeUsesMap, Stack<BlockExpression> blocks, ContextInferenceManager ctxInferenceMgr) private ProgramTemplateGenerator.compile(Stack<IScriptPartId> scriptPartIdStack, String strCompiledSource, ISymbolTable symbolTable, Map<String, List<IFunctionSymbol>> dfsDeclByName, ITypeUsesMap typeUsesMap, Stack<BlockExpression> blocks, ContextInferenceManager ctxInferenceMgr) voidTemplateGenerator.setContextInferenceManager(ContextInferenceManager ctxInferenceMgr)