Uses of Interface
gw.lang.reflect.IFeatureInfo
-
-
Uses of IFeatureInfo in gw.internal.gosu.properties
Subinterfaces of IFeatureInfo in gw.internal.gosu.properties Modifier and Type Interface Description interfaceIPropertiesPropertyInfo -
Uses of IFeatureInfo in gw.lang
Methods in gw.lang with parameters of type IFeatureInfo Modifier and Type Method Description static IPropertyInfoGosuShop. createPropertyDelegate(IFeatureInfo container, IPropertyInfo prop)IPropertyInfoIGosuShop. createPropertyDelegate(IFeatureInfo container, IPropertyInfo prop)booleanIGosuShop. isAnnotationAllowedMultipleTimes(IFeatureInfo fi, IAnnotationInfo annotationInfo) -
Uses of IFeatureInfo in gw.lang.annotation
Methods in gw.lang.annotation with parameters of type IFeatureInfo Modifier and Type Method Description static UsageTargetUsageTarget. getForFeature(IFeatureInfo fi) -
Uses of IFeatureInfo in gw.lang.parser
Subinterfaces of IFeatureInfo in gw.lang.parser Modifier and Type Interface Description interfaceIExpansionPropertyInfoMethods in gw.lang.parser that return IFeatureInfo Modifier and Type Method Description IFeatureInfoIDynamicPropertySymbol. getPropertyInfo()Methods in gw.lang.parser that return types with arguments of type IFeatureInfo Modifier and Type Method Description Set<IFeatureInfo>ITypeUsesMap. getFeatureLiterals()Methods in gw.lang.parser with parameters of type IFeatureInfo Modifier and Type Method Description voidITypeUsesMap. addToFeatureLiterals(IFeatureInfo fi)IConstructorInfoIConstructorInfoFactory. create(IFeatureInfo container, IJavaClassConstructor ctor, IConstructorNode docs) -
Uses of IFeatureInfo in gw.lang.parser.expressions
Methods in gw.lang.parser.expressions that return IFeatureInfo Modifier and Type Method Description IFeatureInfoIFeatureLiteralExpression. getFeature() -
Uses of IFeatureInfo in gw.lang.parser.statements
Methods in gw.lang.parser.statements that return IFeatureInfo Modifier and Type Method Description IFeatureInfoIUsesStatement. getFeatureInfo() -
Uses of IFeatureInfo in gw.lang.reflect
Subinterfaces of IFeatureInfo in gw.lang.reflect Modifier and Type Interface Description interfaceIAnnotatedFeatureInfointerfaceIAspectMethodInfoDelegateinterfaceIAttributedFeatureInfointerfaceIConstructorInfointerfaceIEventInfointerfaceIExceptionInfointerfaceIFeatureInfoDelegateinterfaceIFileBasedFeatureinterfaceIHasParameterInfosinterfaceIMethodInfointerfaceIMethodInfoDelegateinterfaceIParameterInfointerfaceIPropertyInfointerfaceIPropertyInfoDelegateinterfaceIRelativeTypeInfointerfaceITypeInfointerfaceITypeInfoMethodInfointerfaceITypeInfoPropertyInfoClasses in gw.lang.reflect that implement IFeatureInfo Modifier and Type Class Description static classAnnotationReflectUtil.SyntheticExceptionInfoDeprecated.classBaseFeatureInfoclassBaseHandBuiltTypeInfoclassBaseJavaTypeInfoclassBaseTypeInfoclassDefaultArrayTypeInfoclassFeatureManagerTypeInfoBase<T extends CharSequence>classFunctionTypeInfoclassMetaMethodInfoDelegateclassMetaPropertyInfoDelegateclassMethodInfoBaseclassMethodInfoDelegateclassModifiedParameterInfostatic classParameterInfoBuilder.BuiltParameterInfoclassPropertyInfoBasestatic classPropertyInfoBuilder.BuiltPropertyInfoclassPropertyInfoDelegateclassSimpleMethodInfoclassSimpleParameterInfoclassTypeInfoBaseMethods in gw.lang.reflect with type parameters of type IFeatureInfo Modifier and Type Method Description static <T extends IFeatureInfo>
List<T>TypeInfoUtil. makeSortedUnmodifiableRandomAccessList(Collection<T> collection)static <S extends CharSequence,T extends IFeatureInfo>
List<T>TypeInfoUtil. makeSortedUnmodifiableRandomAccessListFromFeatures(Map<S,T> map)static <T extends IFeatureInfo>
voidTypeInfoUtil. sortByName(List<T> featureInfos)Methods in gw.lang.reflect that return IFeatureInfo Modifier and Type Method Description IFeatureInfoAnnotationReflectUtil.SyntheticExceptionInfo. getContainer()IFeatureInfoBaseFeatureInfo. getContainer()IFeatureInfoIFeatureInfo. getContainer()Get this feature's containing feature.IFeatureInfoMethodInfoBase. getContainer()IFeatureInfoMethodInfoDelegate. getContainer()IFeatureInfoParameterInfoBuilder.BuiltParameterInfo. getContainer()IFeatureInfoPropertyInfoBase. getContainer()IFeatureInfoPropertyInfoDelegate. getContainer()IFeatureInfoTypeInfoBase. getContainer()IFeatureInfoFunctionType. getMethodOrConstructorInfo()IFeatureInfoIFunctionType. getMethodOrConstructorInfo()IFeatureInfoParameterizedFunctionType. getMethodOrConstructorInfo()IFeatureInfoIFeatureInfoDelegate. getSource()Methods in gw.lang.reflect with parameters of type IFeatureInfo Modifier and Type Method Description IConstructorInfoConstructorInfoBuilder. build(IFeatureInfo container)IExceptionInfoExceptionInfoBuilder. build(IFeatureInfo container)IMethodInfoMethodInfoBuilder. build(IFeatureInfo container)IParameterInfoParameterInfoBuilder. build(IFeatureInfo container)IPropertyInfoPropertyInfoBuilder. build(IFeatureInfo container)IAnnotationInfoIAnnotationInfoFactory. create(Class type, Object[] expressionValue, IFeatureInfo owner)IAnnotationInfoIAnnotationInfoFactory. createJavaAnnotation(Annotation annotation, IFeatureInfo owner)static StringTypeInfoUtil. getTypeVarList(IFeatureInfo fi)static StringTypeInfoUtil. getTypeVarList(IFeatureInfo fi, boolean bRelative)static StringTypeInfoUtil. getTypeVarListNoBounds(IFeatureInfo fi)IPropertyInfoIPropertyInfoFactory. make(IFeatureInfo container, String strName, Class javaClass, String strGetter, String strSetter, IType propertyType)IPropertyInfoIPropertyInfoFactory. make(IFeatureInfo container, String strName, Class javaClass, String strGetter, String strSetter, IType propertyType, IPresentationInfo presInfo)booleanIAnnotatedFeatureInfo.IAnnotationInfoHelper. shouldAddInheritedAnnotation(IFeatureInfo fi, List<IAnnotationInfo> annotations, IAnnotationInfo annotationInfo)Constructors in gw.lang.reflect with parameters of type IFeatureInfo Constructor Description BaseFeatureInfo(IFeatureInfo container)BuiltParameterInfo(ParameterInfoBuilder builder, IFeatureInfo container)BuiltPropertyInfo(PropertyInfoBuilder builder, IFeatureInfo container)MethodInfoDelegate(IFeatureInfo container, IMethodInfo source)ModifiedParameterInfo(IFeatureInfo container, IType type, IType originalType, int parentIndex)PropertyInfoDelegate(IFeatureInfo container, IPropertyInfo source)PropertyInfoDelegate(IFeatureInfo container, IPropertyInfo source, String name)SimpleParameterInfo(IFeatureInfo container, IType type, int parentIndex)SimpleParameterInfo(IFeatureInfo container, IType type, int parentIndex, String name)SyntheticExceptionInfo(IFeatureInfo container, String exceptionName, String exceptionDescription) -
Uses of IFeatureInfo in gw.lang.reflect.features
Methods in gw.lang.reflect.features that return IFeatureInfo Modifier and Type Method Description IFeatureInfoBoundMethodReference. getFeatureInfo()IFeatureInfoBoundPropertyChainReference. getFeatureInfo()IFeatureInfoBoundPropertyReference. getFeatureInfo()IFeatureInfoConstructorReference. getFeatureInfo()IFeatureInfoIFeatureReference. getFeatureInfo()IFeatureInfoMethodReference. getFeatureInfo()IFeatureInfoPropertyChainReference. getFeatureInfo()IFeatureInfoPropertyReference. getFeatureInfo() -
Uses of IFeatureInfo in gw.lang.reflect.gs
Subinterfaces of IFeatureInfo in gw.lang.reflect.gs Modifier and Type Interface Description interfaceIGosuClassTypeInfointerfaceIGosuConstructorInfointerfaceIGosuMethodInfointerfaceIGosuMethodParamInfointerfaceIGosuPropertyInfointerfaceIGosuVarPropertyInfo -
Uses of IFeatureInfo in gw.lang.reflect.java
Subinterfaces of IFeatureInfo in gw.lang.reflect.java Modifier and Type Interface Description interfaceIJavaBasePropertyInfointerfaceIJavaConstructorInfointerfaceIJavaFieldPropertyInfointerfaceIJavaMethodInfointerfaceIJavaPropertyInfointerfaceIJavaTypeInfoClasses in gw.lang.reflect.java that implement IFeatureInfo Modifier and Type Class Description classJavaExceptionInfoMethods in gw.lang.reflect.java that return IFeatureInfo Modifier and Type Method Description IFeatureInfoJavaExceptionInfo. getContainer()Methods in gw.lang.reflect.java with parameters of type IFeatureInfo Modifier and Type Method Description IParameterInfo[]IJavaClassConstructor. convertGenericParameterTypes(IFeatureInfo container, TypeVarToTypeMap actualParamByVarName)Constructors in gw.lang.reflect.java with parameters of type IFeatureInfo Constructor Description JavaExceptionInfo(IFeatureInfo methodInfo, IJavaClassInfo exceptionClass, IDocRef<IExceptionNode> docs) -
Uses of IFeatureInfo in gw.util
Methods in gw.util with parameters of type IFeatureInfo Modifier and Type Method Description booleanIFeatureFilter. acceptFeature(IType beanType, IFeatureInfo fi)
-