Uses of Interface
gw.lang.parser.IFunctionSymbol
-
Packages that use IFunctionSymbol Package Description gw.internal.gosu.parser gw.internal.gosu.parser.expressions gw.internal.gosu.parser.java.classinfo gw.internal.gosu.template gw.lang.parser gw.lang.parser.expressions -
-
Uses of IFunctionSymbol in gw.internal.gosu.parser
Methods in gw.internal.gosu.parser that return types with arguments of type IFunctionSymbol Modifier and Type Method Description Map<String,List<IFunctionSymbol>>
GosuParser. getDfsDecls()
protected List<IFunctionSymbol>
GosuParser. getDfsDeclsForFunction(String strFunctionName)
Map<String,List<IFunctionSymbol>>
ClassScopeCache. getNonstaticDfsMap()
Map<String,List<IFunctionSymbol>>
ClassScopeCache. getStaticDfsMap()
Method parameters in gw.internal.gosu.parser with type arguments of type IFunctionSymbol Modifier and Type Method Description void
GosuParser. setDfsDeclInSetByName(Map<String,List<IFunctionSymbol>> dfsDecl)
Constructor parameters in gw.internal.gosu.parser with type arguments of type IFunctionSymbol Constructor Description ClassScopeCache(IScope staticScope, Map<String,List<IFunctionSymbol>> staticDfsMap, IScope nonstaticScope, Map<String,List<IFunctionSymbol>> nonstaticDfsMap)
-
Uses of IFunctionSymbol in gw.internal.gosu.parser.expressions
Methods in gw.internal.gosu.parser.expressions that return IFunctionSymbol Modifier and Type Method Description IFunctionSymbol
MethodCallExpression. getFunctionSymbol()
Methods in gw.internal.gosu.parser.expressions with parameters of type IFunctionSymbol Modifier and Type Method Description void
MethodCallExpression. setFunctionSymbol(IFunctionSymbol symbol)
-
Uses of IFunctionSymbol in gw.internal.gosu.parser.java.classinfo
Classes in gw.internal.gosu.parser.java.classinfo that implement IFunctionSymbol Modifier and Type Class Description static class
CompileTimeExpressionParser.CompileTimeFieldSymbol
-
Uses of IFunctionSymbol in gw.internal.gosu.template
Classes in gw.internal.gosu.template that implement IFunctionSymbol Modifier and Type Class Description static class
TemplateGenerator.LockedDownSymbol
Method parameters in gw.internal.gosu.template with type arguments of type IFunctionSymbol 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. verify(IGosuParser parser, Map<String,List<IFunctionSymbol>> dfsDeclByName, ITypeUsesMap typeUsesMap)
-
Uses of IFunctionSymbol in gw.lang.parser
Subinterfaces of IFunctionSymbol in gw.lang.parser Modifier and Type Interface Description interface
ICapturedSymbol
interface
IDynamicFunctionSymbol
interface
IDynamicPropertySymbol
interface
IDynamicSymbol
interface
IInitConstructorFunctionSymbol
interface
IInitializerSymbol
interface
IProgramClassFunctionSymbol
interface
ITypedSymbol
Methods in gw.lang.parser that return types with arguments of type IFunctionSymbol Modifier and Type Method Description Map<String,List<IFunctionSymbol>>
ParserOptions. getDeclSymbols()
Map<String,List<IFunctionSymbol>>
IGosuParser. getDfsDecls()
Methods in gw.lang.parser with parameters of type IFunctionSymbol Modifier and Type Method Description protected boolean
ExternalSymbolMapBase. shouldAddInExternalSymbolMapArgumentForFunctionSymbol(IFunctionSymbol symbol)
Method parameters in gw.lang.parser with type arguments of type IFunctionSymbol Modifier and Type Method Description void
IGosuParser. setDfsDeclInSetByName(Map<String,List<IFunctionSymbol>> dfsDecl)
ParserOptions
ParserOptions. withDeclSymbols(Map<String,List<IFunctionSymbol>> declSymbols)
-
Uses of IFunctionSymbol in gw.lang.parser.expressions
Methods in gw.lang.parser.expressions that return IFunctionSymbol Modifier and Type Method Description IFunctionSymbol
IMethodCallExpression. getFunctionSymbol()
-