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 TypeClassDescriptionclassclassclassclassMethods 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 TypeMethodDescriptionbooleanGosuPropertyInfo.isAccessible(IType whosAskin, ReducedDynamicFunctionSymbol accessor) Constructors in gw.internal.gosu.parser with parameters of type ReducedDynamicFunctionSymbolModifierConstructorDescriptionDelegateFunctionSymbol(IGosuClassInternal gsClass, ISymbolTable symTable, ReducedDynamicFunctionSymbol dfs, IMethodInfo mi, DelegateStatement delegateStmt) TemplateRenderFunctionSymbol(IGosuClassInternal gsClass, ISymbolTable symTable, ReducedDynamicFunctionSymbol dfs, IMethodInfo mi, GosuTemplateType type, IType[] paramTypes)