| Package | Description |
|---|---|
| gw.internal.gosu.properties | |
| gw.lang | |
| gw.lang.parser | |
| gw.lang.parser.expressions | |
| gw.lang.reflect | |
| gw.lang.reflect.features | |
| gw.lang.reflect.gs | |
| gw.lang.reflect.java |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IPropertiesPropertyInfo |
| Modifier and Type | Method and Description |
|---|---|
static IPropertyInfo |
GosuShop.createLengthProperty(ITypeInfo typeInfo) |
IPropertyInfo |
IGosuShop.createLengthProperty(ITypeInfo typeInfo) |
static IPropertyInfo |
GosuShop.createPropertyDelegate(IFeatureInfo container,
IPropertyInfo prop) |
IPropertyInfo |
IGosuShop.createPropertyDelegate(IFeatureInfo container,
IPropertyInfo prop) |
IPropertyInfo |
IGosuShop.getPropertyInfo(IType classBean,
String strProperty,
IFeatureFilter filter,
IParserPart parserBase,
IScriptabilityModifier scriptabilityConstraint) |
| Modifier and Type | Method and Description |
|---|---|
List<? extends IPropertyInfo> |
IGosuShop.getProperties(ITypeInfo beanInfo,
IType classSource) |
| Modifier and Type | Method and Description |
|---|---|
static IPropertyInfo |
GosuShop.createPropertyDelegate(IFeatureInfo container,
IPropertyInfo prop) |
IPropertyInfo |
IGosuShop.createPropertyDelegate(IFeatureInfo container,
IPropertyInfo prop) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IExpansionPropertyInfo |
| Modifier and Type | Method and Description |
|---|---|
IPropertyInfo |
IExpansionPropertyInfo.getDelegate() |
| Modifier and Type | Method and Description |
|---|---|
IPropertyInfo |
IFieldAccessExpression.getPropertyInfo() |
IPropertyInfo |
IMemberAccessExpression.getPropertyInfo() |
IPropertyInfo |
IInitializerAssignment.getPropertyInfo() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IPropertyInfoDelegate |
interface |
ITypeInfoPropertyInfo |
| Modifier and Type | Class and Description |
|---|---|
class |
MetaPropertyInfoDelegate |
class |
PropertyInfoBase |
static class |
PropertyInfoBuilder.BuiltPropertyInfo |
class |
PropertyInfoDelegate |
| Modifier and Type | Method and Description |
|---|---|
IPropertyInfo |
PropertyInfoBuilder.build(IFeatureInfo container) |
static IPropertyInfo |
ReflectUtil.findProperty(IType type,
String propertyName) |
IPropertyInfo |
PropertyNameMap.get(Object key) |
IPropertyInfo |
IEntityCovariantLinkHackPropInfo.getBackingLinkPropertyInfo() |
IPropertyInfo |
MetaPropertyInfoDelegate.getBackingPropertyInfo() |
IPropertyInfo |
ITypeInfoPropertyInfo.getBackingPropertyInfo() |
IPropertyInfo |
PropertyInfoDelegate.getDelegatePI() |
IPropertyInfo |
IEntityAccess.getEntityIdProperty(IType rootType) |
IPropertyInfo |
FunctionTypeInfo.getProperty(CharSequence property) |
IPropertyInfo |
DefaultArrayTypeInfo.getProperty(CharSequence propName) |
IPropertyInfo |
BaseHandBuiltTypeInfo.getProperty(CharSequence property) |
IPropertyInfo |
ITypeInfo.getProperty(CharSequence propName)
Get a property mapped to the specified name.
|
IPropertyInfo |
BaseTypeInfo.getProperty(CharSequence propName) |
IPropertyInfo |
FeatureManagerTypeInfoBase.getProperty(CharSequence propName) |
IPropertyInfo |
FeatureManager.getProperty(IRelativeTypeInfo.Accessibility accessibility,
CharSequence propName) |
IPropertyInfo |
DefaultArrayTypeInfo.getProperty(IType whosaskin,
CharSequence propName) |
IPropertyInfo |
BaseHandBuiltTypeInfo.getProperty(IType whosaskin,
CharSequence propName) |
IPropertyInfo |
FeatureManagerTypeInfoBase.getProperty(IType whosAskin,
CharSequence propName) |
IPropertyInfo |
IRelativeTypeInfo.getProperty(IType whosaskin,
CharSequence propName) |
static IPropertyInfo |
TypeSystem.getPropertyInfo(IType classBean,
String strProperty,
IFeatureFilter filter,
IParserPart parserBase,
IScriptabilityModifier scriptabilityConstraint) |
IPropertyInfo |
PropertyInfoDelegate.getSource() |
IPropertyInfo |
IPropertyInfoDelegate.getSource() |
IPropertyInfo |
IPropertyInfoFactory.make(IFeatureInfo container,
String strName,
Class javaClass,
String strGetter,
String strSetter,
IType propertyType) |
IPropertyInfo |
IPropertyInfoFactory.make(IFeatureInfo container,
String strName,
Class javaClass,
String strGetter,
String strSetter,
IType propertyType,
IPresentationInfo presInfo) |
IPropertyInfo |
PropertyNameMap.put(T key,
IPropertyInfo value) |
IPropertyInfo |
PropertyNameMap.remove(Object key) |
| Modifier and Type | Method and Description |
|---|---|
Set<Map.Entry<T,IPropertyInfo>> |
PropertyNameMap.entrySet() |
List<? extends IPropertyInfo> |
DefaultArrayTypeInfo.getDeclaredProperties() |
abstract List<? extends IPropertyInfo> |
FeatureManagerTypeInfoBase.getDeclaredProperties() |
List<? extends IPropertyInfo> |
IRelativeTypeInfo.getDeclaredProperties()
Returns a list of
IPropertyInfo objects reflecting all the
properties declared by the class or interface represented by this
IType object. |
List<? extends IPropertyInfo> |
FunctionTypeInfo.getProperties() |
List<? extends IPropertyInfo> |
DefaultArrayTypeInfo.getProperties() |
List<? extends IPropertyInfo> |
BaseHandBuiltTypeInfo.getProperties() |
List<? extends IPropertyInfo> |
ITypeInfo.getProperties() |
List<? extends IPropertyInfo> |
BaseTypeInfo.getProperties() |
List<? extends IPropertyInfo> |
FeatureManagerTypeInfoBase.getProperties() |
List<IPropertyInfo> |
FeatureManager.getProperties(IRelativeTypeInfo.Accessibility accessibility) |
List<? extends IPropertyInfo> |
DefaultArrayTypeInfo.getProperties(IType whosaskin) |
List<? extends IPropertyInfo> |
BaseHandBuiltTypeInfo.getProperties(IType whosaskin) |
List<IPropertyInfo> |
FeatureManagerTypeInfoBase.getProperties(IType whosAskin) |
List<? extends IPropertyInfo> |
IRelativeTypeInfo.getProperties(IType whosaskin) |
static List<? extends IPropertyInfo> |
TypeSystem.getProperties(ITypeInfo beanInfo,
IType classSource) |
List<IPropertyInfo> |
PropertyNameMap.values() |
| Modifier and Type | Method and Description |
|---|---|
PropertyInfoBuilder |
PropertyInfoBuilder.like(IPropertyInfo prop) |
protected void |
FeatureManager.mergeProperty(PropertyNameMap<T> props,
IPropertyInfo propertyInfo,
boolean replace) |
IPropertyInfo |
PropertyNameMap.put(T key,
IPropertyInfo value) |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyNameMap.putAll(Map<? extends T,? extends IPropertyInfo> t) |
| Constructor and Description |
|---|
MetaPropertyInfoDelegate(ITypeInfo container,
IPropertyInfo source) |
PropertyInfoDelegate(IFeatureInfo container,
IPropertyInfo source) |
PropertyInfoDelegate(IFeatureInfo container,
IPropertyInfo source,
String name) |
| Modifier and Type | Method and Description |
|---|---|
IPropertyInfo |
PropertyReference.getPropertyInfo() |
IPropertyInfo |
IPropertyReference.getPropertyInfo() |
IPropertyInfo |
BoundPropertyChainReference.getPropertyInfo() |
IPropertyInfo |
PropertyChainReference.getPropertyInfo() |
IPropertyInfo |
BoundPropertyReference.getPropertyInfo() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IGosuPropertyInfo |
interface |
IGosuVarPropertyInfo |
| Modifier and Type | Method and Description |
|---|---|
String |
IPropertiesType.getPropertiesFileKey(IPropertyInfo pi) |
| Modifier and Type | Method and Description |
|---|---|
void |
IEnhancementIndex.addEnhancementProperties(IType typeToEnhance,
Map<CharSequence,IPropertyInfo> propertyInfosToAddTo,
boolean caseSensitive) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IJavaBasePropertyInfo |
interface |
IJavaFieldPropertyInfo |
interface |
IJavaPropertyInfo |
Copyright © 2018. All rights reserved.