Uses of Interface
gw.lang.parser.IDynamicFunctionSymbol
-
-
Uses of IDynamicFunctionSymbol in editor
Methods in editor with parameters of type IDynamicFunctionSymbol Modifier and Type Method Description private java.lang.StringSymbolCellRenderer. getDynParamSignatureText(IDynamicFunctionSymbol symbol)(package private) static java.lang.StringSymbolPopup. getDynParamSignatureText(IDynamicFunctionSymbol symbol) -
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 IDynamicFunctionSymbolAbstractElementTransformer. getEnclosingDFS(ICompilableType gsClass)Methods in gw.internal.gosu.ir.transform with parameters of type IDynamicFunctionSymbol Modifier and Type Method Description private IGenericTypeVariable[]AbstractElementTransformer. getGenericFunctionTypeVariables(IDynamicFunctionSymbol currentFunction)static java.util.List<IGenericTypeVariable>AbstractElementTransformer. getTypeVarsForDFS(IDynamicFunctionSymbol dfs)private static IGenericTypeVariable[]AbstractElementTransformer. getTypeVarsForEnhancement(IDynamicFunctionSymbol dfs) -
Uses of IDynamicFunctionSymbol in gw.internal.gosu.ir.transform.util
Methods in gw.internal.gosu.ir.transform.util with parameters of type IDynamicFunctionSymbol Modifier and Type Method Description private static java.lang.StringNameResolver. resolveCorrectGetterMethodPrefixForBooleanDFS(IDynamicFunctionSymbol dfs) -
Uses of IDynamicFunctionSymbol in gw.internal.gosu.parser
Classes in gw.internal.gosu.parser that implement IDynamicFunctionSymbol Modifier and Type Class Description classDelegateFunctionSymbolclassDynamicFunctionSymbolRepresents a parsed function as specified in the Gosu spec.classEnhancementDynamicFunctionSymbolclassEnumAllValuesFunctionSymbolclassEnumCodeFunctionSymbolclassEnumDisplayNameFunctionSymbolclassEnumNameFunctionSymbolclassEnumOrdinalFunctionSymbolclassEnumValueFunctionSymbolclassEnumValueOfFunctionSymbolclassEnumValuesFunctionSymbolclassGosuObjectFunctionSymbolclassInitConstructorFunctionSymbolclassIntrinsicTypeFunctionSymbolclassOuterFunctionSymbolclassParameterizedDynamicFunctionSymbolclassProgramClassFunctionSymbolclassProgramExecuteFunctionSymbolclassSuperConstructorFunctionSymbolclassTemplateRenderFunctionSymbolclassThisConstructorFunctionSymbolclassVarPropertyGetFunctionSymbolclassVarPropertySetFunctionSymbolMethods in gw.internal.gosu.parser that return IDynamicFunctionSymbol Modifier and Type Method Description IDynamicFunctionSymbolDynamicFunctionSymbol. getBackingDfs()private IDynamicFunctionSymbolGosuParser. getDFSForFunctionType(java.lang.String strFunction, MethodScore bestMethod)Methods in gw.internal.gosu.parser that return types with arguments of type IDynamicFunctionSymbol Modifier and Type Method Description java.util.List<? extends IDynamicFunctionSymbol>ICompilableTypeInternal. getMemberFunctions(java.lang.String names)Methods in gw.internal.gosu.parser with parameters of type IDynamicFunctionSymbol Modifier and Type Method Description private booleanGosuParser. _areParametersEquivalent(IDynamicFunctionSymbol dfs1, IDynamicFunctionSymbol dfs2, IType[] args, IType[] toArgs)private booleanGosuParser. areParametersEquivalent(IDynamicFunctionSymbol dfs, IDynamicFunctionSymbol dfsExisting, IType... extraParams)private voidParameterizedDynamicFunctionSymbol. assignSuperDfs(IDynamicFunctionSymbol dfsDelegate, IGosuClass owner)Assign the super dfs in terms of the deriving class's type parametersIReducedDynamicFunctionSymbolGosuIndustrialParkImpl. createReducedDynamicFunctionSymbol(IDynamicFunctionSymbol symbol)booleanGosuParser. doParametersReifyToSameBytecodeType(IDynamicFunctionSymbol dfs, IDynamicFunctionSymbol dfsExisting)private booleanGosuClass. isAssignable(IFunctionType funcType, IDynamicFunctionSymbol dfs, boolean bContravariant)private java.util.List<IReducedSymbol>ReducedDynamicFunctionSymbol. makeArgs(IDynamicFunctionSymbol dfs)private ITypeGosuParser. maybeResolveFunctionTypeVars(IDynamicFunctionSymbol dfs, IType type)voidGosuParser. putDfsDeclInSetByName(IDynamicFunctionSymbol dfs)voidDynamicPropertySymbol. setGetterDfs(IDynamicFunctionSymbol dfsGetter)voidDynamicPropertySymbol. 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.internal.gosu.parser.expressions
Fields in gw.internal.gosu.parser.expressions with type parameters of type IDynamicFunctionSymbol Modifier and Type Field Description private java.util.Map<java.lang.String,IDynamicFunctionSymbol>Program. _functions -
Uses of IDynamicFunctionSymbol in gw.lang
Methods in gw.lang with parameters of type IDynamicFunctionSymbol Modifier and Type Method Description static IReducedDynamicFunctionSymbolGosuShop. createReducedDynamicFunctionSymbol(IDynamicFunctionSymbol symbol)IReducedDynamicFunctionSymbolIGosuShop. createReducedDynamicFunctionSymbol(IDynamicFunctionSymbol symbol) -
Uses of IDynamicFunctionSymbol in gw.lang.parser
Subinterfaces of IDynamicFunctionSymbol in gw.lang.parser Modifier and Type Interface Description interfaceIInitConstructorFunctionSymbolMethods in gw.lang.parser that return IDynamicFunctionSymbol Modifier and Type Method Description IDynamicFunctionSymbolIDynamicFunctionSymbol. getBackingDfs()IDynamicFunctionSymbolIDynamicPropertySymbol. getFunction(java.lang.String strFunctionName)IDynamicFunctionSymbolIDynamicPropertySymbol. getGetterDfs()IDynamicFunctionSymbolIDynamicPropertySymbol. getSetterDfs()IDynamicFunctionSymbolIDynamicFunctionSymbol. getSuperDfs()Methods in gw.lang.parser with parameters of type IDynamicFunctionSymbol Modifier and Type Method Description voidIGosuParser. putDfsDeclInSetByName(IDynamicFunctionSymbol specialFunction)voidIDynamicPropertySymbol. setGetterDfs(IDynamicFunctionSymbol dfsGetter)voidIDynamicPropertySymbol. 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 IDynamicFunctionSymbolISyntheticFunctionStatement. getDfsOwner()IDynamicFunctionSymbolIFunctionStatement. 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 java.util.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 java.util.List<? extends IDynamicFunctionSymbol>GosuClassTestUtil. getMemberFunctions(IGosuClass clazz)
-