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 boolean
AbstractElementTransformer.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 String
NameResolver.getFunctionName
(ReducedDynamicFunctionSymbol dfs) -
Uses of ReducedDynamicFunctionSymbol in gw.internal.gosu.parser
Subclasses of ReducedDynamicFunctionSymbol in gw.internal.gosu.parserModifier and TypeClassDescriptionclass
class
class
class
Fields in gw.internal.gosu.parser declared as ReducedDynamicFunctionSymbolModifier and TypeFieldDescriptionprivate ReducedDynamicFunctionSymbol
ReducedParameterizedDynamicFunctionSymbol._delegate
private ReducedDynamicFunctionSymbol
AbstractGenericMethodInfo._dfs
(package private) ReducedDynamicFunctionSymbol
ReducedDynamicPropertySymbol._dfsGetter
(package private) ReducedDynamicFunctionSymbol
ReducedDynamicPropertySymbol._dfsSetter
Methods in gw.internal.gosu.parser that return ReducedDynamicFunctionSymbolModifier and TypeMethodDescriptionReducedParameterizedDynamicFunctionSymbol.getBackingDfs()
AbstractGenericMethodInfo.getDfs()
ReducedDynamicPropertySymbol.getFunction
(String strFunctionName) ReducedDynamicPropertySymbol.getGetterDfs()
protected ReducedDynamicFunctionSymbol
ReducedDynamicPropertySymbol.getImmediateGetterDfs()
protected ReducedDynamicFunctionSymbol
ReducedDynamicPropertySymbol.getImmediateSetterDfs()
ReducedDynamicPropertySymbol.getSetterDfs()
Methods in gw.internal.gosu.parser with parameters of type ReducedDynamicFunctionSymbolModifier and TypeMethodDescriptionprivate boolean
ReducedDynamicPropertySymbol.functionNamesEqual
(ReducedDynamicFunctionSymbol dfs, String strFunctionName) boolean
GosuPropertyInfo.isAccessible
(IType whosAskin, ReducedDynamicFunctionSymbol accessor) private boolean
GosuPropertyInfo.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)