Uses of Interface
gw.lang.reflect.IAnnotationInfo
-
-
Uses of IAnnotationInfo in editor
Methods in editor that return types with arguments of type IAnnotationInfo Modifier and Type Method Description java.util.List<IAnnotationInfo>PackagePropertyInfo. getDeclaredAnnotations()java.util.List<IAnnotationInfo>PackageTypeInfo. getDeclaredAnnotations()java.util.List<IAnnotationInfo>TypeInPackageTypeInfo. getDeclaredAnnotations()java.util.List<IAnnotationInfo>TypePropertyInfo. getDeclaredAnnotations() -
Uses of IAnnotationInfo in gw.internal.gosu.dynamic
Methods in gw.internal.gosu.dynamic that return types with arguments of type IAnnotationInfo Modifier and Type Method Description java.util.List<IAnnotationInfo>DynamicConstructorInfo. getDeclaredAnnotations()java.util.List<IAnnotationInfo>DynamicMethodInfo. getDeclaredAnnotations()java.util.List<IAnnotationInfo>DynamicPropertyInfo. getDeclaredAnnotations() -
Uses of IAnnotationInfo in gw.internal.gosu.ir.transform
Methods in gw.internal.gosu.ir.transform with parameters of type IAnnotationInfo Modifier and Type Method Description private booleanGosuClassTransformer. hasRetentionPolicy(IAnnotationInfo annotation, java.lang.annotation.RetentionPolicy policy)Method parameters in gw.internal.gosu.ir.transform with type arguments of type IAnnotationInfo Modifier and Type Method Description private java.util.List<IRAnnotation>GosuClassTransformer. getIRAnnotations(java.util.List<? extends IAnnotationInfo> gosuAnnotations) -
Uses of IAnnotationInfo in gw.internal.gosu.parser
Classes in gw.internal.gosu.parser that implement IAnnotationInfo Modifier and Type Class Description classClassAnnotationInfoHolds annotation information for a featureclassGosuAnnotationInfoclassRepeatableContainerAnnotationInfoFields in gw.internal.gosu.parser declared as IAnnotationInfo Modifier and Type Field Description private IAnnotationInfoAnnotationInfoInvocationHandler. _aiprivate IAnnotationInfo[]RepeatableContainerAnnotationInfo. _annotationsprivate IAnnotationInfo[]AsmClassJavaClassInfo. _declaredAnnotationsprivate IAnnotationInfo[]ClassJavaClassInfo. _declaredAnnotationsFields in gw.internal.gosu.parser with type parameters of type IAnnotationInfo Modifier and Type Field Description (package private) java.util.List<IAnnotationInfo>GosuBaseAttributedFeatureInfo. _declaredAnnotationsprivate LockingLazyVar<java.util.List<IAnnotationInfo>>GosuClassTypeInfo. _declaredAnnotationsMethods in gw.internal.gosu.parser that return IAnnotationInfo Modifier and Type Method Description IAnnotationInfoAnnotationInfoFactoryImpl. create(java.lang.Class type, java.lang.Object[] expressionValue, IFeatureInfo owner)IAnnotationInfoAnnotationInfoFactoryImpl. createJavaAnnotation(java.lang.annotation.Annotation annotation, IFeatureInfo owner)IAnnotationInfoArrayExpansionMethodInfo. getAnnotation(IType type)IAnnotationInfoArrayExpansionPropertyInfo. getAnnotation(IType type)IAnnotationInfoAsmClassJavaClassInfo. getAnnotation(java.lang.Class annotationClass)IAnnotationInfoAsmConstructorJavaClassConstructor. getAnnotation(java.lang.Class annotationClass)IAnnotationInfoAsmFieldJavaClassField. getAnnotation(java.lang.Class annotationClass)IAnnotationInfoAsmMethodJavaClassMethod. getAnnotation(java.lang.Class annotationClass)IAnnotationInfoClassJavaClassInfo. getAnnotation(java.lang.Class annotationClass)IAnnotationInfoConstructorJavaClassConstructor. getAnnotation(java.lang.Class annotationClass)IAnnotationInfoErrorTypeInfo. getAnnotation(IType type)IAnnotationInfoFieldJavaClassField. getAnnotation(java.lang.Class annotationClass)IAnnotationInfoMethodJavaClassMethod. getAnnotation(java.lang.Class annotationClass)IAnnotationInfo[]AsmClassJavaClassInfo. getDeclaredAnnotations()IAnnotationInfo[]AsmConstructorJavaClassConstructor. getDeclaredAnnotations()IAnnotationInfo[]AsmFieldJavaClassField. getDeclaredAnnotations()IAnnotationInfo[]AsmMethodJavaClassMethod. getDeclaredAnnotations()IAnnotationInfo[]ClassJavaClassInfo. getDeclaredAnnotations()IAnnotationInfo[]ConstructorJavaClassConstructor. getDeclaredAnnotations()IAnnotationInfo[]FieldJavaClassField. getDeclaredAnnotations()IAnnotationInfo[]MethodJavaClassMethod. getDeclaredAnnotations()Methods in gw.internal.gosu.parser that return types with arguments of type IAnnotationInfo Modifier and Type Method Description java.util.List<IAnnotationInfo>ArrayExpansionMethodInfo. getAnnotations()java.util.List<IAnnotationInfo>ArrayExpansionPropertyInfo. getAnnotations()java.util.List<IAnnotationInfo>ErrorTypeInfo. getAnnotations()java.util.List<IAnnotationInfo>LengthProperty. getAnnotations()java.util.List<IAnnotationInfo>ArrayExpansionMethodInfo. getAnnotationsOfType(IType type)java.util.List<IAnnotationInfo>ArrayExpansionPropertyInfo. getAnnotationsOfType(IType type)java.util.List<IAnnotationInfo>ErrorTypeInfo. getAnnotationsOfType(IType type)java.util.List<IAnnotationInfo>ArrayExpansionMethodInfo. getDeclaredAnnotations()java.util.List<IAnnotationInfo>ArrayExpansionPropertyInfo. getDeclaredAnnotations()java.util.List<IAnnotationInfo>CompoundTypeInfo. getDeclaredAnnotations()java.util.List<IAnnotationInfo>ErrorTypeInfo. getDeclaredAnnotations()java.util.List<IAnnotationInfo>ErrorTypeInfo.UniversalConstructorInfo. getDeclaredAnnotations()java.util.List<IAnnotationInfo>ErrorTypeInfo.UniversalMethodInfo. getDeclaredAnnotations()java.util.List<IAnnotationInfo>ErrorTypeInfo.UniversalProperty. getDeclaredAnnotations()java.util.List<IAnnotationInfo>GosuBaseAttributedFeatureInfo. getDeclaredAnnotations()java.util.List<IAnnotationInfo>GosuClassTypeInfo. getDeclaredAnnotations()java.util.List<IAnnotationInfo>JavaBaseFeatureInfo. getDeclaredAnnotations()java.util.List<IAnnotationInfo>JavaConstructorInfo. getDeclaredAnnotations()java.util.List<IAnnotationInfo>JavaFieldPropertyInfo. getDeclaredAnnotations()java.util.List<IAnnotationInfo>JavaMethodInfo. getDeclaredAnnotations()java.util.List<IAnnotationInfo>JavaMethodParamInfo. getDeclaredAnnotations()java.util.List<IAnnotationInfo>JavaPropertyInfo. getDeclaredAnnotations()java.util.List<IAnnotationInfo>JavaTypeInfo. getDeclaredAnnotations()java.util.List<IAnnotationInfo>MetaTypeTypeInfo. getDeclaredAnnotations()java.util.List<IAnnotationInfo>MetaTypeTypeInfo.TypeProperty. getDeclaredAnnotations()java.util.List<IAnnotationInfo>NamespaceTypeInfo. getDeclaredAnnotations()java.util.List<IAnnotationInfo>StaticPropertyInfo. getDeclaredAnnotations()Methods in gw.internal.gosu.parser with parameters of type IAnnotationInfo Modifier and Type Method Description booleanGosuIndustrialParkImpl. isAnnotationAllowedMultipleTimes(IFeatureInfo fi, IAnnotationInfo annotationInfo)private static java.lang.StringGosuClassProxyFactory. makeAnnotationSource(IAnnotationInfo annotation)Constructors in gw.internal.gosu.parser with parameters of type IAnnotationInfo Constructor Description AnnotationInfoInvocationHandler(IAnnotationInfo ai)RepeatableContainerAnnotationInfo(IAnnotationInfo[] annotations, IType container, IType owner) -
Uses of IAnnotationInfo in gw.internal.gosu.parser.fragments
Methods in gw.internal.gosu.parser.fragments that return IAnnotationInfo Modifier and Type Method Description IAnnotationInfoGosuFragmentTypeInfo. getAnnotation(IType type)Methods in gw.internal.gosu.parser.fragments that return types with arguments of type IAnnotationInfo Modifier and Type Method Description java.util.List<IAnnotationInfo>GosuFragmentTypeInfo. getAnnotations()java.util.List<IAnnotationInfo>GosuFragmentTypeInfo. getAnnotationsOfType(IType type)java.util.List<IAnnotationInfo>GosuFragmentTypeInfo. getDeclaredAnnotations() -
Uses of IAnnotationInfo in gw.internal.gosu.parser.java.classinfo
Classes in gw.internal.gosu.parser.java.classinfo that implement IAnnotationInfo Modifier and Type Class Description classAsmClassAnnotationInfoclassJavaSourceAnnotationInfoMethods in gw.internal.gosu.parser.java.classinfo that return IAnnotationInfo Modifier and Type Method Description IAnnotationInfoIModifierList. getAnnotation(java.lang.Class annotationClass)IAnnotationInfoJavaArrayClassInfo. getAnnotation(java.lang.Class annotationClass)IAnnotationInfoJavaAsmModifierList. getAnnotation(java.lang.Class annotationClass)IAnnotationInfoJavaSourceDefaultConstructor. getAnnotation(java.lang.Class annotationClass)IAnnotationInfoJavaSourceField. getAnnotation(java.lang.Class annotationClass)IAnnotationInfoJavaSourceMethod. getAnnotation(java.lang.Class annotationClass)IAnnotationInfoJavaSourceModifierList. getAnnotation(java.lang.Class annotationClass)IAnnotationInfoJavaSourceParameter. getAnnotation(java.lang.Class<? extends java.lang.annotation.Annotation> annotationClass)IAnnotationInfoJavaSourceType. getAnnotation(java.lang.Class annotationClass)IAnnotationInfoJavaSourceUnresolvedClass. getAnnotation(java.lang.Class<? extends java.lang.annotation.Annotation> annotationClass)IAnnotationInfoSyntheticJavaMethod. getAnnotation(java.lang.Class<? extends java.lang.annotation.Annotation> annotationClass)IAnnotationInfo[]IModifierList. getAnnotations()IAnnotationInfo[]JavaAsmModifierList. getAnnotations()IAnnotationInfo[]JavaSourceModifierList. getAnnotations()IAnnotationInfo[]JavaArrayClassInfo. getDeclaredAnnotations()IAnnotationInfo[]JavaSourceDefaultConstructor. getDeclaredAnnotations()IAnnotationInfo[]JavaSourceField. getDeclaredAnnotations()IAnnotationInfo[]JavaSourceMethod. getDeclaredAnnotations()IAnnotationInfo[]JavaSourceParameter. getDeclaredAnnotations()IAnnotationInfo[]JavaSourceType. getDeclaredAnnotations()IAnnotationInfo[]JavaSourceUnresolvedClass. getDeclaredAnnotations()IAnnotationInfo[]SyntheticJavaMethod. getDeclaredAnnotations() -
Uses of IAnnotationInfo in gw.internal.gosu.parser.java.compiler
Methods in gw.internal.gosu.parser.java.compiler with parameters of type IAnnotationInfo Modifier and Type Method Description private java.lang.StringJavaStubGenerator. genFieldValue(IAnnotationInfo ai, IType fieldType, java.lang.String fieldName)Method parameters in gw.internal.gosu.parser.java.compiler with type arguments of type IAnnotationInfo Modifier and Type Method Description private voidJavaStubGenerator. genAnnotations(java.lang.StringBuilder sb, java.util.List<? extends IAnnotationInfo> annotations) -
Uses of IAnnotationInfo in gw.internal.gosu.properties
Methods in gw.internal.gosu.properties that return types with arguments of type IAnnotationInfo Modifier and Type Method Description java.util.List<IAnnotationInfo>PropertiesPropertyInfo. getDeclaredAnnotations() -
Uses of IAnnotationInfo in gw.lang
Methods in gw.lang with parameters of type IAnnotationInfo Modifier and Type Method Description static java.lang.ObjectGosuShop. getAnnotationFieldValueAsArray(IAnnotationInfo annotationInfo, java.lang.String field)booleanIGosuShop. isAnnotationAllowedMultipleTimes(IFeatureInfo fi, IAnnotationInfo annotationInfo) -
Uses of IAnnotationInfo in gw.lang.annotation
Methods in gw.lang.annotation that return types with arguments of type IAnnotationInfo Modifier and Type Method Description private static java.util.ArrayList<IAnnotationInfo>UsageModifier. getExplicitUsageAnnotations(IType type)Methods in gw.lang.annotation with parameters of type IAnnotationInfo Modifier and Type Method Description static UsageModifierUsageModifier. getUsageModifier(UsageTarget targetType, IAnnotationInfo annotation)Method parameters in gw.lang.annotation with type arguments of type IAnnotationInfo Modifier and Type Method Description private static UsageModifierUsageModifier. getUsageModifier(UsageTarget targetType, UsageModifier modifier, java.util.ArrayList<IAnnotationInfo> annotationInfos) -
Uses of IAnnotationInfo in gw.lang.ir
Fields in gw.lang.ir declared as IAnnotationInfo Modifier and Type Field Description private IAnnotationInfoIRAnnotation. _annotationMethods in gw.lang.ir that return IAnnotationInfo Modifier and Type Method Description IAnnotationInfoIRAnnotation. getValue()Constructors in gw.lang.ir with parameters of type IAnnotationInfo Constructor Description IRAnnotation(IRType descriptor, boolean include, IAnnotationInfo annotation) -
Uses of IAnnotationInfo in gw.lang.reflect
Fields in gw.lang.reflect with type parameters of type IAnnotationInfo Modifier and Type Field Description private java.util.List<IAnnotationInfo>BaseFeatureInfo. _annotationsprivate java.util.List<IAnnotationInfo>PropertyInfoBuilder. _annotationsprivate java.util.List<IAnnotationInfo>PropertyInfoBuilder.BuiltPropertyInfo. _annotationsprivate java.util.List<IAnnotationInfo>BaseFeatureInfo. _deprecatedMethods in gw.lang.reflect that return IAnnotationInfo Modifier and Type Method Description IAnnotationInfoIAnnotationInfoFactory. create(java.lang.Class type, java.lang.Object[] expressionValue, IFeatureInfo owner)IAnnotationInfoIAnnotationInfoFactory. createJavaAnnotation(java.lang.annotation.Annotation annotation, IFeatureInfo owner)IAnnotationInfoBaseFeatureInfo. getAnnotation(IType type)IAnnotationInfoConstructorInfoBuilder.BuiltConstructorInfo. getAnnotation(IType type)IAnnotationInfoIAnnotatedFeatureInfo. getAnnotation(IType type)IAnnotationInfoIAnnotatedFeatureInfo.IAnnotationInfoHelper. getAnnotation(IType type, java.util.List<IAnnotationInfo> annotations, java.lang.String featureName)IAnnotationInfoMethodInfoBase. getAnnotation(IType type)IAnnotationInfoMethodInfoBuilder.BuiltMethodInfo. getAnnotation(IType type)IAnnotationInfoMethodInfoDelegate. getAnnotation(IType type)IAnnotationInfoPropertyInfoBase. getAnnotation(IType type)IAnnotationInfoPropertyInfoDelegate. getAnnotation(IType type)IAnnotationInfoTypeInfoBase. getAnnotation(IType type)Methods in gw.lang.reflect that return types with arguments of type IAnnotationInfo Modifier and Type Method Description private static java.util.List<IAnnotationInfo>AnnotationReflectUtil. evalThrows(IAnnotatedFeatureInfo typeInfo)Deprecated.java.util.List<IAnnotationInfo>BaseFeatureInfo. getAnnotations()java.util.List<IAnnotationInfo>ConstructorInfoBuilder.BuiltConstructorInfo. getAnnotations()java.util.List<IAnnotationInfo>IAnnotatedFeatureInfo. getAnnotations()java.util.List<IAnnotationInfo>MethodInfoBase. getAnnotations()java.util.List<IAnnotationInfo>MethodInfoBuilder.BuiltMethodInfo. getAnnotations()java.util.List<IAnnotationInfo>MethodInfoDelegate. getAnnotations()java.util.List<IAnnotationInfo>PropertyInfoBase. getAnnotations()java.util.List<IAnnotationInfo>PropertyInfoDelegate. getAnnotations()java.util.List<IAnnotationInfo>TypeInfoBase. getAnnotations()java.util.List<IAnnotationInfo>BaseFeatureInfo. getAnnotationsOfType(IType type)Returns the list of annotations exactly matching the annotation passed in.java.util.List<IAnnotationInfo>ConstructorInfoBuilder.BuiltConstructorInfo. getAnnotationsOfType(IType type)java.util.List<IAnnotationInfo>IAnnotatedFeatureInfo. getAnnotationsOfType(IType type)java.util.List<IAnnotationInfo>IAnnotatedFeatureInfo.IAnnotationInfoHelper. getAnnotationsOfType(IType type, java.util.List<IAnnotationInfo> annotations)java.util.List<IAnnotationInfo>MethodInfoBase. getAnnotationsOfType(IType type)java.util.List<IAnnotationInfo>MethodInfoBuilder.BuiltMethodInfo. getAnnotationsOfType(IType type)java.util.List<IAnnotationInfo>MethodInfoDelegate. getAnnotationsOfType(IType type)java.util.List<IAnnotationInfo>PropertyInfoBase. getAnnotationsOfType(IType type)java.util.List<IAnnotationInfo>PropertyInfoDelegate. getAnnotationsOfType(IType type)java.util.List<IAnnotationInfo>TypeInfoBase. getAnnotationsOfType(IType type)java.util.List<IAnnotationInfo>BaseJavaTypeInfo. getDeclaredAnnotations()java.util.List<IAnnotationInfo>BaseTypeInfo. getDeclaredAnnotations()java.util.List<IAnnotationInfo>ConstructorInfoBuilder.BuiltConstructorInfo. getDeclaredAnnotations()java.util.List<IAnnotationInfo>DefaultArrayTypeInfo. getDeclaredAnnotations()java.util.List<IAnnotationInfo>FeatureManagerTypeInfoBase. getDeclaredAnnotations()java.util.List<IAnnotationInfo>FunctionTypeInfo. getDeclaredAnnotations()java.util.List<IAnnotationInfo>IAnnotatedFeatureInfo. getDeclaredAnnotations()java.util.List<IAnnotationInfo>MethodInfoBuilder.BuiltMethodInfo. getDeclaredAnnotations()java.util.List<IAnnotationInfo>MethodInfoDelegate. getDeclaredAnnotations()java.util.List<IAnnotationInfo>PropertyInfoBuilder.BuiltPropertyInfo. getDeclaredAnnotations()java.util.List<IAnnotationInfo>PropertyInfoDelegate. getDeclaredAnnotations()java.util.List<IAnnotationInfo>SimpleMethodInfo. getDeclaredAnnotations()java.util.List<IAnnotationInfo>SimpleParameterInfo. getDeclaredAnnotations()private java.util.List<IAnnotationInfo>BaseFeatureInfo. getDeprecatedAnnotation()Methods in gw.lang.reflect with parameters of type IAnnotationInfo Modifier and Type Method Description booleanIAnnotatedFeatureInfo.IAnnotationInfoHelper. shouldAddInheritedAnnotation(IFeatureInfo fi, java.util.List<IAnnotationInfo> annotations, IAnnotationInfo annotationInfo)PropertyInfoBuilderPropertyInfoBuilder. withAnnotations(IAnnotationInfo... annotations)Method parameters in gw.lang.reflect with type arguments of type IAnnotationInfo Modifier and Type Method Description private voidBaseFeatureInfo. addAnnotations(java.util.List<IAnnotationInfo> annotations, BaseFeatureInfo fi, java.util.Map visitedFeatures)IAnnotationInfoIAnnotatedFeatureInfo.IAnnotationInfoHelper. getAnnotation(IType type, java.util.List<IAnnotationInfo> annotations, java.lang.String featureName)java.util.List<IAnnotationInfo>IAnnotatedFeatureInfo.IAnnotationInfoHelper. getAnnotationsOfType(IType type, java.util.List<IAnnotationInfo> annotations)booleanIAnnotatedFeatureInfo.IAnnotationInfoHelper. hasAnnotation(IType type, java.util.List<IAnnotationInfo> annotations)booleanIAnnotatedFeatureInfo.IAnnotationInfoHelper. shouldAddInheritedAnnotation(IFeatureInfo fi, java.util.List<IAnnotationInfo> annotations, IAnnotationInfo annotationInfo) -
Uses of IAnnotationInfo in gw.lang.reflect.java
Methods in gw.lang.reflect.java that return IAnnotationInfo Modifier and Type Method Description IAnnotationInfoErrorJavaClassInfo. getAnnotation(java.lang.Class<? extends java.lang.annotation.Annotation> annotationClass)IAnnotationInfoIJavaAnnotatedElement. getAnnotation(java.lang.Class<? extends java.lang.annotation.Annotation> annotationClass)Returns this element's annotation for the specified type if such an annotation is present, else null.IAnnotationInfo[]ErrorJavaClassInfo. getDeclaredAnnotations()IAnnotationInfo[]IJavaAnnotatedElement. getDeclaredAnnotations()Returns all annotations that are directly present on this element. -
Uses of IAnnotationInfo in gw.test
Methods in gw.test with parameters of type IAnnotationInfo Modifier and Type Method Description private booleanTestClass. isKnownBreakQualifier(IAnnotationInfo ai)protected booleanTestClass. isMetaAnnotationInfo(IAnnotationInfo ai)private static booleanTestClassWrapper. isMetaAnnotationInfo(IAnnotationInfo ai)Method parameters in gw.test with type arguments of type IAnnotationInfo Modifier and Type Method Description protected java.util.Collection<TestMetadata>TestClass. createMetadata(java.util.List<IAnnotationInfo> annotationInfos)Constructors in gw.test with parameters of type IAnnotationInfo Constructor Description TestMetadata(IAnnotationInfo testAnnotation) -
Uses of IAnnotationInfo in gw.testharness
Methods in gw.testharness that return types with arguments of type IAnnotationInfo Modifier and Type Method Description java.lang.Class<? extends Predicate<? super IAnnotationInfo>>value()Methods in gw.testharness with parameters of type IAnnotationInfo Modifier and Type Method Description booleanKnownBreakConditionPredicate. evaluate(IAnnotationInfo o)static booleanKnownBreakConditionPredicate. isKnownBreakCondition(IAnnotationInfo kbCond) -
Uses of IAnnotationInfo in gw.util
Methods in gw.util that return types with arguments of type IAnnotationInfo Modifier and Type Method Description static java.util.Map<IType,java.util.List<IAnnotationInfo>>AnnotationUtil. map(java.util.List<IAnnotationInfo> annotations)Method parameters in gw.util with type arguments of type IAnnotationInfo Modifier and Type Method Description static java.util.Map<IType,java.util.List<IAnnotationInfo>>AnnotationUtil. map(java.util.List<IAnnotationInfo> annotations)
-