Uses of Interface
gw.lang.parser.IDynamicFunctionSymbol
-
Packages that use IDynamicFunctionSymbol Package Description gw.internal.gosu.ir.transform gw.internal.gosu.parser gw.lang gw.lang.parser gw.lang.parser.statements gw.lang.reflect.gs gw.util -
-
Uses of IDynamicFunctionSymbol in gw.internal.gosu.ir.transform
Methods in gw.internal.gosu.ir.transform that return IDynamicFunctionSymbol Modifier and Type Method Description static IDynamicFunctionSymbol
AbstractElementTransformer. getEnclosingDFS(ICompilableType gsClass)
Methods in gw.internal.gosu.ir.transform with parameters of type IDynamicFunctionSymbol Modifier and Type Method Description static List<IGenericTypeVariable>
AbstractElementTransformer. getTypeVarsForDFS(IDynamicFunctionSymbol dfs)
-
Uses of IDynamicFunctionSymbol in gw.internal.gosu.parser
Classes in gw.internal.gosu.parser that implement IDynamicFunctionSymbol Modifier and Type Class Description class
DelegateFunctionSymbol
class
DynamicFunctionSymbol
Represents a parsed function as specified in the Gosu spec.class
EnhancementDynamicFunctionSymbol
class
EnumAllValuesFunctionSymbol
class
EnumCodeFunctionSymbol
class
EnumDisplayNameFunctionSymbol
class
EnumNameFunctionSymbol
class
EnumOrdinalFunctionSymbol
class
EnumValueFunctionSymbol
class
EnumValueOfFunctionSymbol
class
EnumValuesFunctionSymbol
class
GosuObjectFunctionSymbol
class
InitConstructorFunctionSymbol
class
IntrinsicTypeFunctionSymbol
class
OuterFunctionSymbol
class
ParameterizedDynamicFunctionSymbol
class
ProgramClassFunctionSymbol
class
ProgramExecuteFunctionSymbol
class
SuperConstructorFunctionSymbol
class
TemplateRenderFunctionSymbol
class
ThisConstructorFunctionSymbol
class
VarPropertyGetFunctionSymbol
class
VarPropertySetFunctionSymbol
Methods in gw.internal.gosu.parser that return IDynamicFunctionSymbol Modifier and Type Method Description IDynamicFunctionSymbol
DynamicFunctionSymbol. getBackingDfs()
Methods in gw.internal.gosu.parser that return types with arguments of type IDynamicFunctionSymbol Modifier and Type Method Description List<? extends IDynamicFunctionSymbol>
ICompilableTypeInternal. getMemberFunctions(String names)
Methods in gw.internal.gosu.parser with parameters of type IDynamicFunctionSymbol Modifier and Type Method Description IReducedDynamicFunctionSymbol
GosuIndustrialParkImpl. createReducedDynamicFunctionSymbol(IDynamicFunctionSymbol symbol)
boolean
GosuParser. doParametersReifyToSameBytecodeType(IDynamicFunctionSymbol dfs, IDynamicFunctionSymbol dfsExisting)
void
GosuParser. putDfsDeclInSetByName(IDynamicFunctionSymbol dfs)
void
DynamicPropertySymbol. setGetterDfs(IDynamicFunctionSymbol dfsGetter)
void
DynamicPropertySymbol. setSetterDfs(IDynamicFunctionSymbol dfsSetter)
Constructors in gw.internal.gosu.parser with parameters of type IDynamicFunctionSymbol Constructor Description ParameterizedDynamicFunctionSymbol(IDynamicFunctionSymbol dfsDelegate, IGosuClass owner)
-
Uses of IDynamicFunctionSymbol in gw.lang
Methods in gw.lang with parameters of type IDynamicFunctionSymbol Modifier and Type Method Description static IReducedDynamicFunctionSymbol
GosuShop. createReducedDynamicFunctionSymbol(IDynamicFunctionSymbol symbol)
IReducedDynamicFunctionSymbol
IGosuShop. createReducedDynamicFunctionSymbol(IDynamicFunctionSymbol symbol)
-
Uses of IDynamicFunctionSymbol in gw.lang.parser
Subinterfaces of IDynamicFunctionSymbol in gw.lang.parser Modifier and Type Interface Description interface
IInitConstructorFunctionSymbol
Methods in gw.lang.parser that return IDynamicFunctionSymbol Modifier and Type Method Description IDynamicFunctionSymbol
IDynamicFunctionSymbol. getBackingDfs()
IDynamicFunctionSymbol
IDynamicPropertySymbol. getFunction(String strFunctionName)
IDynamicFunctionSymbol
IDynamicPropertySymbol. getGetterDfs()
IDynamicFunctionSymbol
IDynamicPropertySymbol. getSetterDfs()
IDynamicFunctionSymbol
IDynamicFunctionSymbol. getSuperDfs()
Methods in gw.lang.parser with parameters of type IDynamicFunctionSymbol Modifier and Type Method Description void
IGosuParser. putDfsDeclInSetByName(IDynamicFunctionSymbol specialFunction)
void
IDynamicPropertySymbol. setGetterDfs(IDynamicFunctionSymbol dfsGetter)
void
IDynamicPropertySymbol. setSetterDfs(IDynamicFunctionSymbol dfsSetter)
-
Uses of IDynamicFunctionSymbol in gw.lang.parser.statements
Methods in gw.lang.parser.statements that return IDynamicFunctionSymbol Modifier and Type Method Description IDynamicFunctionSymbol
ISyntheticFunctionStatement. getDfsOwner()
IDynamicFunctionSymbol
IFunctionStatement. getDynamicFunctionSymbol()
-
Uses of IDynamicFunctionSymbol in gw.lang.reflect.gs
Methods in gw.lang.reflect.gs that return types with arguments of type IDynamicFunctionSymbol Modifier and Type Method Description List<? extends IDynamicFunctionSymbol>
IGosuClass. getMemberFunctions()
-
Uses of IDynamicFunctionSymbol in gw.util
Methods in gw.util that return types with arguments of type IDynamicFunctionSymbol Modifier and Type Method Description static List<? extends IDynamicFunctionSymbol>
GosuClassTestUtil. getMemberFunctions(IGosuClass clazz)
-