Uses of Enum
gw.lang.annotation.UsageTarget
Packages that use UsageTarget
-
Uses of UsageTarget in gw.internal.gosu.parser
Methods in gw.internal.gosu.parser with parameters of type UsageTargetModifier and TypeMethodDescription(package private) voidParserBase.verifyAnnotations(IParsedElement pe, ModifierInfo modInfo, UsageTarget targetType) (package private) voidParserBase.verifyModifiers(IParsedElement pe, ModifierInfo modInfo, UsageTarget targetType) -
Uses of UsageTarget in gw.lang.annotation
Methods in gw.lang.annotation that return UsageTargetModifier and TypeMethodDescriptionstatic UsageTargetUsageTarget.convert(ElementType elementType) static UsageTargetUsageTarget.getForFeature(IFeatureInfo fi) static UsageTargetReturns the enum constant of this type with the specified name.static UsageTarget[]UsageTarget.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in gw.lang.annotation with parameters of type UsageTargetModifier and TypeMethodDescriptionprivate static UsageModifierUsageModifier.getUsageModifier(UsageTarget targetType, UsageModifier modifier, ArrayList<IAnnotationInfo> annotationInfos) static UsageModifierUsageModifier.getUsageModifier(UsageTarget targetType, IAnnotationInfo annotation) static UsageModifierUsageModifier.getUsageModifier(IParsedElement pe, UsageTarget targetType, IType annotationType, AnnotationUseSiteTarget target) private static UsageModifierUsageModifier.translateJavaElementTypeToUsageModifier(IParsedElement pe, UsageTarget targetType, IType annotationType, AnnotationUseSiteTarget target)