Uses of Interface
gw.lang.parser.IFunctionSymbol
-
Packages that use IFunctionSymbol Package Description gw.lang.parser gw.lang.parser.expressions -
-
Uses of IFunctionSymbol in gw.lang.parser
Subinterfaces of IFunctionSymbol in gw.lang.parser Modifier and Type Interface Description interfaceICapturedSymbolinterfaceIDynamicFunctionSymbolinterfaceIDynamicPropertySymbolinterfaceIDynamicSymbolinterfaceIInitConstructorFunctionSymbolinterfaceIInitializerSymbolinterfaceIProgramClassFunctionSymbolinterfaceITypedSymbolMethods 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 booleanExternalSymbolMapBase. shouldAddInExternalSymbolMapArgumentForFunctionSymbol(IFunctionSymbol symbol)Method parameters in gw.lang.parser with type arguments of type IFunctionSymbol Modifier and Type Method Description voidIGosuParser. setDfsDeclInSetByName(Map<String,List<IFunctionSymbol>> dfsDecl)ParserOptionsParserOptions. 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 IFunctionSymbolIMethodCallExpression. getFunctionSymbol()
-