Uses of Interface
gw.lang.parser.IReducedDynamicFunctionSymbol
-
Packages that use IReducedDynamicFunctionSymbol Package Description gw.internal.gosu.ir.nodes gw.internal.gosu.ir.transform.util gw.internal.gosu.parser gw.lang gw.lang.parser gw.lang.reflect -
-
Uses of IReducedDynamicFunctionSymbol in gw.internal.gosu.ir.nodes
Methods in gw.internal.gosu.ir.nodes with parameters of type IReducedDynamicFunctionSymbol Modifier and Type Method Description private java.util.List<IRType>IRMethodFromConstructorInfo. getBoundedParamTypesFromProxiedClass(IReducedDynamicFunctionSymbol dfs)private java.util.List<IRType>IRMethodFromMethodInfo. getBoundedParamTypesFromProxiedClass(IReducedDynamicFunctionSymbol dfs)private IRTypeIRMethodFromMethodInfo. getBoundedReturnTypeFromProxiedClass(IReducedDynamicFunctionSymbol dfs)private java.lang.reflect.ConstructorIRMethodFromConstructorInfo. getJavaConstructorFromProxy(IReducedDynamicFunctionSymbol dfs)private IJavaClassMethodIRMethodFromMethodInfo. getJavaMethodFromProxy(IReducedDynamicFunctionSymbol dfs) -
Uses of IReducedDynamicFunctionSymbol in gw.internal.gosu.ir.transform.util
Methods in gw.internal.gosu.ir.transform.util with parameters of type IReducedDynamicFunctionSymbol Modifier and Type Method Description private static java.lang.StringNameResolver. resolveCorrectGetterMethodPrefixForBooleanDFS(IReducedDynamicFunctionSymbol dfs) -
Uses of IReducedDynamicFunctionSymbol in gw.internal.gosu.parser
Classes in gw.internal.gosu.parser that implement IReducedDynamicFunctionSymbol Modifier and Type Class Description classReducedDelegateFunctionSymbolclassReducedDynamicFunctionSymbolclassReducedParameterizedDynamicFunctionSymbolclassReducedSuperConstructorFunctionSymbolclassReducedThisConstructorFunctionSymbolFields in gw.internal.gosu.parser declared as IReducedDynamicFunctionSymbol Modifier and Type Field Description private IReducedDynamicFunctionSymbolReducedDynamicFunctionSymbol. _superDfsMethods in gw.internal.gosu.parser that return IReducedDynamicFunctionSymbol Modifier and Type Method Description IReducedDynamicFunctionSymbolGosuIndustrialParkImpl. createReducedDynamicFunctionSymbol(IDynamicFunctionSymbol symbol)IReducedDynamicFunctionSymbolDelegateFunctionSymbol. createReducedSymbol()IReducedDynamicFunctionSymbolDynamicFunctionSymbol. createReducedSymbol()IReducedDynamicFunctionSymbolParameterizedDynamicFunctionSymbol. createReducedSymbol()IReducedDynamicFunctionSymbolSuperConstructorFunctionSymbol. createReducedSymbol()IReducedDynamicFunctionSymbolThisConstructorFunctionSymbol. createReducedSymbol()IReducedDynamicFunctionSymbolReducedDynamicFunctionSymbol. getBackingDfs()IReducedDynamicFunctionSymbolReducedDynamicFunctionSymbol. getSuperDfs() -
Uses of IReducedDynamicFunctionSymbol in gw.lang
Methods in gw.lang that return IReducedDynamicFunctionSymbol Modifier and Type Method Description static IReducedDynamicFunctionSymbolGosuShop. createReducedDynamicFunctionSymbol(IDynamicFunctionSymbol symbol)IReducedDynamicFunctionSymbolIGosuShop. createReducedDynamicFunctionSymbol(IDynamicFunctionSymbol symbol) -
Uses of IReducedDynamicFunctionSymbol in gw.lang.parser
Methods in gw.lang.parser that return IReducedDynamicFunctionSymbol Modifier and Type Method Description IReducedDynamicFunctionSymbolIDynamicFunctionSymbol. createReducedSymbol()IReducedDynamicFunctionSymbolIReducedDynamicFunctionSymbol. getBackingDfs()IReducedDynamicFunctionSymbolIReducedDynamicPropertySymbol. getFunction(java.lang.String strFunctionName)IReducedDynamicFunctionSymbolIReducedDynamicPropertySymbol. getGetterDfs()IReducedDynamicFunctionSymbolIReducedDynamicPropertySymbol. getSetterDfs()IReducedDynamicFunctionSymbolIReducedDynamicFunctionSymbol. getSuperDfs() -
Uses of IReducedDynamicFunctionSymbol in gw.lang.reflect
Methods in gw.lang.reflect that return IReducedDynamicFunctionSymbol Modifier and Type Method Description IReducedDynamicFunctionSymbolIDFSBackedFeatureInfo. getDfs()
-