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
Fields in gw.internal.gosu.parser declared as ContextInferenceManager Modifier and Type Field Description private ContextInferenceManagerGosuParser. _ctxInferenceMgrprivate ContextInferenceManagerGosuProgram. _ctxInferenceMgrMethods 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
Fields in gw.internal.gosu.template declared as ContextInferenceManager Modifier and Type Field Description private ContextInferenceManagerTemplateGenerator. _ctxInferenceMgrMethods in gw.internal.gosu.template with parameters of type ContextInferenceManager Modifier and Type Method Description voidTemplateGenerator. compile(Stack<IScriptPartId> scriptPartIdStack, ISymbolTable symTable, java.util.Map<java.lang.String,java.util.List<IFunctionSymbol>> dfsDeclByName, ITypeUsesMap typeUsesMap, Stack<BlockExpression> blocks, ContextInferenceManager ctxInferenceMgr)private ProgramTemplateGenerator. compile(Stack<IScriptPartId> scriptPartIdStack, java.lang.String strCompiledSource, ISymbolTable symbolTable, java.util.Map<java.lang.String,java.util.List<IFunctionSymbol>> dfsDeclByName, ITypeUsesMap typeUsesMap, Stack<BlockExpression> blocks, ContextInferenceManager ctxInferenceMgr)voidTemplateGenerator. setContextInferenceManager(ContextInferenceManager ctxInferenceMgr)
-