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 ContextInferenceManager
GosuParser._ctxInferenceMgr
private ContextInferenceManager
GosuProgram._ctxInferenceMgr
Methods in gw.internal.gosu.parser that return ContextInferenceManagerMethods in gw.internal.gosu.parser with parameters of type ContextInferenceManagerModifier and TypeMethodDescriptionvoid
GosuParser.setContextInferenceManager
(ContextInferenceManager ctxInferenceMgr) -
Uses of ContextInferenceManager in gw.internal.gosu.template
Fields in gw.internal.gosu.template declared as ContextInferenceManagerModifier and TypeFieldDescriptionprivate ContextInferenceManager
TemplateGenerator._ctxInferenceMgr
Methods in gw.internal.gosu.template with parameters of type ContextInferenceManagerModifier and TypeMethodDescriptionvoid
TemplateGenerator.compile
(Stack<IScriptPartId> scriptPartIdStack, ISymbolTable symTable, Map<String, List<IFunctionSymbol>> dfsDeclByName, ITypeUsesMap typeUsesMap, Stack<BlockExpression> blocks, ContextInferenceManager ctxInferenceMgr) private Program
TemplateGenerator.compile
(Stack<IScriptPartId> scriptPartIdStack, String strCompiledSource, ISymbolTable symbolTable, Map<String, List<IFunctionSymbol>> dfsDeclByName, ITypeUsesMap typeUsesMap, Stack<BlockExpression> blocks, ContextInferenceManager ctxInferenceMgr) void
TemplateGenerator.setContextInferenceManager
(ContextInferenceManager ctxInferenceMgr)