Uses of Class
gw.internal.gosu.parser.ReducedDynamicFunctionSymbol
Packages that use ReducedDynamicFunctionSymbol
Package
Description
-
Uses of ReducedDynamicFunctionSymbol in gw.internal.gosu.ir.transform
Methods in gw.internal.gosu.ir.transform with parameters of type ReducedDynamicFunctionSymbolModifier and TypeMethodDescriptionstatic booleanAbstractElementTransformer.requiresImplicitEnhancementArg(ReducedDynamicFunctionSymbol dfs) -
Uses of ReducedDynamicFunctionSymbol in gw.internal.gosu.ir.transform.util
Methods in gw.internal.gosu.ir.transform.util with parameters of type ReducedDynamicFunctionSymbolModifier and TypeMethodDescriptionstatic StringNameResolver.getFunctionName(ReducedDynamicFunctionSymbol dfs) -
Uses of ReducedDynamicFunctionSymbol in gw.internal.gosu.parser
Subclasses of ReducedDynamicFunctionSymbol in gw.internal.gosu.parserModifier and TypeClassDescriptionclassclassclassclassFields in gw.internal.gosu.parser declared as ReducedDynamicFunctionSymbolModifier and TypeFieldDescriptionprivate ReducedDynamicFunctionSymbolReducedParameterizedDynamicFunctionSymbol._delegateprivate ReducedDynamicFunctionSymbolAbstractGenericMethodInfo._dfs(package private) ReducedDynamicFunctionSymbolReducedDynamicPropertySymbol._dfsGetter(package private) ReducedDynamicFunctionSymbolReducedDynamicPropertySymbol._dfsSetterMethods in gw.internal.gosu.parser that return ReducedDynamicFunctionSymbolModifier and TypeMethodDescriptionReducedParameterizedDynamicFunctionSymbol.getBackingDfs()AbstractGenericMethodInfo.getDfs()ReducedDynamicPropertySymbol.getFunction(String strFunctionName) ReducedDynamicPropertySymbol.getGetterDfs()protected ReducedDynamicFunctionSymbolReducedDynamicPropertySymbol.getImmediateGetterDfs()protected ReducedDynamicFunctionSymbolReducedDynamicPropertySymbol.getImmediateSetterDfs()ReducedDynamicPropertySymbol.getSetterDfs()Methods in gw.internal.gosu.parser with parameters of type ReducedDynamicFunctionSymbolModifier and TypeMethodDescriptionprivate booleanReducedDynamicPropertySymbol.functionNamesEqual(ReducedDynamicFunctionSymbol dfs, String strFunctionName) booleanGosuPropertyInfo.isAccessible(IType whosAskin, ReducedDynamicFunctionSymbol accessor) private booleanGosuPropertyInfo.isDefault(ReducedDynamicFunctionSymbol dfs) private GosuMethodParamInfo[]AbstractGenericMethodInfo.makeParamDescriptors(ReducedDynamicFunctionSymbol dfs) Constructors in gw.internal.gosu.parser with parameters of type ReducedDynamicFunctionSymbolModifierConstructorDescriptionDelegateFunctionSymbol(IGosuClassInternal gsClass, ISymbolTable symTable, ReducedDynamicFunctionSymbol dfs, IMethodInfo mi, DelegateStatement delegateStmt) (package private)ReducedParameterizedDynamicFunctionSymbol(ReducedDynamicFunctionSymbol rdfsDelegate, ParameterizedDynamicFunctionSymbol dfs) TemplateRenderFunctionSymbol(IGosuClassInternal gsClass, ISymbolTable symTable, ReducedDynamicFunctionSymbol dfs, IMethodInfo mi, GosuTemplateType type, IType[] paramTypes)