Uses of Interface
gw.lang.reflect.IPropertyInfo
Packages that use IPropertyInfo
Package
Description
-
Uses of IPropertyInfo in editor
Classes in editor that implement IPropertyInfoFields in editor with type parameters of type IPropertyInfoModifier and TypeFieldDescriptionprivate List<IPropertyInfo>
PackageTypeInfo._properties
private Map<CharSequence,
IPropertyInfo> PackageTypeInfo._propertiesByName
Methods in editor that return IPropertyInfoModifier and TypeMethodDescriptionPropertyNode.MyPropertyRef.get()
PackageTypeInfo.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 IPropertyInfoModifierConstructorDescriptionprivate
BeanTree
(ITypeInfo owner, IPropertyInfo pi, boolean arrayicize, BeanTree parent) (package private)
BeanTree
(ITypeInfo owner, IPropertyInfo pi, boolean arrayicize, IType whosAskin, TreeNode parent) MyPropertyRef
(ITypeInfo owner, IPropertyInfo propInfo, IType whosaskin) PropertyNode
(ITypeInfo owner, IPropertyInfo descriptor, boolean arrayicize, IType whosaskin) -
Uses of IPropertyInfo in editor.search
Methods in editor.search that return IPropertyInfoModifier and TypeMethodDescription(package private) static IPropertyInfo
FeatureUtil.findRootPropertyInfo
(IPropertyInfo pi) private static IPropertyInfo
FeatureUtil.findRootPropertyInfo
(IType genType, IPropertyInfo pi) Methods in editor.search with parameters of type IPropertyInfoModifier and TypeMethodDescription(package private) static IPropertyInfo
FeatureUtil.findRootPropertyInfo
(IPropertyInfo pi) private static IPropertyInfo
FeatureUtil.findRootPropertyInfo
(IType genType, IPropertyInfo pi) private List<SearchLocation>
UsageSearcher.findUsage
(IParsedElement pe, IPropertyInfo findPi, List<SearchLocation> locations) private boolean
UsageSearcher.propertyInfosEqual
(IPropertyInfo pi, IPropertyInfo findPi) -
Uses of IPropertyInfo in editor.util
Methods in editor.util with parameters of type IPropertyInfoModifier and TypeMethodDescriptionprivate String
JavadocAccess.buildHtmlForProperty
(IJavaType type, IPropertyInfo propertyInfo) private String
JavadocAccess.getMemberHelp
(IPropertyInfo propertyInfo) -
Uses of IPropertyInfo in gw.internal.gosu.dynamic
Classes in gw.internal.gosu.dynamic that implement IPropertyInfoFields in gw.internal.gosu.dynamic with type parameters of type IPropertyInfoModifier and TypeFieldDescriptionprivate Map<CharSequence,
IPropertyInfo> DynamicTypeInfo._piCache
Methods in gw.internal.gosu.dynamic that return IPropertyInfo -
Uses of IPropertyInfo in gw.internal.gosu.ir.compiler.bytecode.expression
Methods in gw.internal.gosu.ir.compiler.bytecode.expression with parameters of type IPropertyInfoModifier and TypeMethodDescriptionprivate void
StructuralTypeProxyGenerator.genInterfacePropertyDecl
(StringBuilder sb, IPropertyInfo pi, IType rootType) private String
StructuralTypeProxyGenerator.maybeCastPropertyAssignment
(IPropertyInfo pi, IType rootType) -
Uses of IPropertyInfo in gw.internal.gosu.ir.nodes
Fields in gw.internal.gosu.ir.nodes declared as IPropertyInfoModifier and TypeFieldDescriptionprivate IPropertyInfo
IRPropertyFromPropertyInfo._terminalProperty
Methods in gw.internal.gosu.ir.nodes that return IPropertyInfoMethods in gw.internal.gosu.ir.nodes with parameters of type IPropertyInfoModifier and TypeMethodDescriptionstatic IRProperty
IRPropertyFactory.createIRProperty
(IPropertyInfo propertyInfo) private IRType
IRPropertyFromPropertyInfo.getAssignablePropertyIRType
(IPropertyInfo pi) private IRType
IRPropertyFromPropertyInfo.getPropertyIRType
(IPropertyInfo pi) 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 IGosuVarPropertyInfo
AbstractElementTransformer.getActualPropertyInfo
(IPropertyInfo pi) -
Uses of IPropertyInfo in gw.internal.gosu.ir.transform.expression
Methods in gw.internal.gosu.ir.transform.expression that return IPropertyInfoModifier and TypeMethodDescriptionprivate IPropertyInfo
MemberAccessTransformer.getDelegatedEnhancementProperty
(IPropertyInfo pi) Methods in gw.internal.gosu.ir.transform.expression with parameters of type IPropertyInfoModifier and TypeMethodDescriptionprivate IRExpression
MemberAccessTransformer.autoCreateEntityValue
(IPropertyInfo pi, IRSymbol rootSymbol) private IRExpression
MemberAccessTransformer.buildAccessExpression
(IExpression rootExpr, IType rootType, IPropertyInfo pi, IRProperty irProperty, IRExpression root) private IRExpression
MemberAccessTransformer.buildInvocation
(IType rootType, IPropertyInfo pi, IRProperty irProperty, IRSymbol rootSymbol, IRExpression root) private IRExpression
MemberAccessTransformer.callPropertyInfo
(IType rootType, IPropertyInfo pi, IRProperty irProperty, IRExpression rawRoot) private IPropertyInfo
MemberAccessTransformer.getDelegatedEnhancementProperty
(IPropertyInfo pi) private String
MemberAccessTransformer.getField
(IPropertyInfo pi) private IRExpression
MemberAccessTransformer.handleAutoCreationWhenValueIsNull
(IPropertyInfo pi, IRSymbol rootSymbol, IRExpression accessExpression) private IRExpression
MemberAccessTransformer.handleInstanceMemberAccess
(IExpression rootExpr, IType rootType, IPropertyInfo pi, IRProperty irProperty) private IRExpression
MemberAccessTransformer.handleStaticMemberAccess
(IExpression rootExpr, IType rootType, IPropertyInfo pi, IRProperty irProperty) private boolean
MemberAccessTransformer.isArrayExpansionProperty
(IPropertyInfo pi) private boolean
MemberAccessTransformer.isEnhancementProperty
(IPropertyInfo pi) private boolean
MemberAccessTransformer.isField
(IPropertyInfo pi) private boolean
MemberAccessTransformer.isLengthProperty
(IPropertyInfo pi) private boolean
MemberAccessTransformer.isOuterCall
(IPropertyInfo rootExpr) private boolean
MemberAccessTransformer.isStatic
(IPropertyInfo pi) private boolean
MemberAccessTransformer.isTypeInfoProperty
(IPropertyInfo pi) private boolean
MemberAccessTransformer.isTypeProperty
(IPropertyInfo pi) private boolean
MemberAccessTransformer.mightRequireAutoCreation
(IType rootType, IPropertyInfo pi) private IRExpression
MemberAccessTransformer.pushPropertyName
(IPropertyInfo pi) private boolean
MemberAccessTransformer.shouldNullShortCircuit
(IType rootType, IPropertyInfo pi, boolean mightRequireAutoCreation) -
Uses of IPropertyInfo in gw.internal.gosu.ir.transform.statement
Methods in gw.internal.gosu.ir.transform.statement that return IPropertyInfoModifier and TypeMethodDescriptionprivate IPropertyInfo
InitializerAssignmentTransformer.getPropertyInfo()
Methods in gw.internal.gosu.ir.transform.statement with parameters of type IPropertyInfoModifier and TypeMethodDescriptionprivate IRStatement
MemberAssignmentStatementTransformer.assignInstanceMember
(IPropertyInfo pi, IRProperty irProperty) private IRStatement
MemberAssignmentStatementTransformer.assignStaticMember
(IPropertyInfo pi, IRProperty irProperty, IRType propertyType) private String
MemberAssignmentStatementTransformer.getField
(IPropertyInfo pi) private boolean
MemberAssignmentStatementTransformer.isField
(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 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 IPropertyInfoModifier and TypeClassDescriptionclass
private static class
class
class
class
class
class
private static class
class
class
class
Fields in gw.internal.gosu.parser declared as IPropertyInfoModifier and TypeFieldDescriptionprivate IPropertyInfo
ArrayExpansionPropertyInfo._delegate
private IPropertyInfo
DynamicPropertySymbol._pi
Fields in gw.internal.gosu.parser with type parameters of type IPropertyInfoModifier and TypeFieldDescriptionprivate List<IPropertyInfo>
GosuClassTypeInfo._declaredProperties
private LockingLazyVar<List<IPropertyInfo>>
JavaTypeInfo._declaredProperties
private Map<IModule,
List<IPropertyInfo>> MetaTypeTypeInfo._declaredProperties
private List<IPropertyInfo>
CompoundTypeInfo._properties
private Map<CharSequence,
IPropertyInfo> CompoundTypeInfo._propertiesByName
private Map<CharSequence,
IPropertyInfo> EnhancementIndex.EnhancementManager._propertyInfosToAddTo
Methods in gw.internal.gosu.parser that return IPropertyInfoModifier and TypeMethodDescriptionGosuIndustrialParkImpl.createLengthProperty
(ITypeInfo typeInfo) GosuIndustrialParkImpl.createPropertyDelegate
(IFeatureInfo container, IPropertyInfo prop) MetaTypeTypeInfo.DeprecatedStaticPropertyInfoDelegate.getBackingPropertyInfo()
ArrayExpansionPropertyInfo.getDelegate()
DefaultEntityAccess.getEntityIdProperty
(IType rootType) static IPropertyInfo
BeanAccess.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 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) DynamicPropertySymbol.getPropertyInfo()
GosuIndustrialParkImpl.getPropertyInfo
(IType classBean, String strProperty, IFeatureFilter filter, IParserPart parser, IScriptabilityModifier scriptabilityConstraint) private static IPropertyInfo
BeanAccess.getPropertyInfo_NoException
(IType classBean, IType whosAskin, String strProperty, IFeatureFilter filter, ParserBase 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 propertiesprivate IPropertyInfo
GosuParser.maybeGetProxiedPropertyInfo
(String propName, IPropertyInfo pi) Methods 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()
private Map<CharSequence,
IPropertyInfo> MetaTypeTypeInfo.mergeProperties
(ITypeInfo typeTypeInfo) Methods in gw.internal.gosu.parser with parameters of type IPropertyInfoModifier and TypeMethodDescriptionGosuIndustrialParkImpl.createPropertyDelegate
(IFeatureInfo container, IPropertyInfo prop) private void
GosuClassProxyFactory.genInterfacePropertyDecl
(StringBuilder sb, IPropertyInfo pi, IJavaType javaType) private void
GosuClassProxyFactory.genMemberProperty
(IPropertyInfo pi, StringBuilder sb, IJavaType type) private void
GosuClassProxyFactory.genProperty
(IPropertyInfo pi, StringBuilder sb, IJavaType type) private void
GosuClassProxyFactory.genStaticProperty
(IPropertyInfo pi, StringBuilder sb) private IMethodInfo
GosuClassProxyFactory.getPropertyGetMethod
(IPropertyInfo pi, IJavaType ownerType) private IMethodInfo
GosuClassProxyFactory.getPropertySetMethod
(IPropertyInfo pi, IJavaType ownerType) static boolean
GosuClassProxyFactory.isObjectProperty
(IPropertyInfo pi) private IPropertyInfo
GosuParser.maybeGetProxiedPropertyInfo
(String propName, IPropertyInfo pi) private boolean
EnhancementIndex.EnhancementManager.notAnInternalOrPrivateField
(IPropertyInfo existingPropInfo) Method parameters in gw.internal.gosu.parser with type arguments of type IPropertyInfoModifier and TypeMethodDescriptionprivate void
GosuClassTypeInfo.addDefinedProperties
(List<IPropertyInfo> declaredPropertiesMap, List<DynamicPropertySymbol> propertySymbols) void
EnhancementIndex.addEnhancementProperties
(IType typeToEnhance, Map<CharSequence, IPropertyInfo> propertyInfosToAddTo, boolean caseSensitive) private void
MetaTypeTypeInfo.addTypeProperty
(Map<CharSequence, IPropertyInfo> propertiesByName) private void
MetaTypeTypeInfo.loadMetaTypeProperties
(Map<CharSequence, IPropertyInfo> properties) private void
GosuClassTypeInfo.makePropertiesFromFields
(List<IPropertyInfo> declaredPropertiesMap, Collection<IVarStatement> fields) private void
GosuClassTypeInfo.makePropertiesFromGenericTypesFields
(List<IPropertyInfo> declaredPropertiesMap) Constructors in gw.internal.gosu.parser with parameters of type IPropertyInfoModifierConstructorDescriptionArrayExpansionPropertyInfo
(IPropertyInfo delegate) DeprecatedStaticPropertyInfoDelegate
(IFeatureInfo container, IPropertyInfo source) Constructor parameters in gw.internal.gosu.parser with type arguments of type IPropertyInfoModifierConstructorDescriptionEnhancementManager
(Map<CharSequence, IPropertyInfo> propertyInfosToAddTo) -
Uses of IPropertyInfo in gw.internal.gosu.parser.expressions
Fields in gw.internal.gosu.parser.expressions declared as IPropertyInfoMethods 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 TypeMethodDescriptionprivate void
InitializerAssignment.addAll
(Object contextValue, IPropertyInfo pi) private Object
InitializerAssignment.getValue
(IPropertyInfo pi) private void
InitializerAssignment.putAll
(Object contextValue, IPropertyInfo pi) private IType
FeatureLiteral.resolvePropertyLiteralType
(IPropertyInfo propertyInfo) void
InitializerAssignment.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.propertiesClasses in gw.internal.gosu.properties that implement IPropertyInfoModifier and TypeClassDescription(package private) class
PropertyInfo implementation for properties within aPropertiesTypeInfo
Fields in gw.internal.gosu.properties with type parameters of type IPropertyInfoModifier and TypeFieldDescriptionprivate final Map<CharSequence,
IPropertyInfo> PropertiesTypeInfo._properties
Methods 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.internal.gosu.runtime
Methods in gw.internal.gosu.runtime that return IPropertyInfoModifier and TypeMethodDescriptionprivate static IPropertyInfo
GosuRuntimeMethods.getPropertyInfo
(Object rootObject, IType type, String propertyName) -
Uses of IPropertyInfo in gw.lang
Methods in gw.lang that return IPropertyInfoModifier and TypeMethodDescriptionstatic IPropertyInfo
GosuShop.createLengthProperty
(ITypeInfo typeInfo) IGosuShop.createLengthProperty
(ITypeInfo typeInfo) static IPropertyInfo
GosuShop.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 IPropertyInfo
GosuShop.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 TypeInterfaceDescriptioninterface
interface
Classes in gw.lang.reflect that implement IPropertyInfoModifier and TypeClassDescriptionclass
class
static class
class
Fields in gw.lang.reflect declared as IPropertyInfoFields in gw.lang.reflect with type parameters of type IPropertyInfoModifier and TypeFieldDescriptionprivate LockingLazyVar<List<IPropertyInfo>>
DefaultArrayTypeInfo._declaredProperties
private Map<T,
IPropertyInfo> PropertyNameMap._map
Methods in gw.lang.reflect that return IPropertyInfoModifier and TypeMethodDescriptionPropertyInfoBuilder.build
(IFeatureInfo container) static IPropertyInfo
ReflectUtil.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 IPropertyInfo
FeatureManagerTypeInfoBase.getProperty
(IType whosAskin, CharSequence propName) final IPropertyInfo
FeatureManagerTypeInfoBase.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 IPropertyInfo
TypeSystem.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 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) 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 void
FeatureManager.mergeProperty
(PropertyNameMap<T> props, IPropertyInfo propertyInfo, boolean replace) PropertyNameMap.put
(T key, IPropertyInfo value) private boolean
FeatureManager.shouldReplace
(PropertyNameMap<T> props, T cs, IPropertyInfo propertyInfo) Method parameters in gw.lang.reflect with type arguments of type IPropertyInfoModifier and TypeMethodDescriptionprivate PropertyNameMap<T>
FeatureManager.convertToMap
(List<IPropertyInfo> features) void
PropertyNameMap.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
Fields in gw.lang.reflect.features declared as IPropertyInfoModifier and TypeFieldDescriptionprivate IPropertyInfo
BoundPropertyChainReference._pi
private IPropertyInfo
BoundPropertyReference._pi
private IPropertyInfo
PropertyChainReference._pi
private IPropertyInfo
PropertyReference._pi
Methods in gw.lang.reflect.features that return IPropertyInfoModifier and TypeMethodDescriptionBoundPropertyChainReference.getPropertyInfo()
BoundPropertyReference.getPropertyInfo()
IPropertyReference.getPropertyInfo()
PropertyChainReference.getPropertyInfo()
PropertyReference.getPropertyInfo()
(package private) static IPropertyInfo
PropertyReference.getPropertyInfo
(IType rootType, String propName) -
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 TypeMethodDescriptionvoid
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.javaModifier and TypeInterfaceDescriptioninterface
interface
interface