Uses of Interface
gw.lang.reflect.IFeatureInfo
-
-
Uses of IFeatureInfo in editor
Classes in editor that implement IFeatureInfo Modifier and Type Class Description class
PackagePropertyInfo
class
PackageTypeInfo
class
TypeInPackageTypeInfo
class
TypePropertyInfo
Methods in editor that return IFeatureInfo Modifier and Type Method Description IFeatureInfo
BeanInfoNode. getFeatureInfo()
IFeatureInfo
MethodNode. getFeatureInfo()
IFeatureInfo
PropertyNode. getFeatureInfo()
Methods in editor with parameters of type IFeatureInfo Modifier and Type Method Description boolean
ScriptabilityFilter. acceptFeature(IType beanType, IFeatureInfo fi)
static String
ContextHelpUtil. getContextHelp(IFeatureInfo featureInfo)
Constructors in editor with parameters of type IFeatureInfo Constructor Description PackagePropertyInfo(IFeatureInfo container, String strPackage)
TypePropertyInfo(IFeatureInfo container, String strFqName)
-
Uses of IFeatureInfo in editor.search
Classes in editor.search that implement IFeatureInfo Modifier and Type Class Description class
LocalVarFeatureInfo
Methods in editor.search that return IFeatureInfo Modifier and Type Method Description IFeatureInfo
LocalVarFeatureInfo. getContainer()
IFeatureInfo
UsageTarget. getRootFeatureInfo()
IFeatureInfo
UsageTarget. getSelectedFeatureInfo()
Constructors in editor.search with parameters of type IFeatureInfo Constructor Description UsageTarget(IParsedElement pe, IFeatureInfo selectedFi)
-
Uses of IFeatureInfo in editor.util
Methods in editor.util with parameters of type IFeatureInfo Modifier and Type Method Description String
JavadocAccess. getJavadocHelp(IFeatureInfo featureInfo)
-
Uses of IFeatureInfo in gw.internal.gosu.dynamic
Classes in gw.internal.gosu.dynamic that implement IFeatureInfo Modifier and Type Class Description class
DynamicConstructorInfo
class
DynamicMethodInfo
class
DynamicPropertyInfo
class
DynamicTypeInfo
-
Uses of IFeatureInfo in gw.internal.gosu.ir.transform
Methods in gw.internal.gosu.ir.transform with parameters of type IFeatureInfo Modifier and Type Method Description static List<GosuAnnotationInfo>
AbstractElementTransformer. makeAnnotationInfos(List<IGosuAnnotation> gosuAnnotations, IFeatureInfo fiAnnotated)
-
Uses of IFeatureInfo in gw.internal.gosu.parser
Classes in gw.internal.gosu.parser that implement IFeatureInfo Modifier and Type Class Description class
AbstractGenericMethodInfo
class
ArrayExpansionMethodInfo
class
ArrayExpansionPropertyInfo
class
CompoundTypeInfo
class
ErrorTypeInfo
class
GosuBaseAttributedFeatureInfo
class
GosuClassTypeInfo
class
GosuConstructorInfo
class
GosuExceptionInfo
class
GosuMethodInfo
class
GosuMethodParamInfo
class
GosuPropertyInfo
class
GosuVarPropertyInfo
class
ITypeLoaderTypeInfo
class
JavaBaseFeatureInfo
class
JavaConstructorInfo
class
JavaFieldPropertyInfo
class
JavaMethodInfo
class
JavaMethodParamInfo
class
JavaPropertyInfo
class
JavaTypeInfo
class
LengthProperty
class
MetaTypeTypeInfo
class
MetaTypeTypeInfo.TypeProperty
class
NamespaceTypeInfo
class
ParameterizedGosuConstructorInfo
class
ParameterizedGosuPropertyInfo
class
StaticPropertyInfo
Methods in gw.internal.gosu.parser that return IFeatureInfo Modifier and Type Method Description IFeatureInfo
ArrayExpansionMethodInfo. getContainer()
IFeatureInfo
ArrayExpansionPropertyInfo. getContainer()
IFeatureInfo
ErrorTypeInfo. getContainer()
IFeatureInfo
GosuAnnotationInfo. getContainer()
IFeatureInfo
GosuExceptionInfo. getContainer()
static IFeatureInfo
ParsedElement. getEnclosingFeatureInfo(Stack<IFeatureInfo> enclosingFeatureInfos)
Methods in gw.internal.gosu.parser that return types with arguments of type IFeatureInfo Modifier and Type Method Description Set<IFeatureInfo>
TypeUsesMap. getFeatureLiterals()
Method parameters in gw.internal.gosu.parser with type arguments of type IFeatureInfo Modifier and Type Method Description static IFeatureInfo
ParsedElement. getEnclosingFeatureInfo(Stack<IFeatureInfo> enclosingFeatureInfos)
static ITypeInfo
ParsedElement. getQualifyingEnclosingTypeInfo(Stack<IFeatureInfo> enclosingFeatureInfos)
-
Uses of IFeatureInfo in gw.internal.gosu.parser.expressions
Methods in gw.internal.gosu.parser.expressions that return IFeatureInfo Modifier and Type Method Description IFeatureInfo
FeatureLiteral. getFeature()
-
Uses of IFeatureInfo in gw.internal.gosu.parser.fragments
Classes in gw.internal.gosu.parser.fragments that implement IFeatureInfo Modifier and Type Class Description class
GosuFragmentTypeInfo
Methods in gw.internal.gosu.parser.fragments that return IFeatureInfo Modifier and Type Method Description IFeatureInfo
GosuFragmentTypeInfo. getContainer()
-
Uses of IFeatureInfo in gw.internal.gosu.parser.java.classinfo
Methods in gw.internal.gosu.parser.java.classinfo with parameters of type IFeatureInfo Modifier and Type Method Description IParameterInfo[]
JavaSourceConstructor. convertGenericParameterTypes(IFeatureInfo container, TypeVarToTypeMap actualParamByVarName)
IParameterInfo[]
JavaSourceDefaultConstructor. convertGenericParameterTypes(IFeatureInfo container, TypeVarToTypeMap actualParamByVarName)
static Object
CompileTimeExpressionParser. convertValueToInfoFriendlyValue(Object value, IFeatureInfo enclosingType)
protected IParameterInfo[]
JavaSourceMethod. getActualParameterInfos(IFeatureInfo container, TypeVarToTypeMap actualParamByVarName, boolean bKeepTypeVars)
-
Uses of IFeatureInfo in gw.internal.gosu.parser.statements
Methods in gw.internal.gosu.parser.statements that return IFeatureInfo Modifier and Type Method Description IFeatureInfo
UsesStatement. getFeatureInfo()
Methods in gw.internal.gosu.parser.statements with parameters of type IFeatureInfo Modifier and Type Method Description void
UsesStatement. setFeatureInfo(IFeatureInfo fi)
-
Uses of IFeatureInfo in gw.internal.gosu.properties
Subinterfaces of IFeatureInfo in gw.internal.gosu.properties Modifier and Type Interface Description interface
IPropertiesPropertyInfo
Classes in gw.internal.gosu.properties that implement IFeatureInfo Modifier and Type Class Description class
PropertiesTypeInfo
Type info based on aPropertyNode
-
Uses of IFeatureInfo in gw.lang
Methods in gw.lang with parameters of type IFeatureInfo Modifier and Type Method Description static IPropertyInfo
GosuShop. createPropertyDelegate(IFeatureInfo container, IPropertyInfo prop)
IPropertyInfo
IGosuShop. createPropertyDelegate(IFeatureInfo container, IPropertyInfo prop)
boolean
IGosuShop. 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 UsageTarget
UsageTarget. getForFeature(IFeatureInfo fi)
-
Uses of IFeatureInfo in gw.lang.parser
Subinterfaces of IFeatureInfo in gw.lang.parser Modifier and Type Interface Description interface
IExpansionPropertyInfo
Methods in gw.lang.parser that return IFeatureInfo Modifier and Type Method Description IFeatureInfo
IDynamicPropertySymbol. 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 void
ITypeUsesMap. addToFeatureLiterals(IFeatureInfo fi)
IConstructorInfo
IConstructorInfoFactory. 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 IFeatureInfo
IFeatureLiteralExpression. getFeature()
-
Uses of IFeatureInfo in gw.lang.parser.statements
Methods in gw.lang.parser.statements that return IFeatureInfo Modifier and Type Method Description IFeatureInfo
IUsesStatement. getFeatureInfo()
-
Uses of IFeatureInfo in gw.lang.reflect
Subinterfaces of IFeatureInfo in gw.lang.reflect Modifier and Type Interface Description interface
IAnnotatedFeatureInfo
interface
IAspectMethodInfoDelegate
interface
IAttributedFeatureInfo
interface
IConstructorInfo
interface
IEventInfo
interface
IExceptionInfo
interface
IFeatureInfoDelegate
interface
IFileBasedFeature
interface
IHasParameterInfos
interface
IMethodInfo
interface
IMethodInfoDelegate
interface
IParameterInfo
interface
IPropertyInfo
interface
IPropertyInfoDelegate
interface
IRelativeTypeInfo
interface
ITypeInfo
interface
ITypeInfoMethodInfo
interface
ITypeInfoPropertyInfo
Classes in gw.lang.reflect that implement IFeatureInfo Modifier and Type Class Description static class
AnnotationReflectUtil.SyntheticExceptionInfo
Deprecated.class
BaseFeatureInfo
class
BaseHandBuiltTypeInfo
class
BaseJavaTypeInfo
class
BaseTypeInfo
class
DefaultArrayTypeInfo
class
FeatureManagerTypeInfoBase<T extends CharSequence>
class
FunctionTypeInfo
class
MetaMethodInfoDelegate
class
MetaPropertyInfoDelegate
class
MethodInfoBase
class
MethodInfoDelegate
class
ModifiedParameterInfo
static class
ParameterInfoBuilder.BuiltParameterInfo
class
PropertyInfoBase
static class
PropertyInfoBuilder.BuiltPropertyInfo
class
PropertyInfoDelegate
class
SimpleMethodInfo
class
SimpleParameterInfo
class
TypeInfoBase
Methods 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 IFeatureInfo
AnnotationReflectUtil.SyntheticExceptionInfo. getContainer()
IFeatureInfo
BaseFeatureInfo. getContainer()
IFeatureInfo
IFeatureInfo. getContainer()
Get this feature's containing feature.IFeatureInfo
MethodInfoBase. getContainer()
IFeatureInfo
MethodInfoDelegate. getContainer()
IFeatureInfo
ParameterInfoBuilder.BuiltParameterInfo. getContainer()
IFeatureInfo
PropertyInfoBase. getContainer()
IFeatureInfo
PropertyInfoDelegate. getContainer()
IFeatureInfo
TypeInfoBase. getContainer()
IFeatureInfo
FunctionType. getMethodOrConstructorInfo()
IFeatureInfo
IFunctionType. getMethodOrConstructorInfo()
IFeatureInfo
ParameterizedFunctionType. getMethodOrConstructorInfo()
IFeatureInfo
IFeatureInfoDelegate. getSource()
Methods in gw.lang.reflect with parameters of type IFeatureInfo Modifier and Type Method Description IConstructorInfo
ConstructorInfoBuilder. build(IFeatureInfo container)
IExceptionInfo
ExceptionInfoBuilder. build(IFeatureInfo container)
IMethodInfo
MethodInfoBuilder. build(IFeatureInfo container)
IParameterInfo
ParameterInfoBuilder. build(IFeatureInfo container)
IPropertyInfo
PropertyInfoBuilder. build(IFeatureInfo container)
IAnnotationInfo
IAnnotationInfoFactory. create(Class type, Object[] expressionValue, IFeatureInfo owner)
IAnnotationInfo
IAnnotationInfoFactory. createJavaAnnotation(Annotation annotation, IFeatureInfo owner)
static String
TypeInfoUtil. getTypeVarList(IFeatureInfo fi)
static String
TypeInfoUtil. getTypeVarList(IFeatureInfo fi, boolean bRelative)
static String
TypeInfoUtil. getTypeVarListNoBounds(IFeatureInfo fi)
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)
boolean
IAnnotatedFeatureInfo.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 IFeatureInfo
BoundMethodReference. getFeatureInfo()
IFeatureInfo
BoundPropertyChainReference. getFeatureInfo()
IFeatureInfo
BoundPropertyReference. getFeatureInfo()
IFeatureInfo
ConstructorReference. getFeatureInfo()
IFeatureInfo
IFeatureReference. getFeatureInfo()
IFeatureInfo
MethodReference. getFeatureInfo()
IFeatureInfo
PropertyChainReference. getFeatureInfo()
IFeatureInfo
PropertyReference. getFeatureInfo()
-
Uses of IFeatureInfo in gw.lang.reflect.gs
Subinterfaces of IFeatureInfo in gw.lang.reflect.gs Modifier and Type Interface Description interface
IGosuClassTypeInfo
interface
IGosuConstructorInfo
interface
IGosuMethodInfo
interface
IGosuMethodParamInfo
interface
IGosuPropertyInfo
interface
IGosuVarPropertyInfo
-
Uses of IFeatureInfo in gw.lang.reflect.java
Subinterfaces of IFeatureInfo in gw.lang.reflect.java Modifier and Type Interface Description interface
IJavaBasePropertyInfo
interface
IJavaConstructorInfo
interface
IJavaFieldPropertyInfo
interface
IJavaMethodInfo
interface
IJavaPropertyInfo
interface
IJavaTypeInfo
Classes in gw.lang.reflect.java that implement IFeatureInfo Modifier and Type Class Description class
JavaExceptionInfo
Methods in gw.lang.reflect.java that return IFeatureInfo Modifier and Type Method Description IFeatureInfo
JavaExceptionInfo. 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 boolean
IFeatureFilter. acceptFeature(IType beanType, IFeatureInfo fi)
-