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 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 ReducedDynamicFunctionSymbol Modifier and Type Method Description static String
NameResolver. getFunctionName(ReducedDynamicFunctionSymbol dfs)
-
Uses of ReducedDynamicFunctionSymbol in gw.internal.gosu.parser
Subclasses of ReducedDynamicFunctionSymbol in gw.internal.gosu.parser Modifier and Type Class Description class
ReducedDelegateFunctionSymbol
class
ReducedParameterizedDynamicFunctionSymbol
class
ReducedSuperConstructorFunctionSymbol
class
ReducedThisConstructorFunctionSymbol
Methods in gw.internal.gosu.parser that return ReducedDynamicFunctionSymbol Modifier and Type Method Description ReducedDynamicFunctionSymbol
ReducedParameterizedDynamicFunctionSymbol. getBackingDfs()
ReducedDynamicFunctionSymbol
AbstractGenericMethodInfo. getDfs()
ReducedDynamicFunctionSymbol
ReducedDynamicPropertySymbol. getFunction(String strFunctionName)
ReducedDynamicFunctionSymbol
ReducedDynamicPropertySymbol. getGetterDfs()
protected ReducedDynamicFunctionSymbol
ReducedDynamicPropertySymbol. getImmediateGetterDfs()
protected ReducedDynamicFunctionSymbol
ReducedDynamicPropertySymbol. getImmediateSetterDfs()
ReducedDynamicFunctionSymbol
ReducedDynamicPropertySymbol. getSetterDfs()
Methods in gw.internal.gosu.parser with parameters of type ReducedDynamicFunctionSymbol Modifier and Type Method Description boolean
GosuPropertyInfo. 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)
-