Uses of Interface
gw.lang.reflect.IAttributedFeatureInfo
-
-
Uses of IAttributedFeatureInfo in editor
Classes in editor that implement IAttributedFeatureInfo Modifier and Type Class Description class
PackagePropertyInfo
class
PackageTypeInfo
class
TypeInPackageTypeInfo
class
TypePropertyInfo
-
Uses of IAttributedFeatureInfo in gw.internal.gosu.dynamic
Classes in gw.internal.gosu.dynamic that implement IAttributedFeatureInfo Modifier and Type Class Description class
DynamicConstructorInfo
class
DynamicMethodInfo
class
DynamicPropertyInfo
class
DynamicTypeInfo
-
Uses of IAttributedFeatureInfo in gw.internal.gosu.ir.transform.util
Methods in gw.internal.gosu.ir.transform.util with parameters of type IAttributedFeatureInfo Modifier and Type Method Description static IRelativeTypeInfo.Accessibility
AccessibilityUtil. forFeatureInfo(IAttributedFeatureInfo feature)
-
Uses of IAttributedFeatureInfo in gw.internal.gosu.parser
Classes in gw.internal.gosu.parser that implement IAttributedFeatureInfo Modifier and Type Class Description class
AbstractGenericMethodInfo
class
ArrayExpansionMethodInfo
class
ArrayExpansionPropertyInfo
class
CompoundTypeInfo
class
GosuBaseAttributedFeatureInfo
class
GosuClassTypeInfo
class
GosuConstructorInfo
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 IAttributedFeatureInfo Modifier and Type Method Description IAttributedFeatureInfo
DynamicFunctionSymbol. getMethodOrConstructorInfo()
IAttributedFeatureInfo
DynamicFunctionSymbol. getMethodOrConstructorInfo(boolean acceptNone)
IAttributedFeatureInfo
ReducedDynamicFunctionSymbol. getMethodOrConstructorInfo()
Methods in gw.internal.gosu.parser with parameters of type IAttributedFeatureInfo Modifier and Type Method Description static boolean
BeanAccess. isDescriptorHidden(IAttributedFeatureInfo descriptor)
Returns true if the method or property is hidden or otherwise not scriptable.boolean
GosuIndustrialParkImpl. isDescriptorHidden(IAttributedFeatureInfo pi)
-
Uses of IAttributedFeatureInfo in gw.internal.gosu.properties
Subinterfaces of IAttributedFeatureInfo in gw.internal.gosu.properties Modifier and Type Interface Description interface
IPropertiesPropertyInfo
Classes in gw.internal.gosu.properties that implement IAttributedFeatureInfo Modifier and Type Class Description class
PropertiesTypeInfo
Type info based on aPropertyNode
-
Uses of IAttributedFeatureInfo in gw.lang
Methods in gw.lang with parameters of type IAttributedFeatureInfo Modifier and Type Method Description boolean
IGosuShop. isDescriptorHidden(IAttributedFeatureInfo pi)
-
Uses of IAttributedFeatureInfo in gw.lang.parser
Subinterfaces of IAttributedFeatureInfo in gw.lang.parser Modifier and Type Interface Description interface
IExpansionPropertyInfo
Methods in gw.lang.parser that return IAttributedFeatureInfo Modifier and Type Method Description IAttributedFeatureInfo
IDynamicFunctionSymbol. getMethodOrConstructorInfo()
IAttributedFeatureInfo
IDynamicFunctionSymbol. getMethodOrConstructorInfo(boolean acceptNone)
IAttributedFeatureInfo
IReducedDynamicFunctionSymbol. getMethodOrConstructorInfo()
-
Uses of IAttributedFeatureInfo in gw.lang.reflect
Subinterfaces of IAttributedFeatureInfo in gw.lang.reflect Modifier and Type Interface Description interface
IAspectMethodInfoDelegate
interface
IConstructorInfo
interface
IEventInfo
interface
IHasParameterInfos
interface
IMethodInfo
interface
IMethodInfoDelegate
interface
IPropertyInfo
interface
IPropertyInfoDelegate
interface
ITypeInfoMethodInfo
interface
ITypeInfoPropertyInfo
Classes in gw.lang.reflect that implement IAttributedFeatureInfo Modifier and Type Class Description class
BaseFeatureInfo
class
BaseHandBuiltTypeInfo
class
BaseJavaTypeInfo
class
BaseTypeInfo
class
FunctionTypeInfo
class
MetaMethodInfoDelegate
class
MetaPropertyInfoDelegate
class
MethodInfoBase
class
MethodInfoDelegate
class
ModifiedParameterInfo
class
PropertyInfoBase
static class
PropertyInfoBuilder.BuiltPropertyInfo
class
PropertyInfoDelegate
class
SimpleMethodInfo
class
SimpleParameterInfo
Methods in gw.lang.reflect with parameters of type IAttributedFeatureInfo Modifier and Type Method Description static int
IAttributedFeatureInfo.MODIFIER. get(IAttributedFeatureInfo afi)
static int
Modifier. getModifiersFrom(IAttributedFeatureInfo afi)
static boolean
FeatureManager. isFeatureAccessible(IAttributedFeatureInfo property, IRelativeTypeInfo.Accessibility accessibility)
-
Uses of IAttributedFeatureInfo in gw.lang.reflect.gs
Subinterfaces of IAttributedFeatureInfo in gw.lang.reflect.gs Modifier and Type Interface Description interface
IGosuClassTypeInfo
interface
IGosuConstructorInfo
interface
IGosuMethodInfo
interface
IGosuPropertyInfo
interface
IGosuVarPropertyInfo
-
Uses of IAttributedFeatureInfo in gw.lang.reflect.java
Subinterfaces of IAttributedFeatureInfo in gw.lang.reflect.java Modifier and Type Interface Description interface
IJavaBasePropertyInfo
interface
IJavaConstructorInfo
interface
IJavaFieldPropertyInfo
interface
IJavaMethodInfo
interface
IJavaPropertyInfo
-