Uses of Interface
gw.lang.parser.IDynamicPropertySymbol
-
Packages that use IDynamicPropertySymbol Package Description gw.internal.gosu.ir.nodes gw.internal.gosu.parser gw.lang.parser gw.lang.parser.expressions gw.lang.parser.statements gw.lang.reflect.gs -
-
Uses of IDynamicPropertySymbol in gw.internal.gosu.ir.nodes
Methods in gw.internal.gosu.ir.nodes with parameters of type IDynamicPropertySymbol Modifier and Type Method Description IRType
IRPropertyFromDynamicPropertySymbol. getBoundedAssignablePropertyType(IDynamicPropertySymbol dps)
IRType
IRPropertyFromDynamicPropertySymbol. getBoundedPropertyType(IDynamicPropertySymbol dps)
-
Uses of IDynamicPropertySymbol in gw.internal.gosu.parser
Classes in gw.internal.gosu.parser that implement IDynamicPropertySymbol Modifier and Type Class Description class
DynamicPropertySymbol
class
EnumAllValuesPropertySymbol
class
EnumCodePropertySymbol
class
EnumDisplayNamePropertySymbol
class
EnumNamePropertySymbol
class
EnumOrdinalPropertySymbol
class
EnumValuePropertySymbol
class
IntrinsicTypePropertySymbol
class
ParameterizedDynamicPropertySymbol
Methods in gw.internal.gosu.parser that return IDynamicPropertySymbol Modifier and Type Method Description IDynamicPropertySymbol
ICompilableTypeInternal. getMemberProperty(String strName)
-
Uses of IDynamicPropertySymbol in gw.lang.parser
Methods in gw.lang.parser that return IDynamicPropertySymbol Modifier and Type Method Description IDynamicPropertySymbol
IDynamicPropertySymbol. getParameterizedVersion(IGosuClass gsClass)
IDynamicPropertySymbol
IDynamicPropertySymbol. getParent()
-
Uses of IDynamicPropertySymbol in gw.lang.parser.expressions
Methods in gw.lang.parser.expressions that return IDynamicPropertySymbol Modifier and Type Method Description IDynamicPropertySymbol
IVarStatement. getProperty()
-
Uses of IDynamicPropertySymbol in gw.lang.parser.statements
Methods in gw.lang.parser.statements that return IDynamicPropertySymbol Modifier and Type Method Description IDynamicPropertySymbol
IPropertyStatement. getDps()
-
Uses of IDynamicPropertySymbol in gw.lang.reflect.gs
Methods in gw.lang.reflect.gs that return IDynamicPropertySymbol Modifier and Type Method Description IDynamicPropertySymbol
IGosuClass. getMemberProperty(String name)
-