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 List<IAnnotationInfo>
PackagePropertyInfo. getDeclaredAnnotations()
List<IAnnotationInfo>
PackageTypeInfo. getDeclaredAnnotations()
List<IAnnotationInfo>
TypeInPackageTypeInfo. getDeclaredAnnotations()
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 List<IAnnotationInfo>
DynamicConstructorInfo. getDeclaredAnnotations()
List<IAnnotationInfo>
DynamicMethodInfo. getDeclaredAnnotations()
List<IAnnotationInfo>
DynamicPropertyInfo. getDeclaredAnnotations()
-
Uses of IAnnotationInfo in gw.internal.gosu.parser
Classes in gw.internal.gosu.parser that implement IAnnotationInfo Modifier and Type Class Description class
ClassAnnotationInfo
Holds annotation information for a featureclass
GosuAnnotationInfo
class
RepeatableContainerAnnotationInfo
Methods in gw.internal.gosu.parser that return IAnnotationInfo Modifier and Type Method Description IAnnotationInfo
AnnotationInfoFactoryImpl. create(Class type, Object[] expressionValue, IFeatureInfo owner)
IAnnotationInfo
AnnotationInfoFactoryImpl. createJavaAnnotation(Annotation annotation, IFeatureInfo owner)
IAnnotationInfo
ArrayExpansionMethodInfo. getAnnotation(IType type)
IAnnotationInfo
ArrayExpansionPropertyInfo. getAnnotation(IType type)
IAnnotationInfo
AsmClassJavaClassInfo. getAnnotation(Class annotationClass)
IAnnotationInfo
AsmConstructorJavaClassConstructor. getAnnotation(Class annotationClass)
IAnnotationInfo
AsmFieldJavaClassField. getAnnotation(Class annotationClass)
IAnnotationInfo
AsmMethodJavaClassMethod. getAnnotation(Class annotationClass)
IAnnotationInfo
ClassJavaClassInfo. getAnnotation(Class annotationClass)
IAnnotationInfo
ConstructorJavaClassConstructor. getAnnotation(Class annotationClass)
IAnnotationInfo
ErrorTypeInfo. getAnnotation(IType type)
IAnnotationInfo
FieldJavaClassField. getAnnotation(Class annotationClass)
IAnnotationInfo
MethodJavaClassMethod. getAnnotation(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 with parameters of type IAnnotationInfo Modifier and Type Method Description boolean
GosuIndustrialParkImpl. isAnnotationAllowedMultipleTimes(IFeatureInfo fi, IAnnotationInfo annotationInfo)
Constructors in gw.internal.gosu.parser with parameters of type IAnnotationInfo Constructor Description 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 IAnnotationInfo
GosuFragmentTypeInfo. getAnnotation(IType type)
Methods in gw.internal.gosu.parser.fragments that return types with arguments of type IAnnotationInfo Modifier and Type Method Description List<IAnnotationInfo>
GosuFragmentTypeInfo. getAnnotations()
List<IAnnotationInfo>
GosuFragmentTypeInfo. getAnnotationsOfType(IType type)
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 class
AsmClassAnnotationInfo
class
JavaSourceAnnotationInfo
Methods in gw.internal.gosu.parser.java.classinfo that return IAnnotationInfo Modifier and Type Method Description IAnnotationInfo
IModifierList. getAnnotation(Class annotationClass)
IAnnotationInfo
JavaArrayClassInfo. getAnnotation(Class annotationClass)
IAnnotationInfo
JavaAsmModifierList. getAnnotation(Class annotationClass)
IAnnotationInfo
JavaSourceDefaultConstructor. getAnnotation(Class annotationClass)
IAnnotationInfo
JavaSourceField. getAnnotation(Class annotationClass)
IAnnotationInfo
JavaSourceMethod. getAnnotation(Class annotationClass)
IAnnotationInfo
JavaSourceModifierList. getAnnotation(Class annotationClass)
IAnnotationInfo
JavaSourceParameter. getAnnotation(Class<? extends Annotation> annotationClass)
IAnnotationInfo
JavaSourceType. getAnnotation(Class annotationClass)
IAnnotationInfo
JavaSourceUnresolvedClass. getAnnotation(Class<? extends Annotation> annotationClass)
IAnnotationInfo
SyntheticJavaMethod. getAnnotation(Class<? extends 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.lang
Methods in gw.lang with parameters of type IAnnotationInfo Modifier and Type Method Description static Object
GosuShop. getAnnotationFieldValueAsArray(IAnnotationInfo annotationInfo, String field)
boolean
IGosuShop. isAnnotationAllowedMultipleTimes(IFeatureInfo fi, IAnnotationInfo annotationInfo)
-
Uses of IAnnotationInfo in gw.lang.annotation
Methods in gw.lang.annotation with parameters of type IAnnotationInfo Modifier and Type Method Description static UsageModifier
UsageModifier. getUsageModifier(UsageTarget targetType, IAnnotationInfo annotation)
-
Uses of IAnnotationInfo in gw.lang.ir
Methods in gw.lang.ir that return IAnnotationInfo Modifier and Type Method Description IAnnotationInfo
IRAnnotation. 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
Methods in gw.lang.reflect that return IAnnotationInfo Modifier and Type Method Description IAnnotationInfo
IAnnotationInfoFactory. create(Class type, Object[] expressionValue, IFeatureInfo owner)
IAnnotationInfo
IAnnotationInfoFactory. createJavaAnnotation(Annotation annotation, IFeatureInfo owner)
IAnnotationInfo
BaseFeatureInfo. getAnnotation(IType type)
IAnnotationInfo
IAnnotatedFeatureInfo. getAnnotation(IType type)
IAnnotationInfo
IAnnotatedFeatureInfo.IAnnotationInfoHelper. getAnnotation(IType type, List<IAnnotationInfo> annotations, String featureName)
IAnnotationInfo
MethodInfoBase. getAnnotation(IType type)
IAnnotationInfo
MethodInfoDelegate. getAnnotation(IType type)
IAnnotationInfo
PropertyInfoBase. getAnnotation(IType type)
IAnnotationInfo
PropertyInfoDelegate. getAnnotation(IType type)
IAnnotationInfo
TypeInfoBase. getAnnotation(IType type)
Methods in gw.lang.reflect with parameters of type IAnnotationInfo Modifier and Type Method Description boolean
IAnnotatedFeatureInfo.IAnnotationInfoHelper. shouldAddInheritedAnnotation(IFeatureInfo fi, List<IAnnotationInfo> annotations, IAnnotationInfo annotationInfo)
PropertyInfoBuilder
PropertyInfoBuilder. withAnnotations(IAnnotationInfo... annotations)
Method parameters in gw.lang.reflect with type arguments of type IAnnotationInfo Modifier and Type Method Description IAnnotationInfo
IAnnotatedFeatureInfo.IAnnotationInfoHelper. getAnnotation(IType type, List<IAnnotationInfo> annotations, String featureName)
List<IAnnotationInfo>
IAnnotatedFeatureInfo.IAnnotationInfoHelper. getAnnotationsOfType(IType type, List<IAnnotationInfo> annotations)
boolean
IAnnotatedFeatureInfo.IAnnotationInfoHelper. hasAnnotation(IType type, List<IAnnotationInfo> annotations)
boolean
IAnnotatedFeatureInfo.IAnnotationInfoHelper. shouldAddInheritedAnnotation(IFeatureInfo fi, 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 IAnnotationInfo
ErrorJavaClassInfo. getAnnotation(Class<? extends Annotation> annotationClass)
IAnnotationInfo
IJavaAnnotatedElement. getAnnotation(Class<? extends 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 protected boolean
TestClass. isMetaAnnotationInfo(IAnnotationInfo ai)
Method parameters in gw.test with type arguments of type IAnnotationInfo Modifier and Type Method Description protected Collection<TestMetadata>
TestClass. createMetadata(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 Class<? extends Predicate<? super IAnnotationInfo>>
value()
Methods in gw.testharness with parameters of type IAnnotationInfo Modifier and Type Method Description boolean
KnownBreakConditionPredicate. evaluate(IAnnotationInfo o)
static boolean
KnownBreakConditionPredicate. 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 Map<IType,List<IAnnotationInfo>>
AnnotationUtil. map(List<IAnnotationInfo> annotations)
Method parameters in gw.util with type arguments of type IAnnotationInfo Modifier and Type Method Description static Map<IType,List<IAnnotationInfo>>
AnnotationUtil. map(List<IAnnotationInfo> annotations)
-