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 voidGosuClassTypeInfo.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 voidFeatureManager.addEnhancementProperties(PropertyNameMap<T> privateProps, boolean caseSensitive) protected voidFeatureManager.mergeProperties(PropertyNameMap<T> props, IType type, boolean replace) protected voidFeatureManager.mergeProperty(PropertyNameMap<T> props, IPropertyInfo propertyInfo, boolean replace) private booleanFeatureManager.shouldReplace(PropertyNameMap<T> props, T cs, IPropertyInfo propertyInfo)