Uses of Interface
gw.lang.parser.IReducedDynamicPropertySymbol
-
Packages that use IReducedDynamicPropertySymbol Package Description gw.internal.gosu.ir.nodes gw.internal.gosu.parser gw.lang.parser gw.lang.reflect.gs -
-
Uses of IReducedDynamicPropertySymbol in gw.internal.gosu.ir.nodes
Methods in gw.internal.gosu.ir.nodes with parameters of type IReducedDynamicPropertySymbol Modifier and Type Method Description IType
IRPropertyFromReducedDynamicPropertySymbol. getAssignableBoundedPropertyType(IReducedDynamicPropertySymbol rdps)
IType
IRPropertyFromReducedDynamicPropertySymbol. getBoundedPropertyType(IReducedDynamicPropertySymbol rdps)
-
Uses of IReducedDynamicPropertySymbol in gw.internal.gosu.parser
Classes in gw.internal.gosu.parser that implement IReducedDynamicPropertySymbol Modifier and Type Class Description class
ReducedDynamicPropertySymbol
class
ReducedParameterizedDynamicPropertySymbol
Methods in gw.internal.gosu.parser that return IReducedDynamicPropertySymbol Modifier and Type Method Description IReducedDynamicPropertySymbol
DynamicPropertySymbol. createReducedSymbol()
IReducedDynamicPropertySymbol
ParameterizedDynamicPropertySymbol. createReducedSymbol()
-
Uses of IReducedDynamicPropertySymbol in gw.lang.parser
Methods in gw.lang.parser that return IReducedDynamicPropertySymbol Modifier and Type Method Description IReducedDynamicPropertySymbol
IReducedDynamicPropertySymbol. getParent()
-
Uses of IReducedDynamicPropertySymbol in gw.lang.reflect.gs
Methods in gw.lang.reflect.gs that return IReducedDynamicPropertySymbol Modifier and Type Method Description IReducedDynamicPropertySymbol
IGosuPropertyInfo. getDps()
-