Uses of Class
gw.internal.gosu.parser.DynamicFunctionSymbol
-
-
Uses of DynamicFunctionSymbol in gw.internal.gosu.ir.nodes
Methods in gw.internal.gosu.ir.nodes with parameters of type DynamicFunctionSymbol Modifier and Type Method Description static IRMethodIRMethodFactory. createConstructorIRMethod(IType gosuClass, DynamicFunctionSymbol dfs, int numberOfTypeParameters)Constructors in gw.internal.gosu.ir.nodes with parameters of type DynamicFunctionSymbol Constructor Description IRMethodForConstructorSymbol(IType gosuClass, DynamicFunctionSymbol dfs, int numberOfTypeParameters) -
Uses of DynamicFunctionSymbol in gw.internal.gosu.ir.transform
Methods in gw.internal.gosu.ir.transform that return DynamicFunctionSymbol Modifier and Type Method Description DynamicFunctionSymbolDFSFunctionBodyTransformationContext. getCurrentDFS()DynamicFunctionSymbolFunctionBodyTransformationContext. getCurrentDFS()DynamicFunctionSymbolTopLevelTransformationContext. getCurrentFunction()DynamicFunctionSymbolTransformationContextBase. getCurrentFunction()Methods in gw.internal.gosu.ir.transform with parameters of type DynamicFunctionSymbol Modifier and Type Method Description voidTransformationContextBase. initBodyContext(boolean isStatic, DynamicFunctionSymbol dfs)booleanGosuClassTransformer. isBlockInvoke(DynamicFunctionSymbol dfs)Constructors in gw.internal.gosu.ir.transform with parameters of type DynamicFunctionSymbol Constructor Description DFSFunctionBodyTransformationContext(TopLevelTransformationContext context, boolean isStatic, DynamicFunctionSymbol dfs) -
Uses of DynamicFunctionSymbol in gw.internal.gosu.ir.transform.statement
Methods in gw.internal.gosu.ir.transform.statement with parameters of type DynamicFunctionSymbol Modifier and Type Method Description static IRStatementSyntheticFunctionStatementTransformer. compile(DynamicFunctionSymbol dfs, TopLevelTransformationContext cc, SyntheticFunctionStatement stmt) -
Uses of DynamicFunctionSymbol in gw.internal.gosu.ir.transform.util
Methods in gw.internal.gosu.ir.transform.util with parameters of type DynamicFunctionSymbol Modifier and Type Method Description static StringNameResolver. getFunctionName(DynamicFunctionSymbol dfs) -
Uses of DynamicFunctionSymbol in gw.internal.gosu.parser
Subclasses of DynamicFunctionSymbol in gw.internal.gosu.parser Modifier and Type Class Description classDelegateFunctionSymbolclassEnhancementDynamicFunctionSymbolclassEnumAllValuesFunctionSymbolclassEnumCodeFunctionSymbolclassEnumDisplayNameFunctionSymbolclassEnumNameFunctionSymbolclassEnumOrdinalFunctionSymbolclassEnumValueFunctionSymbolclassEnumValueOfFunctionSymbolclassEnumValuesFunctionSymbolclassGosuObjectFunctionSymbolclassInitConstructorFunctionSymbolclassIntrinsicTypeFunctionSymbolclassOuterFunctionSymbolclassParameterizedDynamicFunctionSymbolclassProgramClassFunctionSymbolclassProgramExecuteFunctionSymbolclassSuperConstructorFunctionSymbolclassTemplateRenderFunctionSymbolclassThisConstructorFunctionSymbolclassVarPropertyGetFunctionSymbolclassVarPropertySetFunctionSymbolMethods in gw.internal.gosu.parser that return types with arguments of type DynamicFunctionSymbol Modifier and Type Method Description List<DynamicFunctionSymbol>GosuClass. getConstructorFunctions()Map<String,DynamicFunctionSymbol>GosuClassParseInfo. getConstructorFunctions()List<DynamicFunctionSymbol>IGosuClassInternal. getConstructorFunctions()List<DynamicFunctionSymbol>GosuClass. getMemberFunctions()List<DynamicFunctionSymbol>GosuClass. getMemberFunctions(String names)Map<String,DynamicFunctionSymbol>GosuClassParseInfo. getMemberFunctions()List<DynamicFunctionSymbol>IGosuClassInternal. getMemberFunctions(String names)List<DynamicFunctionSymbol>GosuClass. getStaticFunctions()List<DynamicFunctionSymbol>GosuClassParseInfo. getStaticFunctions()List<DynamicFunctionSymbol>IGosuClassInternal. getStaticFunctions()Methods in gw.internal.gosu.parser with parameters of type DynamicFunctionSymbol Modifier and Type Method Description voidGosuClassParseInfo. addConstructorFunction(DynamicFunctionSymbol function)voidGosuClassParseInfo. addMemberFunction(DynamicFunctionSymbol function)voidGosuClassParseInfo. addStaticFunction(DynamicFunctionSymbol function)voidGosuClassParser. processFunctionSymbol(DynamicFunctionSymbol dfs, IGosuClassInternal gsClass)protected voidGosuParser. pushDynamicFunctionSymbol(DynamicFunctionSymbol stmt)voidDynamicFunctionSymbol. setSuperDfs(DynamicFunctionSymbol superDfs)Constructors in gw.internal.gosu.parser with parameters of type DynamicFunctionSymbol Constructor Description AbstractGenericMethodInfo(IFeatureInfo container, DynamicFunctionSymbol dfs)DynamicFunctionSymbol(DynamicFunctionSymbol dfs)DynamicPropertySymbol(DynamicFunctionSymbol dfsGetterOrSetter, boolean bGetter)GosuConstructorInfo(IFeatureInfo container, DynamicFunctionSymbol dfs)GosuMethodInfo(IFeatureInfo container, DynamicFunctionSymbol dfs)GosuObjectFunctionSymbol(IGosuClassInternal gsClass, DynamicFunctionSymbol dfs)ParameterizedGosuConstructorInfo(IFeatureInfo container, DynamicFunctionSymbol dfs, IGosuConstructorInfo delegate)SuperConstructorFunctionSymbol(DynamicFunctionSymbol dfs)ThisConstructorFunctionSymbol(DynamicFunctionSymbol dfsDelegate)ThisConstructorFunctionSymbol(DynamicFunctionSymbol dfs, boolean genericJavaInterop) -
Uses of DynamicFunctionSymbol in gw.internal.gosu.parser.fragments
Methods in gw.internal.gosu.parser.fragments that return types with arguments of type DynamicFunctionSymbol Modifier and Type Method Description List<DynamicFunctionSymbol>GosuFragment. getMemberFunctions(String names)Deprecated. -
Uses of DynamicFunctionSymbol in gw.internal.gosu.parser.java.compiler
Methods in gw.internal.gosu.parser.java.compiler with parameters of type DynamicFunctionSymbol Modifier and Type Method Description static intJavaStubGenerator. getTypeVarCountForDFS(DynamicFunctionSymbol dfs) -
Uses of DynamicFunctionSymbol in gw.internal.gosu.parser.statements
Methods in gw.internal.gosu.parser.statements that return DynamicFunctionSymbol Modifier and Type Method Description DynamicFunctionSymbolSyntheticFunctionStatement. getDfsOwner()DynamicFunctionSymbolFunctionStatement. getDynamicFunctionSymbol()Methods in gw.internal.gosu.parser.statements with parameters of type DynamicFunctionSymbol Modifier and Type Method Description voidSyntheticFunctionStatement. setDfsOwner(DynamicFunctionSymbol dfsOwner)voidFunctionStatement. setDynamicFunctionSymbol(DynamicFunctionSymbol dfs)
-