Uses of Interface
gw.lang.parser.IDynamicFunctionSymbol
Packages that use IDynamicFunctionSymbol
Package
Description
-
Uses of IDynamicFunctionSymbol in editor
Methods in editor with parameters of type IDynamicFunctionSymbolModifier and TypeMethodDescriptionprivate StringSymbolCellRenderer.getDynParamSignatureText(IDynamicFunctionSymbol symbol) (package private) static StringSymbolPopup.getDynParamSignatureText(IDynamicFunctionSymbol symbol) -
Uses of IDynamicFunctionSymbol in gw.internal.gosu.ir.transform
Methods in gw.internal.gosu.ir.transform that return IDynamicFunctionSymbolModifier and TypeMethodDescriptionstatic IDynamicFunctionSymbolAbstractElementTransformer.getEnclosingDFS(ICompilableType gsClass) Methods in gw.internal.gosu.ir.transform with parameters of type IDynamicFunctionSymbolModifier and TypeMethodDescriptionprivate IGenericTypeVariable[]AbstractElementTransformer.getGenericFunctionTypeVariables(IDynamicFunctionSymbol currentFunction) static 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 IDynamicFunctionSymbolModifier and TypeMethodDescriptionprivate static StringNameResolver.resolveCorrectGetterMethodPrefixForBooleanDFS(IDynamicFunctionSymbol dfs) -
Uses of IDynamicFunctionSymbol in gw.internal.gosu.parser
Classes in gw.internal.gosu.parser that implement IDynamicFunctionSymbolModifier and TypeClassDescriptionclassclassRepresents a parsed function as specified in the Gosu spec.classclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassMethods in gw.internal.gosu.parser that return IDynamicFunctionSymbolModifier and TypeMethodDescriptionDynamicFunctionSymbol.getBackingDfs()private IDynamicFunctionSymbolGosuParser.getDFSForFunctionType(String strFunction, MethodScore bestMethod) Methods in gw.internal.gosu.parser that return types with arguments of type IDynamicFunctionSymbolModifier and TypeMethodDescriptionList<? extends IDynamicFunctionSymbol>ICompilableTypeInternal.getMemberFunctions(String names) Methods in gw.internal.gosu.parser with parameters of type IDynamicFunctionSymbolModifier and TypeMethodDescriptionprivate 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 parametersGosuIndustrialParkImpl.createReducedDynamicFunctionSymbol(IDynamicFunctionSymbol symbol) booleanGosuParser.doParametersReifyToSameBytecodeType(IDynamicFunctionSymbol dfs, IDynamicFunctionSymbol dfsExisting) private booleanGosuClass.isAssignable(IFunctionType funcType, IDynamicFunctionSymbol dfs, boolean bContravariant) private 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 IDynamicFunctionSymbolModifierConstructorDescriptionParameterizedDynamicFunctionSymbol(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 -
Uses of IDynamicFunctionSymbol in gw.lang
Methods in gw.lang with parameters of type IDynamicFunctionSymbolModifier and TypeMethodDescriptionGosuShop.createReducedDynamicFunctionSymbol(IDynamicFunctionSymbol symbol) IGosuShop.createReducedDynamicFunctionSymbol(IDynamicFunctionSymbol symbol) -
Uses of IDynamicFunctionSymbol in gw.lang.parser
Subinterfaces of IDynamicFunctionSymbol in gw.lang.parserMethods in gw.lang.parser that return IDynamicFunctionSymbolModifier and TypeMethodDescriptionIDynamicFunctionSymbol.getBackingDfs()IDynamicPropertySymbol.getFunction(String strFunctionName) IDynamicPropertySymbol.getGetterDfs()IDynamicPropertySymbol.getSetterDfs()IDynamicFunctionSymbol.getSuperDfs()Methods in gw.lang.parser with parameters of type IDynamicFunctionSymbolModifier and TypeMethodDescriptionvoidIGosuParser.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 IDynamicFunctionSymbolModifier and TypeMethodDescriptionISyntheticFunctionStatement.getDfsOwner()IFunctionStatement.getDynamicFunctionSymbol() -
Uses of IDynamicFunctionSymbol in gw.lang.reflect.gs
Methods in gw.lang.reflect.gs that return types with arguments of type IDynamicFunctionSymbolModifier and TypeMethodDescriptionList<? extends IDynamicFunctionSymbol>IGosuClass.getMemberFunctions() -
Uses of IDynamicFunctionSymbol in gw.util
Methods in gw.util that return types with arguments of type IDynamicFunctionSymbolModifier and TypeMethodDescriptionstatic List<? extends IDynamicFunctionSymbol>GosuClassTestUtil.getMemberFunctions(IGosuClass clazz)