Uses of Interface
gw.lang.reflect.IPropertyInfo
-
-
Uses of IPropertyInfo in editor
Classes in editor that implement IPropertyInfo Modifier and Type Class Description class
PackagePropertyInfo
class
TypePropertyInfo
Methods in editor that return IPropertyInfo Modifier and Type Method Description IPropertyInfo
PackageTypeInfo. getProperty(CharSequence propName)
IPropertyInfo
TypeInPackageTypeInfo. getProperty(CharSequence propName)
IPropertyInfo
PropertyNode. getPropertyDescriptor()
Methods in editor that return types with arguments of type IPropertyInfo Modifier and Type Method Description List<? extends IPropertyInfo>
PackageTypeInfo. getProperties()
List<? extends IPropertyInfo>
TypeInPackageTypeInfo. getProperties()
Constructors in editor with parameters of type IPropertyInfo Constructor Description PropertyNode(ITypeInfo owner, IPropertyInfo descriptor, boolean arrayicize, IType whosaskin)
-
Uses of IPropertyInfo in gw.internal.gosu.dynamic
Classes in gw.internal.gosu.dynamic that implement IPropertyInfo Modifier and Type Class Description class
DynamicPropertyInfo
Methods in gw.internal.gosu.dynamic that return IPropertyInfo Modifier and Type Method Description IPropertyInfo
DynamicTypeInfo. getProperty(CharSequence propName)
-
Uses of IPropertyInfo in gw.internal.gosu.ir.nodes
Methods in gw.internal.gosu.ir.nodes that return IPropertyInfo Modifier and Type Method Description IPropertyInfo
IRPropertyFromPropertyInfo. getTerminalProperty()
Methods in gw.internal.gosu.ir.nodes with parameters of type IPropertyInfo Modifier and Type Method Description static IRProperty
IRPropertyFactory. createIRProperty(IPropertyInfo propertyInfo)
Constructors in gw.internal.gosu.ir.nodes with parameters of type IPropertyInfo Constructor Description IRPropertyFromPropertyInfo(IPropertyInfo originalProperty)
-
Uses of IPropertyInfo in gw.internal.gosu.ir.transform
Methods in gw.internal.gosu.ir.transform with parameters of type IPropertyInfo Modifier and Type Method Description protected IGosuVarPropertyInfo
AbstractElementTransformer. getActualPropertyInfo(IPropertyInfo pi)
-
Uses of IPropertyInfo in gw.internal.gosu.ir.transform.util
Methods in gw.internal.gosu.ir.transform.util with parameters of type IPropertyInfo Modifier and Type Method Description static String
NameResolver. getGetterName(IPropertyInfo pi)
static String
NameResolver. getSetterName(IPropertyInfo pi)
-
Uses of IPropertyInfo in gw.internal.gosu.parser
Classes in gw.internal.gosu.parser that implement IPropertyInfo Modifier and Type Class Description class
ArrayExpansionPropertyInfo
class
GosuPropertyInfo
class
GosuVarPropertyInfo
class
JavaFieldPropertyInfo
class
JavaPropertyInfo
class
LengthProperty
class
MetaTypeTypeInfo.TypeProperty
class
ParameterizedGosuPropertyInfo
class
StaticPropertyInfo
Methods in gw.internal.gosu.parser that return IPropertyInfo Modifier and Type Method Description IPropertyInfo
GosuIndustrialParkImpl. createLengthProperty(ITypeInfo typeInfo)
IPropertyInfo
GosuIndustrialParkImpl. createPropertyDelegate(IFeatureInfo container, IPropertyInfo prop)
IPropertyInfo
ArrayExpansionPropertyInfo. getDelegate()
IPropertyInfo
DefaultEntityAccess. getEntityIdProperty(IType rootType)
static IPropertyInfo
BeanAccess. getProperty(ITypeInfo beanInfo, IType classBean, String strMember)
IPropertyInfo
CompoundTypeInfo. getProperty(IType whosaskin, CharSequence propName)
IPropertyInfo
CompoundTypeInfo. getProperty(CharSequence propName)
IPropertyInfo
ErrorTypeInfo. getProperty(CharSequence propName)
IPropertyInfo
GosuClassTypeInfo. getProperty(IType whosAskin, CharSequence propName)
IPropertyInfo
GosuClassTypeInfo. getProperty(CharSequence propName)
IPropertyInfo
ITypeLoaderTypeInfo. getProperty(CharSequence propName)
IPropertyInfo
JavaTypeInfo. getProperty(IType whosAskin, CharSequence propName)
IPropertyInfo
JavaTypeInfo. getProperty(CharSequence propName)
IPropertyInfo
MetaTypeTypeInfo. getProperty(IType whosAskin, CharSequence propName)
IPropertyInfo
MetaTypeTypeInfo. getProperty(CharSequence propName)
IPropertyInfo
NamespaceTypeInfo. getProperty(CharSequence propName)
static IPropertyInfo
BeanAccess. getPropertyInfo(IType classBean, IType whosAskin, String strProperty, IFeatureFilter filter, ParserBase parser, IScriptabilityModifier scriptabilityConstraint)
static IPropertyInfo
BeanAccess. getPropertyInfo(IType classBean, String strProperty, IFeatureFilter filter, ParserBase parser, IScriptabilityModifier scriptabilityConstraint)
IPropertyInfo
DynamicPropertySymbol. getPropertyInfo()
IPropertyInfo
GosuIndustrialParkImpl. getPropertyInfo(IType classBean, String strProperty, IFeatureFilter filter, IParserPart parser, IScriptabilityModifier scriptabilityConstraint)
static IPropertyInfo
BeanAccess. getPropertyInfo_NoException(IType classBean, String strProperty, IFeatureFilter filter, ParserBase parser, IScriptabilityModifier scriptabilityConstraint)
static IPropertyInfo
BeanAccess. getPropertyInfoDirectly(IType classBean, String strProperty)
Resolves the property directly, as if the type were requesting it, giving access to all propertiesstatic IPropertyInfo
BeanAccess. getPropertyInfoDirectly_NoException(IType classBean, String strProperty)
Resolves the property directly, as if the type were requesting it, giving access to all propertiesMethods in gw.internal.gosu.parser that return types with arguments of type IPropertyInfo Modifier and Type Method Description List<? extends IPropertyInfo>
CompoundTypeInfo. getDeclaredProperties()
List<? extends IPropertyInfo>
GosuClassTypeInfo. getDeclaredProperties()
List<? extends IPropertyInfo>
JavaTypeInfo. getDeclaredProperties()
List<? extends IPropertyInfo>
MetaTypeTypeInfo. getDeclaredProperties()
static List<? extends IPropertyInfo>
BeanAccess. getProperties(ITypeInfo beanInfo, IType classBean)
List<? extends IPropertyInfo>
CompoundTypeInfo. getProperties()
List<? extends IPropertyInfo>
CompoundTypeInfo. getProperties(IType whosaskin)
List<? extends IPropertyInfo>
ErrorTypeInfo. getProperties()
List<? extends IPropertyInfo>
GosuClassTypeInfo. getProperties()
List<IPropertyInfo>
GosuClassTypeInfo. getProperties(IType whosAskin)
List<? extends IPropertyInfo>
GosuIndustrialParkImpl. getProperties(ITypeInfo beanInfo, IType classSource)
List<? extends IPropertyInfo>
ITypeLoaderTypeInfo. getProperties()
List<? extends IPropertyInfo>
JavaTypeInfo. getProperties()
List<IPropertyInfo>
JavaTypeInfo. getProperties(IType whosAskin)
List<? extends IPropertyInfo>
MetaTypeTypeInfo. getProperties()
List<? extends IPropertyInfo>
MetaTypeTypeInfo. getProperties(IType whosaskin)
List<? extends IPropertyInfo>
NamespaceTypeInfo. getProperties()
Methods in gw.internal.gosu.parser with parameters of type IPropertyInfo Modifier and Type Method Description IPropertyInfo
GosuIndustrialParkImpl. createPropertyDelegate(IFeatureInfo container, IPropertyInfo prop)
static boolean
GosuClassProxyFactory. isObjectProperty(IPropertyInfo pi)
Method parameters in gw.internal.gosu.parser with type arguments of type IPropertyInfo Modifier and Type Method Description void
EnhancementIndex. addEnhancementProperties(IType typeToEnhance, Map<CharSequence,IPropertyInfo> propertyInfosToAddTo, boolean caseSensitive)
Constructors in gw.internal.gosu.parser with parameters of type IPropertyInfo Constructor Description ArrayExpansionPropertyInfo(IPropertyInfo delegate)
-
Uses of IPropertyInfo in gw.internal.gosu.parser.expressions
Methods in gw.internal.gosu.parser.expressions that return IPropertyInfo Modifier and Type Method Description IPropertyInfo
MemberAccess. getCompileTimePropertyInfo()
IPropertyInfo
BeanMethodCallExpression. getPropertyInfo()
IPropertyInfo
InitializerAssignment. getPropertyInfo()
IPropertyInfo
MemberAccess. getPropertyInfo()
IPropertyInfo
MemberExpansionAccess. getPropertyInfo()
IPropertyInfo
MemberAccess. getPropertyInfoWithoutThrowing()
Methods in gw.internal.gosu.parser.expressions with parameters of type IPropertyInfo Modifier and Type Method Description void
InitializerAssignment. setPropertyInfo(IPropertyInfo propertyInfo)
-
Uses of IPropertyInfo in gw.internal.gosu.parser.fragments
Methods in gw.internal.gosu.parser.fragments that return IPropertyInfo Modifier and Type Method Description IPropertyInfo
GosuFragmentTypeInfo. getProperty(IType whosaskin, CharSequence propName)
IPropertyInfo
GosuFragmentTypeInfo. getProperty(CharSequence propName)
Methods in gw.internal.gosu.parser.fragments that return types with arguments of type IPropertyInfo Modifier and Type Method Description List<? extends IPropertyInfo>
GosuFragmentTypeInfo. getDeclaredProperties()
List<? extends IPropertyInfo>
GosuFragmentTypeInfo. getProperties()
List<? extends IPropertyInfo>
GosuFragmentTypeInfo. getProperties(IType whosaskin)
-
Uses of IPropertyInfo in gw.internal.gosu.parser.gwPlatform
Methods in gw.internal.gosu.parser.gwPlatform that return IPropertyInfo Modifier and Type Method Description IPropertyInfo
GWEntityAccess. getEntityIdProperty(IType rootType)
-
Uses of IPropertyInfo in gw.internal.gosu.properties
Subinterfaces of IPropertyInfo in gw.internal.gosu.properties Modifier and Type Interface Description interface
IPropertiesPropertyInfo
Methods in gw.internal.gosu.properties that return IPropertyInfo Modifier and Type Method Description IPropertyInfo
PropertiesTypeInfo. getProperty(CharSequence propName)
Methods in gw.internal.gosu.properties that return types with arguments of type IPropertyInfo Modifier and Type Method Description List<? extends IPropertyInfo>
PropertiesTypeInfo. getProperties()
Methods in gw.internal.gosu.properties with parameters of type IPropertyInfo Modifier and Type Method Description String
PropertiesType. getPropertiesFileKey(IPropertyInfo pi)
-
Uses of IPropertyInfo in gw.lang
Methods in gw.lang that return IPropertyInfo Modifier and Type Method 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)
Methods in gw.lang that return types with arguments of type IPropertyInfo Modifier and Type Method Description List<? extends IPropertyInfo>
IGosuShop. getProperties(ITypeInfo beanInfo, IType classSource)
Methods in gw.lang with parameters of type IPropertyInfo Modifier and Type Method Description static IPropertyInfo
GosuShop. createPropertyDelegate(IFeatureInfo container, IPropertyInfo prop)
IPropertyInfo
IGosuShop. createPropertyDelegate(IFeatureInfo container, IPropertyInfo prop)
-
Uses of IPropertyInfo in gw.lang.parser
Subinterfaces of IPropertyInfo in gw.lang.parser Modifier and Type Interface Description interface
IExpansionPropertyInfo
Methods in gw.lang.parser that return IPropertyInfo Modifier and Type Method Description IPropertyInfo
IExpansionPropertyInfo. getDelegate()
-
Uses of IPropertyInfo in gw.lang.parser.expressions
Methods in gw.lang.parser.expressions that return IPropertyInfo Modifier and Type Method Description IPropertyInfo
IFieldAccessExpression. getPropertyInfo()
IPropertyInfo
IInitializerAssignment. getPropertyInfo()
IPropertyInfo
IMemberAccessExpression. getPropertyInfo()
-
Uses of IPropertyInfo in gw.lang.reflect
Subinterfaces of IPropertyInfo in gw.lang.reflect Modifier and Type Interface Description interface
IPropertyInfoDelegate
interface
ITypeInfoPropertyInfo
Classes in gw.lang.reflect that implement IPropertyInfo Modifier and Type Class Description class
MetaPropertyInfoDelegate
class
PropertyInfoBase
static class
PropertyInfoBuilder.BuiltPropertyInfo
class
PropertyInfoDelegate
Methods in gw.lang.reflect that return IPropertyInfo Modifier and Type Method Description IPropertyInfo
PropertyInfoBuilder. build(IFeatureInfo container)
static IPropertyInfo
ReflectUtil. findProperty(IType type, String propertyName)
IPropertyInfo
PropertyNameMap. get(Object key)
IPropertyInfo
IEntityCovariantLinkHackPropInfo. getBackingLinkPropertyInfo()
IPropertyInfo
ITypeInfoPropertyInfo. getBackingPropertyInfo()
IPropertyInfo
MetaPropertyInfoDelegate. getBackingPropertyInfo()
IPropertyInfo
PropertyInfoDelegate. getDelegatePI()
IPropertyInfo
IEntityAccess. getEntityIdProperty(IType rootType)
IPropertyInfo
BaseHandBuiltTypeInfo. getProperty(IType whosaskin, CharSequence propName)
IPropertyInfo
BaseHandBuiltTypeInfo. getProperty(CharSequence property)
IPropertyInfo
BaseTypeInfo. getProperty(CharSequence propName)
IPropertyInfo
DefaultArrayTypeInfo. getProperty(IType whosaskin, CharSequence propName)
IPropertyInfo
DefaultArrayTypeInfo. getProperty(CharSequence propName)
IPropertyInfo
FeatureManager. getProperty(IRelativeTypeInfo.Accessibility accessibility, CharSequence propName)
IPropertyInfo
FeatureManagerTypeInfoBase. getProperty(IType whosAskin, CharSequence propName)
IPropertyInfo
FeatureManagerTypeInfoBase. getProperty(CharSequence propName)
IPropertyInfo
FunctionTypeInfo. getProperty(CharSequence property)
IPropertyInfo
IRelativeTypeInfo. getProperty(IType whosaskin, CharSequence propName)
IPropertyInfo
ITypeInfo. getProperty(CharSequence propName)
Get a property mapped to the specified name.static IPropertyInfo
TypeSystem. getPropertyInfo(IType classBean, String strProperty, IFeatureFilter filter, IParserPart parserBase, IScriptabilityModifier scriptabilityConstraint)
IPropertyInfo
IPropertyInfoDelegate. getSource()
IPropertyInfo
PropertyInfoDelegate. 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)
Methods in gw.lang.reflect that return types with arguments of type IPropertyInfo Modifier and Type Method 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 ofIPropertyInfo
objects reflecting all the properties declared by the class or interface represented by thisIType
object.List<? extends IPropertyInfo>
BaseHandBuiltTypeInfo. getProperties()
List<? extends IPropertyInfo>
BaseHandBuiltTypeInfo. getProperties(IType whosaskin)
List<? extends IPropertyInfo>
BaseTypeInfo. getProperties()
List<? extends IPropertyInfo>
DefaultArrayTypeInfo. getProperties()
List<? extends IPropertyInfo>
DefaultArrayTypeInfo. getProperties(IType whosaskin)
List<IPropertyInfo>
FeatureManager. getProperties(IRelativeTypeInfo.Accessibility accessibility)
List<? extends IPropertyInfo>
FeatureManagerTypeInfoBase. getProperties()
List<IPropertyInfo>
FeatureManagerTypeInfoBase. getProperties(IType whosAskin)
List<? extends IPropertyInfo>
FunctionTypeInfo. getProperties()
List<? extends IPropertyInfo>
IRelativeTypeInfo. getProperties(IType whosaskin)
List<? extends IPropertyInfo>
ITypeInfo. getProperties()
static List<? extends IPropertyInfo>
TypeSystem. getProperties(ITypeInfo beanInfo, IType classSource)
List<IPropertyInfo>
PropertyNameMap. values()
Methods in gw.lang.reflect with parameters of type IPropertyInfo Modifier and Type Method Description PropertyInfoBuilder
PropertyInfoBuilder. like(IPropertyInfo prop)
protected void
FeatureManager. mergeProperty(PropertyNameMap<T> props, IPropertyInfo propertyInfo, boolean replace)
IPropertyInfo
PropertyNameMap. put(T key, IPropertyInfo value)
Method parameters in gw.lang.reflect with type arguments of type IPropertyInfo Modifier and Type Method Description void
PropertyNameMap. putAll(Map<? extends T,? extends IPropertyInfo> t)
Constructors in gw.lang.reflect with parameters of type IPropertyInfo Constructor Description MetaPropertyInfoDelegate(ITypeInfo container, IPropertyInfo source)
PropertyInfoDelegate(IFeatureInfo container, IPropertyInfo source)
PropertyInfoDelegate(IFeatureInfo container, IPropertyInfo source, String name)
-
Uses of IPropertyInfo in gw.lang.reflect.features
Methods in gw.lang.reflect.features that return IPropertyInfo Modifier and Type Method Description IPropertyInfo
BoundPropertyChainReference. getPropertyInfo()
IPropertyInfo
BoundPropertyReference. getPropertyInfo()
IPropertyInfo
IPropertyReference. getPropertyInfo()
IPropertyInfo
PropertyChainReference. getPropertyInfo()
IPropertyInfo
PropertyReference. getPropertyInfo()
-
Uses of IPropertyInfo in gw.lang.reflect.gs
Subinterfaces of IPropertyInfo in gw.lang.reflect.gs Modifier and Type Interface Description interface
IGosuPropertyInfo
interface
IGosuVarPropertyInfo
Methods in gw.lang.reflect.gs with parameters of type IPropertyInfo Modifier and Type Method Description String
IPropertiesType. getPropertiesFileKey(IPropertyInfo pi)
Method parameters in gw.lang.reflect.gs with type arguments of type IPropertyInfo Modifier and Type Method Description void
IEnhancementIndex. addEnhancementProperties(IType typeToEnhance, Map<CharSequence,IPropertyInfo> propertyInfosToAddTo, boolean caseSensitive)
-
Uses of IPropertyInfo in gw.lang.reflect.java
Subinterfaces of IPropertyInfo in gw.lang.reflect.java Modifier and Type Interface Description interface
IJavaBasePropertyInfo
interface
IJavaFieldPropertyInfo
interface
IJavaPropertyInfo
-