Uses of Interface
gw.lang.parser.IDynamicFunctionSymbol
-
Packages that use IDynamicFunctionSymbol Package Description gw.lang gw.lang.parser gw.lang.parser.statements gw.lang.reflect.gs -
-
Uses of IDynamicFunctionSymbol in gw.lang
Methods in gw.lang with parameters of type IDynamicFunctionSymbol Modifier and Type Method Description static IReducedDynamicFunctionSymbolGosuShop. createReducedDynamicFunctionSymbol(IDynamicFunctionSymbol symbol)IReducedDynamicFunctionSymbolIGosuShop. createReducedDynamicFunctionSymbol(IDynamicFunctionSymbol symbol) -
Uses of IDynamicFunctionSymbol in gw.lang.parser
Subinterfaces of IDynamicFunctionSymbol in gw.lang.parser Modifier and Type Interface Description interfaceIInitConstructorFunctionSymbolMethods in gw.lang.parser that return IDynamicFunctionSymbol Modifier and Type Method Description IDynamicFunctionSymbolIDynamicFunctionSymbol. getBackingDfs()IDynamicFunctionSymbolIDynamicPropertySymbol. getFunction(String strFunctionName)IDynamicFunctionSymbolIDynamicPropertySymbol. getGetterDfs()IDynamicFunctionSymbolIDynamicPropertySymbol. getSetterDfs()IDynamicFunctionSymbolIDynamicFunctionSymbol. getSuperDfs()Methods in gw.lang.parser with parameters of type IDynamicFunctionSymbol Modifier and Type Method Description voidIGosuParser. putDfsDeclInSetByName(IDynamicFunctionSymbol specialFunction)voidIDynamicPropertySymbol. setGetterDfs(IDynamicFunctionSymbol dfsGetter)voidIDynamicPropertySymbol. setSetterDfs(IDynamicFunctionSymbol dfsSetter) -
Uses of IDynamicFunctionSymbol in gw.lang.parser.statements
Methods in gw.lang.parser.statements that return IDynamicFunctionSymbol Modifier and Type Method Description IDynamicFunctionSymbolISyntheticFunctionStatement. getDfsOwner()IDynamicFunctionSymbolIFunctionStatement. getDynamicFunctionSymbol() -
Uses of IDynamicFunctionSymbol in gw.lang.reflect.gs
Methods in gw.lang.reflect.gs that return types with arguments of type IDynamicFunctionSymbol Modifier and Type Method Description List<? extends IDynamicFunctionSymbol>IGosuClass. getMemberFunctions()
-