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 String
SymbolCellRenderer.getDynParamSignatureText
(IDynamicFunctionSymbol symbol) (package private) static String
SymbolPopup.getDynParamSignatureText
(IDynamicFunctionSymbol symbol) -
Uses of IDynamicFunctionSymbol in gw.internal.gosu.ir.transform
Methods in gw.internal.gosu.ir.transform that return IDynamicFunctionSymbolModifier and TypeMethodDescriptionstatic IDynamicFunctionSymbol
AbstractElementTransformer.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 String
NameResolver.resolveCorrectGetterMethodPrefixForBooleanDFS
(IDynamicFunctionSymbol dfs) -
Uses of IDynamicFunctionSymbol in gw.internal.gosu.parser
Classes in gw.internal.gosu.parser that implement IDynamicFunctionSymbolModifier and TypeClassDescriptionclass
class
Represents a parsed function as specified in the Gosu spec.class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Methods in gw.internal.gosu.parser that return IDynamicFunctionSymbolModifier and TypeMethodDescriptionDynamicFunctionSymbol.getBackingDfs()
private IDynamicFunctionSymbol
GosuParser.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 boolean
GosuParser._areParametersEquivalent
(IDynamicFunctionSymbol dfs1, IDynamicFunctionSymbol dfs2, IType[] args, IType[] toArgs) private boolean
GosuParser.areParametersEquivalent
(IDynamicFunctionSymbol dfs, IDynamicFunctionSymbol dfsExisting, IType... extraParams) private void
ParameterizedDynamicFunctionSymbol.assignSuperDfs
(IDynamicFunctionSymbol dfsDelegate, IGosuClass owner) Assign the super dfs in terms of the deriving class's type parametersGosuIndustrialParkImpl.createReducedDynamicFunctionSymbol
(IDynamicFunctionSymbol symbol) boolean
GosuParser.doParametersReifyToSameBytecodeType
(IDynamicFunctionSymbol dfs, IDynamicFunctionSymbol dfsExisting) private boolean
GosuClass.isAssignable
(IFunctionType funcType, IDynamicFunctionSymbol dfs, boolean bContravariant) private List<IReducedSymbol>
ReducedDynamicFunctionSymbol.makeArgs
(IDynamicFunctionSymbol dfs) private IType
GosuParser.maybeResolveFunctionTypeVars
(IDynamicFunctionSymbol dfs, IType type) 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 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 TypeMethodDescriptionvoid
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 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)