Uses of Interface
gw.lang.reflect.IAttributedFeatureInfo
-
-
Uses of IAttributedFeatureInfo in editor
Classes in editor that implement IAttributedFeatureInfo Modifier and Type Class Description classPackagePropertyInfoclassPackageTypeInfoclassTypeInPackageTypeInfoclassTypePropertyInfoMethods in editor with parameters of type IAttributedFeatureInfo Modifier and Type Method Description private booleanBeanTree. hideDeprecated(IAttributedFeatureInfo descriptor)private booleanBeanTree. isHidden(ITypeInfo beanInfo, IAttributedFeatureInfo feature)private booleanBeanTree. isInternal(IAttributedFeatureInfo feature)private static booleanClassStructureViewPopupDelegate. matches(IGosuClassTypeInfo typeInfo, IAttributedFeatureInfo featureInfo, java.lang.String prefix)private booleanBeanTree. mutualExclusiveStaticFilter(ITypeInfo beanInfo, IAttributedFeatureInfo descriptor) -
Uses of IAttributedFeatureInfo in gw.internal.gosu.dynamic
Classes in gw.internal.gosu.dynamic that implement IAttributedFeatureInfo Modifier and Type Class Description classDynamicConstructorInfoclassDynamicMethodInfoclassDynamicPropertyInfoclassDynamicTypeInfo -
Uses of IAttributedFeatureInfo in gw.internal.gosu.ir.compiler.bytecode.expression
Methods in gw.internal.gosu.ir.compiler.bytecode.expression with parameters of type IAttributedFeatureInfo Modifier and Type Method Description private java.lang.StringStructuralTypeProxyGenerator. getReflectiveName(IAttributedFeatureInfo pi, IType rootType, ITypeInfo rootTypeInfo) -
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.AccessibilityAccessibilityUtil. forFeatureInfo(IAttributedFeatureInfo feature) -
Uses of IAttributedFeatureInfo in gw.internal.gosu.parser
Methods in gw.internal.gosu.parser that return IAttributedFeatureInfo Modifier and Type Method Description IAttributedFeatureInfoDynamicFunctionSymbol. getMethodOrConstructorInfo()IAttributedFeatureInfoDynamicFunctionSymbol. getMethodOrConstructorInfo(boolean acceptNone)IAttributedFeatureInfoReducedDynamicFunctionSymbol. getMethodOrConstructorInfo()Methods in gw.internal.gosu.parser that return types with arguments of type IAttributedFeatureInfo Modifier and Type Method Description private java.util.List<IAttributedFeatureInfo>GosuParser. getAllStaticFeatures(IGosuClass gsType, java.lang.String name)Methods in gw.internal.gosu.parser with parameters of type IAttributedFeatureInfo Modifier and Type Method Description private java.lang.StringBuilderGosuClassProxyFactory. appendFieldVisibilityModifier(IAttributedFeatureInfo fi)private java.lang.StringBuilderGosuClassProxyFactory. appendVisibilityModifier(IAttributedFeatureInfo fi)private java.lang.StringBuilderGosuClassProxyFactory. buildModifiers(IAttributedFeatureInfo fi)static booleanBeanAccess. isDescriptorHidden(IAttributedFeatureInfo descriptor)Returns true if the method or property is hidden or otherwise not scriptable.booleanGosuIndustrialParkImpl. isDescriptorHidden(IAttributedFeatureInfo pi)private booleanCompoundTypeInfo. isHidden(IRelativeTypeInfo.Accessibility accessibility, IAttributedFeatureInfo fi)private voidGosuParser. verifySuperAccess(Expression rootExpression, Expression memberExpr, IAttributedFeatureInfo feature, java.lang.String strMemberName) -
Uses of IAttributedFeatureInfo in gw.internal.gosu.properties
Subinterfaces of IAttributedFeatureInfo in gw.internal.gosu.properties Modifier and Type Interface Description interfaceIPropertiesPropertyInfoClasses in gw.internal.gosu.properties that implement IAttributedFeatureInfo Modifier and Type Class Description (package private) classPropertiesPropertyInfoPropertyInfo implementation for properties within aPropertiesTypeInfoclassPropertiesTypeInfoType info based on aPropertyNode -
Uses of IAttributedFeatureInfo in gw.lang
Methods in gw.lang with parameters of type IAttributedFeatureInfo Modifier and Type Method Description booleanIGosuShop. isDescriptorHidden(IAttributedFeatureInfo pi) -
Uses of IAttributedFeatureInfo in gw.lang.parser
Subinterfaces of IAttributedFeatureInfo in gw.lang.parser Modifier and Type Interface Description interfaceIExpansionPropertyInfoMethods in gw.lang.parser that return IAttributedFeatureInfo Modifier and Type Method Description IAttributedFeatureInfoIDynamicFunctionSymbol. getMethodOrConstructorInfo()IAttributedFeatureInfoIDynamicFunctionSymbol. getMethodOrConstructorInfo(boolean acceptNone)IAttributedFeatureInfoIReducedDynamicFunctionSymbol. getMethodOrConstructorInfo() -
Uses of IAttributedFeatureInfo in gw.lang.reflect
Subinterfaces of IAttributedFeatureInfo in gw.lang.reflect Modifier and Type Interface Description interfaceIAspectMethodInfoDelegateinterfaceIConstructorInfointerfaceIEventInfointerfaceIHasParameterInfosinterfaceIMethodInfointerfaceIMethodInfoDelegateinterfaceIPropertyInfointerfaceIPropertyInfoDelegateinterfaceITypeInfoMethodInfointerfaceITypeInfoPropertyInfoClasses in gw.lang.reflect that implement IAttributedFeatureInfo Modifier and Type Class Description classBaseFeatureInfoclassBaseHandBuiltTypeInfoclassBaseJavaTypeInfoclassBaseTypeInfoprivate static classConstructorInfoBuilder.BuiltConstructorInfoclassFunctionTypeInfoclassMetaMethodInfoDelegateclassMetaPropertyInfoDelegateclassMethodInfoBaseprivate static classMethodInfoBuilder.BuiltMethodInfoclassMethodInfoDelegateclassModifiedParameterInfoclassPropertyInfoBasestatic classPropertyInfoBuilder.BuiltPropertyInfoclassPropertyInfoDelegateclassSimpleMethodInfoclassSimpleParameterInfoMethods in gw.lang.reflect with parameters of type IAttributedFeatureInfo Modifier and Type Method Description static intIAttributedFeatureInfo.MODIFIER. get(IAttributedFeatureInfo afi)static intModifier. getModifiersFrom(IAttributedFeatureInfo afi)static booleanFeatureManager. 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 interfaceIGosuClassTypeInfointerfaceIGosuConstructorInfointerfaceIGosuMethodInfointerfaceIGosuPropertyInfointerfaceIGosuVarPropertyInfo -
Uses of IAttributedFeatureInfo in gw.lang.reflect.java
Subinterfaces of IAttributedFeatureInfo in gw.lang.reflect.java Modifier and Type Interface Description interfaceIJavaBasePropertyInfointerfaceIJavaConstructorInfointerfaceIJavaFieldPropertyInfointerfaceIJavaMethodInfointerfaceIJavaPropertyInfo
-