Uses of Class
gw.lang.reflect.PropertyNameMap
Packages that use PropertyNameMap
-
Uses of PropertyNameMap in gw.internal.gosu.parser
Methods in gw.internal.gosu.parser with parameters of type PropertyNameMapModifier and TypeMethodDescriptionprotected void
GosuClassTypeInfo.MyFeatureManager.addEnhancementProperties
(PropertyNameMap<String> privateProps, boolean caseSensitive) -
Uses of PropertyNameMap in gw.lang.reflect
Methods in gw.lang.reflect that return PropertyNameMapModifier and TypeMethodDescriptionprivate PropertyNameMap<T>
FeatureManager.convertToMap
(List<IPropertyInfo> features) Methods in gw.lang.reflect with parameters of type PropertyNameMapModifier and TypeMethodDescriptionprotected void
FeatureManager.addEnhancementProperties
(PropertyNameMap<T> privateProps, boolean caseSensitive) protected void
FeatureManager.mergeProperties
(PropertyNameMap<T> props, IType type, boolean replace) protected void
FeatureManager.mergeProperty
(PropertyNameMap<T> props, IPropertyInfo propertyInfo, boolean replace) private boolean
FeatureManager.shouldReplace
(PropertyNameMap<T> props, T cs, IPropertyInfo propertyInfo)