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) void
ParserBase.verifyAnnotations
(IParsedElement pe, ModifierInfo modInfo, UsageTarget targetType) (package private) void
ParserBase.verifyModifiers
(IParsedElement pe, ModifierInfo modInfo, UsageTarget targetType) -
Uses of UsageTarget in gw.lang.annotation
Methods in gw.lang.annotation that return UsageTargetModifier and TypeMethodDescriptionstatic UsageTarget
UsageTarget.convert
(ElementType elementType) static UsageTarget
UsageTarget.getForFeature
(IFeatureInfo fi) static UsageTarget
Returns 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 UsageModifier
UsageModifier.getUsageModifier
(UsageTarget targetType, UsageModifier modifier, ArrayList<IAnnotationInfo> annotationInfos) static UsageModifier
UsageModifier.getUsageModifier
(UsageTarget targetType, IAnnotationInfo annotation) static UsageModifier
UsageModifier.getUsageModifier
(IParsedElement pe, UsageTarget targetType, IType annotationType, AnnotationUseSiteTarget target) private static UsageModifier
UsageModifier.translateJavaElementTypeToUsageModifier
(IParsedElement pe, UsageTarget targetType, IType annotationType, AnnotationUseSiteTarget target)