Uses of Interface
gw.lang.reflect.IPropertyInfo
Packages that use IPropertyInfo
Package
Description
-
Uses of IPropertyInfo in editor
Classes in editor that implement IPropertyInfoMethods in editor that return IPropertyInfoModifier and TypeMethodDescriptionPackageTypeInfo.getProperty(CharSequence propName) TypeInPackageTypeInfo.getProperty(CharSequence propName) PropertyNode.getPropertyDescriptor()Methods in editor that return types with arguments of type IPropertyInfoModifier and TypeMethodDescriptionList<? extends IPropertyInfo> PackageTypeInfo.getProperties()List<? extends IPropertyInfo> TypeInPackageTypeInfo.getProperties()Constructors in editor with parameters of type IPropertyInfoModifierConstructorDescriptionPropertyNode(ITypeInfo owner, IPropertyInfo descriptor, boolean arrayicize, IType whosaskin) -
Uses of IPropertyInfo in gw.internal.gosu.dynamic
Classes in gw.internal.gosu.dynamic that implement IPropertyInfoMethods in gw.internal.gosu.dynamic that return IPropertyInfo -
Uses of IPropertyInfo in gw.internal.gosu.ir.nodes
Methods in gw.internal.gosu.ir.nodes that return IPropertyInfoMethods in gw.internal.gosu.ir.nodes with parameters of type IPropertyInfoModifier and TypeMethodDescriptionstatic IRPropertyIRPropertyFactory.createIRProperty(IPropertyInfo propertyInfo) Constructors in gw.internal.gosu.ir.nodes with parameters of type IPropertyInfo -
Uses of IPropertyInfo in gw.internal.gosu.ir.transform
Methods in gw.internal.gosu.ir.transform with parameters of type IPropertyInfoModifier and TypeMethodDescriptionprotected IGosuVarPropertyInfoAbstractElementTransformer.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 IPropertyInfoModifier and TypeMethodDescriptionstatic StringNameResolver.getGetterName(IPropertyInfo pi) static StringNameResolver.getSetterName(IPropertyInfo pi) -
Uses of IPropertyInfo in gw.internal.gosu.parser
Classes in gw.internal.gosu.parser that implement IPropertyInfoModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassMethods in gw.internal.gosu.parser that return IPropertyInfoModifier and TypeMethodDescriptionGosuIndustrialParkImpl.createLengthProperty(ITypeInfo typeInfo) GosuIndustrialParkImpl.createPropertyDelegate(IFeatureInfo container, IPropertyInfo prop) ArrayExpansionPropertyInfo.getDelegate()DefaultEntityAccess.getEntityIdProperty(IType rootType) static IPropertyInfoBeanAccess.getProperty(ITypeInfo beanInfo, IType classBean, String strMember) CompoundTypeInfo.getProperty(IType whosaskin, CharSequence propName) CompoundTypeInfo.getProperty(CharSequence propName) ErrorTypeInfo.getProperty(CharSequence propName) GosuClassTypeInfo.getProperty(IType whosAskin, CharSequence propName) GosuClassTypeInfo.getProperty(CharSequence propName) ITypeLoaderTypeInfo.getProperty(CharSequence propName) JavaTypeInfo.getProperty(IType whosAskin, CharSequence propName) JavaTypeInfo.getProperty(CharSequence propName) MetaTypeTypeInfo.getProperty(IType whosAskin, CharSequence propName) MetaTypeTypeInfo.getProperty(CharSequence propName) NamespaceTypeInfo.getProperty(CharSequence propName) static IPropertyInfoBeanAccess.getPropertyInfo(IType classBean, IType whosAskin, String strProperty, IFeatureFilter filter, ParserBase parser, IScriptabilityModifier scriptabilityConstraint) static IPropertyInfoBeanAccess.getPropertyInfo(IType classBean, String strProperty, IFeatureFilter filter, ParserBase parser, IScriptabilityModifier scriptabilityConstraint) DynamicPropertySymbol.getPropertyInfo()GosuIndustrialParkImpl.getPropertyInfo(IType classBean, String strProperty, IFeatureFilter filter, IParserPart parser, IScriptabilityModifier scriptabilityConstraint) static IPropertyInfoBeanAccess.getPropertyInfo_NoException(IType classBean, String strProperty, IFeatureFilter filter, ParserBase parser, IScriptabilityModifier scriptabilityConstraint) static IPropertyInfoBeanAccess.getPropertyInfoDirectly(IType classBean, String strProperty) Resolves the property directly, as if the type were requesting it, giving access to all propertiesstatic IPropertyInfoBeanAccess.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 IPropertyInfoModifier and TypeMethodDescriptionList<? 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()GosuClassTypeInfo.getProperties(IType whosAskin) List<? extends IPropertyInfo> GosuIndustrialParkImpl.getProperties(ITypeInfo beanInfo, IType classSource) List<? extends IPropertyInfo> ITypeLoaderTypeInfo.getProperties()List<? extends IPropertyInfo> JavaTypeInfo.getProperties()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 IPropertyInfoModifier and TypeMethodDescriptionGosuIndustrialParkImpl.createPropertyDelegate(IFeatureInfo container, IPropertyInfo prop) static booleanGosuClassProxyFactory.isObjectProperty(IPropertyInfo pi) Method parameters in gw.internal.gosu.parser with type arguments of type IPropertyInfoModifier and TypeMethodDescriptionvoidEnhancementIndex.addEnhancementProperties(IType typeToEnhance, Map<CharSequence, IPropertyInfo> propertyInfosToAddTo, boolean caseSensitive) Constructors in gw.internal.gosu.parser with parameters of type IPropertyInfo -
Uses of IPropertyInfo in gw.internal.gosu.parser.expressions
Methods in gw.internal.gosu.parser.expressions that return IPropertyInfoModifier and TypeMethodDescriptionMemberAccess.getCompileTimePropertyInfo()BeanMethodCallExpression.getPropertyInfo()InitializerAssignment.getPropertyInfo()MemberAccess.getPropertyInfo()MemberExpansionAccess.getPropertyInfo()MemberAccess.getPropertyInfoWithoutThrowing()Methods in gw.internal.gosu.parser.expressions with parameters of type IPropertyInfoModifier and TypeMethodDescriptionvoidInitializerAssignment.setPropertyInfo(IPropertyInfo propertyInfo) -
Uses of IPropertyInfo in gw.internal.gosu.parser.fragments
Methods in gw.internal.gosu.parser.fragments that return IPropertyInfoModifier and TypeMethodDescriptionGosuFragmentTypeInfo.getProperty(IType whosaskin, CharSequence propName) GosuFragmentTypeInfo.getProperty(CharSequence propName) Methods in gw.internal.gosu.parser.fragments that return types with arguments of type IPropertyInfoModifier and TypeMethodDescriptionList<? 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 -
Uses of IPropertyInfo in gw.internal.gosu.properties
Subinterfaces of IPropertyInfo in gw.internal.gosu.propertiesMethods in gw.internal.gosu.properties that return IPropertyInfoMethods in gw.internal.gosu.properties that return types with arguments of type IPropertyInfoModifier and TypeMethodDescriptionList<? extends IPropertyInfo> PropertiesTypeInfo.getProperties()Methods in gw.internal.gosu.properties with parameters of type IPropertyInfo -
Uses of IPropertyInfo in gw.lang
Methods in gw.lang that return IPropertyInfoModifier and TypeMethodDescriptionstatic IPropertyInfoGosuShop.createLengthProperty(ITypeInfo typeInfo) IGosuShop.createLengthProperty(ITypeInfo typeInfo) static IPropertyInfoGosuShop.createPropertyDelegate(IFeatureInfo container, IPropertyInfo prop) IGosuShop.createPropertyDelegate(IFeatureInfo container, IPropertyInfo prop) IGosuShop.getPropertyInfo(IType classBean, String strProperty, IFeatureFilter filter, IParserPart parserBase, IScriptabilityModifier scriptabilityConstraint) Methods in gw.lang that return types with arguments of type IPropertyInfoModifier and TypeMethodDescriptionList<? extends IPropertyInfo> IGosuShop.getProperties(ITypeInfo beanInfo, IType classSource) Methods in gw.lang with parameters of type IPropertyInfoModifier and TypeMethodDescriptionstatic IPropertyInfoGosuShop.createPropertyDelegate(IFeatureInfo container, IPropertyInfo prop) IGosuShop.createPropertyDelegate(IFeatureInfo container, IPropertyInfo prop) -
Uses of IPropertyInfo in gw.lang.parser
Subinterfaces of IPropertyInfo in gw.lang.parserMethods in gw.lang.parser that return IPropertyInfo -
Uses of IPropertyInfo in gw.lang.parser.expressions
Methods in gw.lang.parser.expressions that return IPropertyInfoModifier and TypeMethodDescriptionIFieldAccessExpression.getPropertyInfo()IInitializerAssignment.getPropertyInfo()IMemberAccessExpression.getPropertyInfo() -
Uses of IPropertyInfo in gw.lang.reflect
Subinterfaces of IPropertyInfo in gw.lang.reflectModifier and TypeInterfaceDescriptioninterfaceinterfaceClasses in gw.lang.reflect that implement IPropertyInfoModifier and TypeClassDescriptionclassclassstatic classclassMethods in gw.lang.reflect that return IPropertyInfoModifier and TypeMethodDescriptionPropertyInfoBuilder.build(IFeatureInfo container) static IPropertyInfoReflectUtil.findProperty(IType type, String propertyName) IEntityCovariantLinkHackPropInfo.getBackingLinkPropertyInfo()ITypeInfoPropertyInfo.getBackingPropertyInfo()MetaPropertyInfoDelegate.getBackingPropertyInfo()PropertyInfoDelegate.getDelegatePI()IEntityAccess.getEntityIdProperty(IType rootType) BaseHandBuiltTypeInfo.getProperty(IType whosaskin, CharSequence propName) BaseHandBuiltTypeInfo.getProperty(CharSequence property) BaseTypeInfo.getProperty(CharSequence propName) DefaultArrayTypeInfo.getProperty(IType whosaskin, CharSequence propName) DefaultArrayTypeInfo.getProperty(CharSequence propName) FeatureManager.getProperty(IRelativeTypeInfo.Accessibility accessibility, CharSequence propName) final IPropertyInfoFeatureManagerTypeInfoBase.getProperty(IType whosAskin, CharSequence propName) final IPropertyInfoFeatureManagerTypeInfoBase.getProperty(CharSequence propName) FunctionTypeInfo.getProperty(CharSequence property) IRelativeTypeInfo.getProperty(IType whosaskin, CharSequence propName) ITypeInfo.getProperty(CharSequence propName) Get a property mapped to the specified name.static IPropertyInfoTypeSystem.getPropertyInfo(IType classBean, String strProperty, IFeatureFilter filter, IParserPart parserBase, IScriptabilityModifier scriptabilityConstraint) IPropertyInfoDelegate.getSource()PropertyInfoDelegate.getSource()IPropertyInfoFactory.make(IFeatureInfo container, String strName, Class javaClass, String strGetter, String strSetter, IType propertyType) IPropertyInfoFactory.make(IFeatureInfo container, String strName, Class javaClass, String strGetter, String strSetter, IType propertyType, IPresentationInfo presInfo) PropertyNameMap.put(T key, IPropertyInfo value) Methods in gw.lang.reflect that return types with arguments of type IPropertyInfoModifier and TypeMethodDescriptionPropertyNameMap.entrySet()List<? extends IPropertyInfo> DefaultArrayTypeInfo.getDeclaredProperties()abstract List<? extends IPropertyInfo> FeatureManagerTypeInfoBase.getDeclaredProperties()List<? extends IPropertyInfo> IRelativeTypeInfo.getDeclaredProperties()Returns a list ofIPropertyInfoobjects reflecting all the properties declared by the class or interface represented by thisITypeobject.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) FeatureManager.getProperties(IRelativeTypeInfo.Accessibility accessibility) final List<? extends IPropertyInfo> FeatureManagerTypeInfoBase.getProperties()final 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) PropertyNameMap.values()Methods in gw.lang.reflect with parameters of type IPropertyInfoModifier and TypeMethodDescriptionPropertyInfoBuilder.like(IPropertyInfo prop) protected voidFeatureManager.mergeProperty(PropertyNameMap<T> props, IPropertyInfo propertyInfo, boolean replace) PropertyNameMap.put(T key, IPropertyInfo value) Method parameters in gw.lang.reflect with type arguments of type IPropertyInfoModifier and TypeMethodDescriptionvoidPropertyNameMap.putAll(Map<? extends T, ? extends IPropertyInfo> t) Constructors in gw.lang.reflect with parameters of type IPropertyInfoModifierConstructorDescriptionMetaPropertyInfoDelegate(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 IPropertyInfoModifier and TypeMethodDescriptionBoundPropertyChainReference.getPropertyInfo()BoundPropertyReference.getPropertyInfo()IPropertyReference.getPropertyInfo()PropertyChainReference.getPropertyInfo()PropertyReference.getPropertyInfo() -
Uses of IPropertyInfo in gw.lang.reflect.gs
Subinterfaces of IPropertyInfo in gw.lang.reflect.gsMethods in gw.lang.reflect.gs with parameters of type IPropertyInfoMethod parameters in gw.lang.reflect.gs with type arguments of type IPropertyInfoModifier and TypeMethodDescriptionvoidIEnhancementIndex.addEnhancementProperties(IType typeToEnhance, Map<CharSequence, IPropertyInfo> propertyInfosToAddTo, boolean caseSensitive) -
Uses of IPropertyInfo in gw.lang.reflect.java
Subinterfaces of IPropertyInfo in gw.lang.reflect.javaModifier and TypeInterfaceDescriptioninterfaceinterfaceinterface