Uses of Interface
gw.lang.reflect.IPropertyInfo
-
-
Uses of IPropertyInfo in editor
Classes in editor that implement IPropertyInfo Modifier and Type Class Description classPackagePropertyInfoclassTypePropertyInfoFields in editor with type parameters of type IPropertyInfo Modifier and Type Field Description private java.util.List<IPropertyInfo>PackageTypeInfo. _propertiesprivate java.util.Map<java.lang.CharSequence,IPropertyInfo>PackageTypeInfo. _propertiesByNameMethods in editor that return IPropertyInfo Modifier and Type Method Description IPropertyInfoPropertyNode.MyPropertyRef. get()IPropertyInfoPackageTypeInfo. getProperty(java.lang.CharSequence propName)IPropertyInfoTypeInPackageTypeInfo. getProperty(java.lang.CharSequence propName)IPropertyInfoPropertyNode. getPropertyDescriptor()Methods in editor that return types with arguments of type IPropertyInfo Modifier and Type Method Description java.util.List<? extends IPropertyInfo>PackageTypeInfo. getProperties()java.util.List<? extends IPropertyInfo>TypeInPackageTypeInfo. getProperties()Constructors in editor with parameters of type IPropertyInfo Constructor Description BeanTree(ITypeInfo owner, IPropertyInfo pi, boolean arrayicize, BeanTree parent)BeanTree(ITypeInfo owner, IPropertyInfo pi, boolean arrayicize, IType whosAskin, javax.swing.tree.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 IPropertyInfo Modifier and Type Method Description (package private) static IPropertyInfoFeatureUtil. findRootPropertyInfo(IPropertyInfo pi)private static IPropertyInfoFeatureUtil. findRootPropertyInfo(IType genType, IPropertyInfo pi)Methods in editor.search with parameters of type IPropertyInfo Modifier and Type Method Description (package private) static IPropertyInfoFeatureUtil. findRootPropertyInfo(IPropertyInfo pi)private static IPropertyInfoFeatureUtil. findRootPropertyInfo(IType genType, IPropertyInfo pi)private java.util.List<SearchLocation>UsageSearcher. findUsage(IParsedElement pe, IPropertyInfo findPi, java.util.List<SearchLocation> locations)private booleanUsageSearcher. propertyInfosEqual(IPropertyInfo pi, IPropertyInfo findPi) -
Uses of IPropertyInfo in editor.util
Methods in editor.util with parameters of type IPropertyInfo Modifier and Type Method Description private java.lang.StringJavadocAccess. buildHtmlForProperty(IJavaType type, IPropertyInfo propertyInfo)private java.lang.StringJavadocAccess. getMemberHelp(IPropertyInfo propertyInfo) -
Uses of IPropertyInfo in gw.internal.gosu.dynamic
Classes in gw.internal.gosu.dynamic that implement IPropertyInfo Modifier and Type Class Description classDynamicPropertyInfoFields in gw.internal.gosu.dynamic with type parameters of type IPropertyInfo Modifier and Type Field Description private java.util.Map<java.lang.CharSequence,IPropertyInfo>DynamicTypeInfo. _piCacheMethods in gw.internal.gosu.dynamic that return IPropertyInfo Modifier and Type Method Description IPropertyInfoDynamicTypeInfo. getProperty(java.lang.CharSequence propName) -
Uses of IPropertyInfo in gw.internal.gosu.ir.compiler.bytecode.expression
Methods in gw.internal.gosu.ir.compiler.bytecode.expression with parameters of type IPropertyInfo Modifier and Type Method Description private voidStructuralTypeProxyGenerator. genInterfacePropertyDecl(java.lang.StringBuilder sb, IPropertyInfo pi, IType rootType)private java.lang.StringStructuralTypeProxyGenerator. maybeCastPropertyAssignment(IPropertyInfo pi, IType rootType) -
Uses of IPropertyInfo in gw.internal.gosu.ir.nodes
Fields in gw.internal.gosu.ir.nodes declared as IPropertyInfo Modifier and Type Field Description private IPropertyInfoIRPropertyFromPropertyInfo. _terminalPropertyMethods in gw.internal.gosu.ir.nodes that return IPropertyInfo Modifier and Type Method Description IPropertyInfoIRPropertyFromPropertyInfo. getTerminalProperty()Methods in gw.internal.gosu.ir.nodes with parameters of type IPropertyInfo Modifier and Type Method Description static IRPropertyIRPropertyFactory. createIRProperty(IPropertyInfo propertyInfo)private IRTypeIRPropertyFromPropertyInfo. getAssignablePropertyIRType(IPropertyInfo pi)private IRTypeIRPropertyFromPropertyInfo. getPropertyIRType(IPropertyInfo pi)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 IGosuVarPropertyInfoAbstractElementTransformer. getActualPropertyInfo(IPropertyInfo pi) -
Uses of IPropertyInfo in gw.internal.gosu.ir.transform.expression
Methods in gw.internal.gosu.ir.transform.expression that return IPropertyInfo Modifier and Type Method Description private IPropertyInfoMemberAccessTransformer. getDelegatedEnhancementProperty(IPropertyInfo pi)Methods in gw.internal.gosu.ir.transform.expression with parameters of type IPropertyInfo Modifier and Type Method Description private IRExpressionMemberAccessTransformer. autoCreateEntityValue(IPropertyInfo pi, IRSymbol rootSymbol)private IRExpressionMemberAccessTransformer. buildAccessExpression(IExpression rootExpr, IType rootType, IPropertyInfo pi, IRProperty irProperty, IRExpression root)private IRExpressionMemberAccessTransformer. buildInvocation(IType rootType, IPropertyInfo pi, IRProperty irProperty, IRSymbol rootSymbol, IRExpression root)private IRExpressionMemberAccessTransformer. callPropertyInfo(IType rootType, IPropertyInfo pi, IRProperty irProperty, IRExpression rawRoot)private IPropertyInfoMemberAccessTransformer. getDelegatedEnhancementProperty(IPropertyInfo pi)private java.lang.StringMemberAccessTransformer. getField(IPropertyInfo pi)private IRExpressionMemberAccessTransformer. handleAutoCreationWhenValueIsNull(IPropertyInfo pi, IRSymbol rootSymbol, IRExpression accessExpression)private IRExpressionMemberAccessTransformer. handleInstanceMemberAccess(IExpression rootExpr, IType rootType, IPropertyInfo pi, IRProperty irProperty)private IRExpressionMemberAccessTransformer. handleStaticMemberAccess(IExpression rootExpr, IType rootType, IPropertyInfo pi, IRProperty irProperty)private booleanMemberAccessTransformer. isArrayExpansionProperty(IPropertyInfo pi)private booleanMemberAccessTransformer. isEnhancementProperty(IPropertyInfo pi)private booleanMemberAccessTransformer. isField(IPropertyInfo pi)private booleanMemberAccessTransformer. isLengthProperty(IPropertyInfo pi)private booleanMemberAccessTransformer. isOuterCall(IPropertyInfo rootExpr)private booleanMemberAccessTransformer. isStatic(IPropertyInfo pi)private booleanMemberAccessTransformer. isTypeInfoProperty(IPropertyInfo pi)private booleanMemberAccessTransformer. isTypeProperty(IPropertyInfo pi)private booleanMemberAccessTransformer. mightRequireAutoCreation(IType rootType, IPropertyInfo pi)private IRExpressionMemberAccessTransformer. pushPropertyName(IPropertyInfo pi)private booleanMemberAccessTransformer. 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 IPropertyInfo Modifier and Type Method Description private IPropertyInfoInitializerAssignmentTransformer. getPropertyInfo()Methods in gw.internal.gosu.ir.transform.statement with parameters of type IPropertyInfo Modifier and Type Method Description private IRStatementMemberAssignmentStatementTransformer. assignInstanceMember(IPropertyInfo pi, IRProperty irProperty)private IRStatementMemberAssignmentStatementTransformer. assignStaticMember(IPropertyInfo pi, IRProperty irProperty, IRType propertyType)private java.lang.StringMemberAssignmentStatementTransformer. getField(IPropertyInfo pi)private booleanMemberAssignmentStatementTransformer. 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 IPropertyInfo Modifier and Type Method Description static java.lang.StringNameResolver. getGetterName(IPropertyInfo pi)static java.lang.StringNameResolver. 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 classArrayExpansionPropertyInfoprivate static classErrorTypeInfo.UniversalPropertyclassGosuPropertyInfoclassGosuVarPropertyInfoclassJavaFieldPropertyInfoclassJavaPropertyInfoclassLengthPropertyprivate static classMetaTypeTypeInfo.DeprecatedStaticPropertyInfoDelegateclassMetaTypeTypeInfo.TypePropertyclassParameterizedGosuPropertyInfoclassStaticPropertyInfoFields in gw.internal.gosu.parser declared as IPropertyInfo Modifier and Type Field Description private IPropertyInfoArrayExpansionPropertyInfo. _delegateprivate IPropertyInfoDynamicPropertySymbol. _piFields in gw.internal.gosu.parser with type parameters of type IPropertyInfo Modifier and Type Field Description private java.util.List<IPropertyInfo>GosuClassTypeInfo. _declaredPropertiesprivate LockingLazyVar<java.util.List<IPropertyInfo>>JavaTypeInfo. _declaredPropertiesprivate java.util.Map<IModule,java.util.List<IPropertyInfo>>MetaTypeTypeInfo. _declaredPropertiesprivate java.util.List<IPropertyInfo>CompoundTypeInfo. _propertiesprivate java.util.Map<java.lang.CharSequence,IPropertyInfo>CompoundTypeInfo. _propertiesByNameprivate java.util.Map<java.lang.CharSequence,IPropertyInfo>EnhancementIndex.EnhancementManager. _propertyInfosToAddToMethods in gw.internal.gosu.parser that return IPropertyInfo Modifier and Type Method Description IPropertyInfoGosuIndustrialParkImpl. createLengthProperty(ITypeInfo typeInfo)IPropertyInfoGosuIndustrialParkImpl. createPropertyDelegate(IFeatureInfo container, IPropertyInfo prop)IPropertyInfoMetaTypeTypeInfo.DeprecatedStaticPropertyInfoDelegate. getBackingPropertyInfo()IPropertyInfoArrayExpansionPropertyInfo. getDelegate()IPropertyInfoDefaultEntityAccess. getEntityIdProperty(IType rootType)static IPropertyInfoBeanAccess. getProperty(ITypeInfo beanInfo, IType classBean, java.lang.String strMember)IPropertyInfoCompoundTypeInfo. getProperty(IType whosaskin, java.lang.CharSequence propName)IPropertyInfoCompoundTypeInfo. getProperty(java.lang.CharSequence propName)IPropertyInfoErrorTypeInfo. getProperty(java.lang.CharSequence propName)IPropertyInfoGosuClassTypeInfo. getProperty(IType whosAskin, java.lang.CharSequence propName)IPropertyInfoGosuClassTypeInfo. getProperty(java.lang.CharSequence propName)IPropertyInfoITypeLoaderTypeInfo. getProperty(java.lang.CharSequence propName)IPropertyInfoJavaTypeInfo. getProperty(IType whosAskin, java.lang.CharSequence propName)IPropertyInfoJavaTypeInfo. getProperty(java.lang.CharSequence propName)IPropertyInfoMetaTypeTypeInfo. getProperty(IType whosAskin, java.lang.CharSequence propName)IPropertyInfoMetaTypeTypeInfo. getProperty(java.lang.CharSequence propName)IPropertyInfoNamespaceTypeInfo. getProperty(java.lang.CharSequence propName)static IPropertyInfoBeanAccess. getPropertyInfo(IType classBean, IType whosAskin, java.lang.String strProperty, IFeatureFilter filter, ParserBase parser, IScriptabilityModifier scriptabilityConstraint)static IPropertyInfoBeanAccess. getPropertyInfo(IType classBean, java.lang.String strProperty, IFeatureFilter filter, ParserBase parser, IScriptabilityModifier scriptabilityConstraint)IPropertyInfoDynamicPropertySymbol. getPropertyInfo()IPropertyInfoGosuIndustrialParkImpl. getPropertyInfo(IType classBean, java.lang.String strProperty, IFeatureFilter filter, IParserPart parser, IScriptabilityModifier scriptabilityConstraint)private static IPropertyInfoBeanAccess. getPropertyInfo_NoException(IType classBean, IType whosAskin, java.lang.String strProperty, IFeatureFilter filter, ParserBase parser, IScriptabilityModifier scriptabilityConstraint)static IPropertyInfoBeanAccess. getPropertyInfo_NoException(IType classBean, java.lang.String strProperty, IFeatureFilter filter, ParserBase parser, IScriptabilityModifier scriptabilityConstraint)static IPropertyInfoBeanAccess. getPropertyInfoDirectly(IType classBean, java.lang.String strProperty)Resolves the property directly, as if the type were requesting it, giving access to all propertiesstatic IPropertyInfoBeanAccess. getPropertyInfoDirectly_NoException(IType classBean, java.lang.String strProperty)Resolves the property directly, as if the type were requesting it, giving access to all propertiesprivate IPropertyInfoGosuParser. maybeGetProxiedPropertyInfo(java.lang.String propName, IPropertyInfo pi)Methods in gw.internal.gosu.parser that return types with arguments of type IPropertyInfo Modifier and Type Method Description java.util.List<? extends IPropertyInfo>CompoundTypeInfo. getDeclaredProperties()java.util.List<? extends IPropertyInfo>GosuClassTypeInfo. getDeclaredProperties()java.util.List<? extends IPropertyInfo>JavaTypeInfo. getDeclaredProperties()java.util.List<? extends IPropertyInfo>MetaTypeTypeInfo. getDeclaredProperties()static java.util.List<? extends IPropertyInfo>BeanAccess. getProperties(ITypeInfo beanInfo, IType classBean)java.util.List<? extends IPropertyInfo>CompoundTypeInfo. getProperties()java.util.List<? extends IPropertyInfo>CompoundTypeInfo. getProperties(IType whosaskin)java.util.List<? extends IPropertyInfo>ErrorTypeInfo. getProperties()java.util.List<? extends IPropertyInfo>GosuClassTypeInfo. getProperties()java.util.List<IPropertyInfo>GosuClassTypeInfo. getProperties(IType whosAskin)java.util.List<? extends IPropertyInfo>GosuIndustrialParkImpl. getProperties(ITypeInfo beanInfo, IType classSource)java.util.List<? extends IPropertyInfo>ITypeLoaderTypeInfo. getProperties()java.util.List<? extends IPropertyInfo>JavaTypeInfo. getProperties()java.util.List<IPropertyInfo>JavaTypeInfo. getProperties(IType whosAskin)java.util.List<? extends IPropertyInfo>MetaTypeTypeInfo. getProperties()java.util.List<? extends IPropertyInfo>MetaTypeTypeInfo. getProperties(IType whosaskin)java.util.List<? extends IPropertyInfo>NamespaceTypeInfo. getProperties()private java.util.Map<java.lang.CharSequence,IPropertyInfo>MetaTypeTypeInfo. mergeProperties(ITypeInfo typeTypeInfo)Methods in gw.internal.gosu.parser with parameters of type IPropertyInfo Modifier and Type Method Description IPropertyInfoGosuIndustrialParkImpl. createPropertyDelegate(IFeatureInfo container, IPropertyInfo prop)private voidGosuClassProxyFactory. genInterfacePropertyDecl(java.lang.StringBuilder sb, IPropertyInfo pi, IJavaType javaType)private voidGosuClassProxyFactory. genMemberProperty(IPropertyInfo pi, java.lang.StringBuilder sb, IJavaType type)private voidGosuClassProxyFactory. genProperty(IPropertyInfo pi, java.lang.StringBuilder sb, IJavaType type)private voidGosuClassProxyFactory. genStaticProperty(IPropertyInfo pi, java.lang.StringBuilder sb)private IMethodInfoGosuClassProxyFactory. getPropertyGetMethod(IPropertyInfo pi, IJavaType ownerType)private IMethodInfoGosuClassProxyFactory. getPropertySetMethod(IPropertyInfo pi, IJavaType ownerType)static booleanGosuClassProxyFactory. isObjectProperty(IPropertyInfo pi)private IPropertyInfoGosuParser. maybeGetProxiedPropertyInfo(java.lang.String propName, IPropertyInfo pi)private booleanEnhancementIndex.EnhancementManager. notAnInternalOrPrivateField(IPropertyInfo existingPropInfo)Method parameters in gw.internal.gosu.parser with type arguments of type IPropertyInfo Modifier and Type Method Description private voidGosuClassTypeInfo. addDefinedProperties(java.util.List<IPropertyInfo> declaredPropertiesMap, java.util.List<DynamicPropertySymbol> propertySymbols)voidEnhancementIndex. addEnhancementProperties(IType typeToEnhance, java.util.Map<java.lang.CharSequence,IPropertyInfo> propertyInfosToAddTo, boolean caseSensitive)private voidMetaTypeTypeInfo. addTypeProperty(java.util.Map<java.lang.CharSequence,IPropertyInfo> propertiesByName)private voidMetaTypeTypeInfo. loadMetaTypeProperties(java.util.Map<java.lang.CharSequence,IPropertyInfo> properties)private voidGosuClassTypeInfo. makePropertiesFromFields(java.util.List<IPropertyInfo> declaredPropertiesMap, java.util.Collection<IVarStatement> fields)private voidGosuClassTypeInfo. makePropertiesFromGenericTypesFields(java.util.List<IPropertyInfo> declaredPropertiesMap)Constructors in gw.internal.gosu.parser with parameters of type IPropertyInfo Constructor Description ArrayExpansionPropertyInfo(IPropertyInfo delegate)DeprecatedStaticPropertyInfoDelegate(IFeatureInfo container, IPropertyInfo source)Constructor parameters in gw.internal.gosu.parser with type arguments of type IPropertyInfo Constructor Description EnhancementManager(java.util.Map<java.lang.CharSequence,IPropertyInfo> propertyInfosToAddTo) -
Uses of IPropertyInfo in gw.internal.gosu.parser.expressions
Fields in gw.internal.gosu.parser.expressions declared as IPropertyInfo Modifier and Type Field Description private IPropertyInfoInitializerAssignment. _piMethods in gw.internal.gosu.parser.expressions that return IPropertyInfo Modifier and Type Method Description IPropertyInfoMemberAccess. getCompileTimePropertyInfo()IPropertyInfoBeanMethodCallExpression. getPropertyInfo()IPropertyInfoInitializerAssignment. getPropertyInfo()IPropertyInfoMemberAccess. getPropertyInfo()IPropertyInfoMemberExpansionAccess. getPropertyInfo()IPropertyInfoMemberAccess. getPropertyInfoWithoutThrowing()Methods in gw.internal.gosu.parser.expressions with parameters of type IPropertyInfo Modifier and Type Method Description private voidInitializerAssignment. addAll(java.lang.Object contextValue, IPropertyInfo pi)private java.lang.ObjectInitializerAssignment. getValue(IPropertyInfo pi)private voidInitializerAssignment. putAll(java.lang.Object contextValue, IPropertyInfo pi)private ITypeFeatureLiteral. resolvePropertyLiteralType(IPropertyInfo propertyInfo)voidInitializerAssignment. 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 IPropertyInfoGosuFragmentTypeInfo. getProperty(IType whosaskin, java.lang.CharSequence propName)IPropertyInfoGosuFragmentTypeInfo. getProperty(java.lang.CharSequence propName)Methods in gw.internal.gosu.parser.fragments that return types with arguments of type IPropertyInfo Modifier and Type Method Description java.util.List<? extends IPropertyInfo>GosuFragmentTypeInfo. getDeclaredProperties()java.util.List<? extends IPropertyInfo>GosuFragmentTypeInfo. getProperties()java.util.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 IPropertyInfoGWEntityAccess. getEntityIdProperty(IType rootType) -
Uses of IPropertyInfo in gw.internal.gosu.properties
Subinterfaces of IPropertyInfo in gw.internal.gosu.properties Modifier and Type Interface Description interfaceIPropertiesPropertyInfoClasses in gw.internal.gosu.properties that implement IPropertyInfo Modifier and Type Class Description (package private) classPropertiesPropertyInfoPropertyInfo implementation for properties within aPropertiesTypeInfoFields in gw.internal.gosu.properties with type parameters of type IPropertyInfo Modifier and Type Field Description private java.util.Map<java.lang.CharSequence,IPropertyInfo>PropertiesTypeInfo. _propertiesMethods in gw.internal.gosu.properties that return IPropertyInfo Modifier and Type Method Description IPropertyInfoPropertiesTypeInfo. getProperty(java.lang.CharSequence propName)Methods in gw.internal.gosu.properties that return types with arguments of type IPropertyInfo Modifier and Type Method Description java.util.List<? extends IPropertyInfo>PropertiesTypeInfo. getProperties()Methods in gw.internal.gosu.properties with parameters of type IPropertyInfo Modifier and Type Method Description java.lang.StringPropertiesType. getPropertiesFileKey(IPropertyInfo pi) -
Uses of IPropertyInfo in gw.internal.gosu.runtime
Methods in gw.internal.gosu.runtime that return IPropertyInfo Modifier and Type Method Description private static IPropertyInfoGosuRuntimeMethods. getPropertyInfo(java.lang.Object rootObject, IType type, java.lang.String propertyName) -
Uses of IPropertyInfo in gw.lang
Methods in gw.lang that return IPropertyInfo Modifier and Type Method Description static IPropertyInfoGosuShop. createLengthProperty(ITypeInfo typeInfo)IPropertyInfoIGosuShop. createLengthProperty(ITypeInfo typeInfo)static IPropertyInfoGosuShop. createPropertyDelegate(IFeatureInfo container, IPropertyInfo prop)IPropertyInfoIGosuShop. createPropertyDelegate(IFeatureInfo container, IPropertyInfo prop)IPropertyInfoIGosuShop. getPropertyInfo(IType classBean, java.lang.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 java.util.List<? extends IPropertyInfo>IGosuShop. getProperties(ITypeInfo beanInfo, IType classSource)Methods in gw.lang with parameters of type IPropertyInfo Modifier and Type Method Description static IPropertyInfoGosuShop. createPropertyDelegate(IFeatureInfo container, IPropertyInfo prop)IPropertyInfoIGosuShop. createPropertyDelegate(IFeatureInfo container, IPropertyInfo prop) -
Uses of IPropertyInfo in gw.lang.parser
Subinterfaces of IPropertyInfo in gw.lang.parser Modifier and Type Interface Description interfaceIExpansionPropertyInfoMethods in gw.lang.parser that return IPropertyInfo Modifier and Type Method Description IPropertyInfoIExpansionPropertyInfo. getDelegate() -
Uses of IPropertyInfo in gw.lang.parser.expressions
Methods in gw.lang.parser.expressions that return IPropertyInfo Modifier and Type Method Description IPropertyInfoIFieldAccessExpression. getPropertyInfo()IPropertyInfoIInitializerAssignment. getPropertyInfo()IPropertyInfoIMemberAccessExpression. getPropertyInfo() -
Uses of IPropertyInfo in gw.lang.reflect
Subinterfaces of IPropertyInfo in gw.lang.reflect Modifier and Type Interface Description interfaceIPropertyInfoDelegateinterfaceITypeInfoPropertyInfoClasses in gw.lang.reflect that implement IPropertyInfo Modifier and Type Class Description classMetaPropertyInfoDelegateclassPropertyInfoBasestatic classPropertyInfoBuilder.BuiltPropertyInfoclassPropertyInfoDelegateFields in gw.lang.reflect declared as IPropertyInfo Modifier and Type Field Description private IPropertyInfoPropertyInfoDelegate. _sourceFields in gw.lang.reflect with type parameters of type IPropertyInfo Modifier and Type Field Description private LockingLazyVar<java.util.List<IPropertyInfo>>DefaultArrayTypeInfo. _declaredPropertiesprivate java.util.Map<T,IPropertyInfo>PropertyNameMap. _mapMethods in gw.lang.reflect that return IPropertyInfo Modifier and Type Method Description IPropertyInfoPropertyInfoBuilder. build(IFeatureInfo container)static IPropertyInfoReflectUtil. findProperty(IType type, java.lang.String propertyName)IPropertyInfoPropertyNameMap. get(java.lang.Object key)IPropertyInfoIEntityCovariantLinkHackPropInfo. getBackingLinkPropertyInfo()IPropertyInfoITypeInfoPropertyInfo. getBackingPropertyInfo()IPropertyInfoMetaPropertyInfoDelegate. getBackingPropertyInfo()IPropertyInfoPropertyInfoDelegate. getDelegatePI()IPropertyInfoIEntityAccess. getEntityIdProperty(IType rootType)IPropertyInfoBaseHandBuiltTypeInfo. getProperty(IType whosaskin, java.lang.CharSequence propName)IPropertyInfoBaseHandBuiltTypeInfo. getProperty(java.lang.CharSequence property)IPropertyInfoBaseTypeInfo. getProperty(java.lang.CharSequence propName)IPropertyInfoDefaultArrayTypeInfo. getProperty(IType whosaskin, java.lang.CharSequence propName)IPropertyInfoDefaultArrayTypeInfo. getProperty(java.lang.CharSequence propName)IPropertyInfoFeatureManager. getProperty(IRelativeTypeInfo.Accessibility accessibility, java.lang.CharSequence propName)IPropertyInfoFeatureManagerTypeInfoBase. getProperty(IType whosAskin, java.lang.CharSequence propName)IPropertyInfoFeatureManagerTypeInfoBase. getProperty(java.lang.CharSequence propName)IPropertyInfoFunctionTypeInfo. getProperty(java.lang.CharSequence property)IPropertyInfoIRelativeTypeInfo. getProperty(IType whosaskin, java.lang.CharSequence propName)IPropertyInfoITypeInfo. getProperty(java.lang.CharSequence propName)Get a property mapped to the specified name.static IPropertyInfoTypeSystem. getPropertyInfo(IType classBean, java.lang.String strProperty, IFeatureFilter filter, IParserPart parserBase, IScriptabilityModifier scriptabilityConstraint)IPropertyInfoIPropertyInfoDelegate. getSource()IPropertyInfoPropertyInfoDelegate. getSource()IPropertyInfoIPropertyInfoFactory. make(IFeatureInfo container, java.lang.String strName, java.lang.Class javaClass, java.lang.String strGetter, java.lang.String strSetter, IType propertyType)IPropertyInfoIPropertyInfoFactory. make(IFeatureInfo container, java.lang.String strName, java.lang.Class javaClass, java.lang.String strGetter, java.lang.String strSetter, IType propertyType, IPresentationInfo presInfo)IPropertyInfoPropertyNameMap. put(T key, IPropertyInfo value)IPropertyInfoPropertyNameMap. remove(java.lang.Object key)Methods in gw.lang.reflect that return types with arguments of type IPropertyInfo Modifier and Type Method Description java.util.Set<java.util.Map.Entry<T,IPropertyInfo>>PropertyNameMap. entrySet()java.util.List<? extends IPropertyInfo>DefaultArrayTypeInfo. getDeclaredProperties()abstract java.util.List<? extends IPropertyInfo>FeatureManagerTypeInfoBase. getDeclaredProperties()java.util.List<? extends IPropertyInfo>IRelativeTypeInfo. getDeclaredProperties()Returns a list ofIPropertyInfoobjects reflecting all the properties declared by the class or interface represented by thisITypeobject.java.util.List<? extends IPropertyInfo>BaseHandBuiltTypeInfo. getProperties()java.util.List<? extends IPropertyInfo>BaseHandBuiltTypeInfo. getProperties(IType whosaskin)java.util.List<? extends IPropertyInfo>BaseTypeInfo. getProperties()java.util.List<? extends IPropertyInfo>DefaultArrayTypeInfo. getProperties()java.util.List<? extends IPropertyInfo>DefaultArrayTypeInfo. getProperties(IType whosaskin)java.util.List<IPropertyInfo>FeatureManager. getProperties(IRelativeTypeInfo.Accessibility accessibility)java.util.List<? extends IPropertyInfo>FeatureManagerTypeInfoBase. getProperties()java.util.List<IPropertyInfo>FeatureManagerTypeInfoBase. getProperties(IType whosAskin)java.util.List<? extends IPropertyInfo>FunctionTypeInfo. getProperties()java.util.List<? extends IPropertyInfo>IRelativeTypeInfo. getProperties(IType whosaskin)java.util.List<? extends IPropertyInfo>ITypeInfo. getProperties()static java.util.List<? extends IPropertyInfo>TypeSystem. getProperties(ITypeInfo beanInfo, IType classSource)java.util.List<IPropertyInfo>PropertyNameMap. values()Methods in gw.lang.reflect with parameters of type IPropertyInfo Modifier and Type Method Description PropertyInfoBuilderPropertyInfoBuilder. like(IPropertyInfo prop)protected voidFeatureManager. mergeProperty(PropertyNameMap<T> props, IPropertyInfo propertyInfo, boolean replace)IPropertyInfoPropertyNameMap. put(T key, IPropertyInfo value)private booleanFeatureManager. shouldReplace(PropertyNameMap<T> props, T cs, IPropertyInfo propertyInfo)Method parameters in gw.lang.reflect with type arguments of type IPropertyInfo Modifier and Type Method Description private PropertyNameMap<T>FeatureManager. convertToMap(java.util.List<IPropertyInfo> features)voidPropertyNameMap. putAll(java.util.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, java.lang.String name) -
Uses of IPropertyInfo in gw.lang.reflect.features
Fields in gw.lang.reflect.features declared as IPropertyInfo Modifier and Type Field Description private IPropertyInfoBoundPropertyChainReference. _piprivate IPropertyInfoBoundPropertyReference. _piprivate IPropertyInfoPropertyChainReference. _piprivate IPropertyInfoPropertyReference. _piMethods in gw.lang.reflect.features that return IPropertyInfo Modifier and Type Method Description IPropertyInfoBoundPropertyChainReference. getPropertyInfo()IPropertyInfoBoundPropertyReference. getPropertyInfo()IPropertyInfoIPropertyReference. getPropertyInfo()IPropertyInfoPropertyChainReference. getPropertyInfo()IPropertyInfoPropertyReference. getPropertyInfo()(package private) static IPropertyInfoPropertyReference. getPropertyInfo(IType rootType, java.lang.String propName) -
Uses of IPropertyInfo in gw.lang.reflect.gs
Subinterfaces of IPropertyInfo in gw.lang.reflect.gs Modifier and Type Interface Description interfaceIGosuPropertyInfointerfaceIGosuVarPropertyInfoMethods in gw.lang.reflect.gs with parameters of type IPropertyInfo Modifier and Type Method Description java.lang.StringIPropertiesType. getPropertiesFileKey(IPropertyInfo pi)Method parameters in gw.lang.reflect.gs with type arguments of type IPropertyInfo Modifier and Type Method Description voidIEnhancementIndex. addEnhancementProperties(IType typeToEnhance, java.util.Map<java.lang.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 interfaceIJavaBasePropertyInfointerfaceIJavaFieldPropertyInfointerfaceIJavaPropertyInfo
-