Uses of Class
gw.internal.gosu.parser.ReducedDynamicFunctionSymbol
-
Packages that use ReducedDynamicFunctionSymbol Package Description gw.internal.gosu.ir.transform gw.internal.gosu.ir.transform.util gw.internal.gosu.parser -
-
Uses of ReducedDynamicFunctionSymbol in gw.internal.gosu.ir.transform
Methods in gw.internal.gosu.ir.transform with parameters of type ReducedDynamicFunctionSymbol Modifier and Type Method Description static 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 ReducedDynamicFunctionSymbol Modifier and Type Method Description static StringNameResolver. getFunctionName(ReducedDynamicFunctionSymbol dfs) -
Uses of ReducedDynamicFunctionSymbol in gw.internal.gosu.parser
Subclasses of ReducedDynamicFunctionSymbol in gw.internal.gosu.parser Modifier and Type Class Description classReducedDelegateFunctionSymbolclassReducedParameterizedDynamicFunctionSymbolclassReducedSuperConstructorFunctionSymbolclassReducedThisConstructorFunctionSymbolMethods in gw.internal.gosu.parser that return ReducedDynamicFunctionSymbol Modifier and Type Method Description ReducedDynamicFunctionSymbolReducedParameterizedDynamicFunctionSymbol. getBackingDfs()ReducedDynamicFunctionSymbolAbstractGenericMethodInfo. getDfs()ReducedDynamicFunctionSymbolReducedDynamicPropertySymbol. getFunction(String strFunctionName)ReducedDynamicFunctionSymbolReducedDynamicPropertySymbol. getGetterDfs()protected ReducedDynamicFunctionSymbolReducedDynamicPropertySymbol. getImmediateGetterDfs()protected ReducedDynamicFunctionSymbolReducedDynamicPropertySymbol. getImmediateSetterDfs()ReducedDynamicFunctionSymbolReducedDynamicPropertySymbol. getSetterDfs()Methods in gw.internal.gosu.parser with parameters of type ReducedDynamicFunctionSymbol Modifier and Type Method Description booleanGosuPropertyInfo. isAccessible(IType whosAskin, ReducedDynamicFunctionSymbol accessor)Constructors in gw.internal.gosu.parser with parameters of type ReducedDynamicFunctionSymbol Constructor Description DelegateFunctionSymbol(IGosuClassInternal gsClass, ISymbolTable symTable, ReducedDynamicFunctionSymbol dfs, IMethodInfo mi, DelegateStatement delegateStmt)TemplateRenderFunctionSymbol(IGosuClassInternal gsClass, ISymbolTable symTable, ReducedDynamicFunctionSymbol dfs, IMethodInfo mi, GosuTemplateType type, IType[] paramTypes)
-