Uses of Class
gw.lang.reflect.PropertyNameMap
-
Packages that use PropertyNameMap Package Description gw.internal.gosu.parser gw.lang.reflect -
-
Uses of PropertyNameMap in gw.internal.gosu.parser
Methods in gw.internal.gosu.parser with parameters of type PropertyNameMap Modifier and Type Method Description protected voidGosuClassTypeInfo.MyFeatureManager. addEnhancementProperties(PropertyNameMap<java.lang.String> privateProps, boolean caseSensitive) -
Uses of PropertyNameMap in gw.lang.reflect
Methods in gw.lang.reflect that return PropertyNameMap Modifier and Type Method Description private PropertyNameMap<T>FeatureManager. convertToMap(java.util.List<IPropertyInfo> features)Methods in gw.lang.reflect with parameters of type PropertyNameMap Modifier and Type Method Description protected 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)
-