Uses of Interface
gw.lang.parser.IFunctionSymbol
-
-
Uses of IFunctionSymbol in gw.internal.gosu.ir.transform.expression
Methods in gw.internal.gosu.ir.transform.expression with parameters of type IFunctionSymbol Modifier and Type Method Description private IRExpressionMethodCallExpressionTransformer. callBlockViaDynamicType(IFunctionSymbol symbol)private IRExpressionMethodCallExpressionTransformer. callDynamicFunctionSymbol(IFunctionSymbol symbol)private IRExpressionMethodCallExpressionTransformer. callExternalProgramSymbol(IFunctionSymbol symbol)private IRExpressionMethodCallExpressionTransformer. callGlobalStaticFunction(IFunctionSymbol symbol) -
Uses of IFunctionSymbol in gw.internal.gosu.parser
Fields in gw.internal.gosu.parser with type parameters of type IFunctionSymbol Modifier and Type Field Description private java.util.Map<java.lang.String,java.util.List<IFunctionSymbol>>GosuParser. _dfsDeclByNameprivate java.util.Map<java.lang.String,java.util.List<IFunctionSymbol>>ClassScopeCache. _nonstaticDfsMapprivate java.util.Map<java.lang.String,java.util.List<IFunctionSymbol>>ClassScopeCache. _staticDfsMapMethods in gw.internal.gosu.parser that return types with arguments of type IFunctionSymbol Modifier and Type Method Description private static java.util.Map<java.lang.String,java.util.List<IFunctionSymbol>>GosuClassParser. copyDFSDecls(GosuParser owner)java.util.Map<java.lang.String,java.util.List<IFunctionSymbol>>GosuParser. getDfsDecls()protected java.util.List<IFunctionSymbol>GosuParser. getDfsDeclsForFunction(java.lang.String strFunctionName)java.util.Map<java.lang.String,java.util.List<IFunctionSymbol>>ClassScopeCache. getNonstaticDfsMap()java.util.Map<java.lang.String,java.util.List<IFunctionSymbol>>ClassScopeCache. getStaticDfsMap()private java.util.List<IFunctionSymbol>GosuParser. maybeAddPrivateFunctionsIfSuperInSamePackage(java.lang.String name, java.util.List<IFunctionSymbol> functions)Methods in gw.internal.gosu.parser with parameters of type IFunctionSymbol Modifier and Type Method Description private voidGosuParser. parsePlainFunction(IFunctionSymbol functionSymbol)private booleanGosuParser. supportPropertyAccessAsGetterCall(java.lang.String[] t, java.lang.String strFunction, IFunctionSymbol function)Method parameters in gw.internal.gosu.parser with type arguments of type IFunctionSymbol Modifier and Type Method Description private voidGosuParser. addAllNonstaticPrivateMethods(java.lang.String name, IGosuClassInternal superClass, java.util.List<IFunctionSymbol> functions)private java.util.List<IFunctionSymbol>GosuParser. maybeAddPrivateFunctionsIfSuperInSamePackage(java.lang.String name, java.util.List<IFunctionSymbol> functions)voidGosuParser. setDfsDeclInSetByName(java.util.Map<java.lang.String,java.util.List<IFunctionSymbol>> dfsDecl)Constructor parameters in gw.internal.gosu.parser with type arguments of type IFunctionSymbol Constructor Description ClassScopeCache(IScope staticScope, java.util.Map<java.lang.String,java.util.List<IFunctionSymbol>> staticDfsMap, IScope nonstaticScope, java.util.Map<java.lang.String,java.util.List<IFunctionSymbol>> nonstaticDfsMap) -
Uses of IFunctionSymbol in gw.internal.gosu.parser.expressions
Fields in gw.internal.gosu.parser.expressions declared as IFunctionSymbol Modifier and Type Field Description private IFunctionSymbolMethodCallExpression. _symbolMethods in gw.internal.gosu.parser.expressions that return IFunctionSymbol Modifier and Type Method Description IFunctionSymbolMethodCallExpression. getFunctionSymbol()Methods in gw.internal.gosu.parser.expressions with parameters of type IFunctionSymbol Modifier and Type Method Description voidMethodCallExpression. setFunctionSymbol(IFunctionSymbol symbol)private voidMethodCallExpression. specialHandlingFor_IGosuObject_BasedMethods(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 classCompileTimeExpressionParser.CompileTimeFieldSymbol -
Uses of IFunctionSymbol in gw.internal.gosu.template
Classes in gw.internal.gosu.template that implement IFunctionSymbol Modifier and Type Class Description static classTemplateGenerator.LockedDownSymbolMethod parameters in gw.internal.gosu.template with type arguments of type IFunctionSymbol 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. verify(IGosuParser parser, java.util.Map<java.lang.String,java.util.List<IFunctionSymbol>> dfsDeclByName, ITypeUsesMap typeUsesMap)private IProgramTemplateGenerator. verify(IGosuParser parser, java.util.Map<java.lang.String,java.util.List<IFunctionSymbol>> dfsDeclByName, ITypeUsesMap typeUsesMap, boolean bDoNotThrowParseResultsException) -
Uses of IFunctionSymbol in gw.lang.parser
Subinterfaces of IFunctionSymbol in gw.lang.parser Modifier and Type Interface Description interfaceICapturedSymbolinterfaceIDynamicFunctionSymbolinterfaceIDynamicPropertySymbolinterfaceIDynamicSymbolinterfaceIInitConstructorFunctionSymbolinterfaceIInitializerSymbolinterfaceIProgramClassFunctionSymbolinterfaceITypedSymbolFields in gw.lang.parser with type parameters of type IFunctionSymbol Modifier and Type Field Description private java.util.Map<java.lang.String,java.util.List<IFunctionSymbol>>ParserOptions. _declSymbolsMethods in gw.lang.parser that return types with arguments of type IFunctionSymbol Modifier and Type Method Description java.util.Map<java.lang.String,java.util.List<IFunctionSymbol>>ParserOptions. getDeclSymbols()java.util.Map<java.lang.String,java.util.List<IFunctionSymbol>>IGosuParser. getDfsDecls()Methods in gw.lang.parser with parameters of type IFunctionSymbol Modifier and Type Method Description protected booleanExternalSymbolMapBase. shouldAddInExternalSymbolMapArgumentForFunctionSymbol(IFunctionSymbol symbol)Method parameters in gw.lang.parser with type arguments of type IFunctionSymbol Modifier and Type Method Description voidIGosuParser. setDfsDeclInSetByName(java.util.Map<java.lang.String,java.util.List<IFunctionSymbol>> dfsDecl)ParserOptionsParserOptions. withDeclSymbols(java.util.Map<java.lang.String,java.util.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 IFunctionSymbolIMethodCallExpression. getFunctionSymbol()
-