Uses of Class
gw.lang.parser.AnnotationUseSiteTarget
-
Packages that use AnnotationUseSiteTarget Package Description gw.internal.gosu.parser gw.lang.annotation gw.lang.parser gw.lang.parser.expressions gw.lang.reflect -
-
Uses of AnnotationUseSiteTarget in gw.internal.gosu.parser
Methods in gw.internal.gosu.parser that return AnnotationUseSiteTarget Modifier and Type Method Description AnnotationUseSiteTargetIGosuAnnotation. getTarget() -
Uses of AnnotationUseSiteTarget in gw.lang.annotation
Methods in gw.lang.annotation with parameters of type AnnotationUseSiteTarget Modifier and Type Method Description static UsageModifierUsageModifier. getUsageModifier(IParsedElement pe, UsageTarget targetType, IType annotationType, AnnotationUseSiteTarget target)static booleanUsageModifier. targetAppliesToParsedElement(IParsedElement pe, AnnotationUseSiteTarget target) -
Uses of AnnotationUseSiteTarget in gw.lang.parser
Methods in gw.lang.parser that return AnnotationUseSiteTarget Modifier and Type Method Description static AnnotationUseSiteTargetAnnotationUseSiteTarget. valueOf(String name)Returns the enum constant of this type with the specified name.static AnnotationUseSiteTarget[]AnnotationUseSiteTarget. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AnnotationUseSiteTarget in gw.lang.parser.expressions
Methods in gw.lang.parser.expressions that return AnnotationUseSiteTarget Modifier and Type Method Description AnnotationUseSiteTargetIAnnotationUseSiteTargetClause. getTarget() -
Uses of AnnotationUseSiteTarget in gw.lang.reflect
Methods in gw.lang.reflect that return AnnotationUseSiteTarget Modifier and Type Method Description default AnnotationUseSiteTargetIAnnotationInfo. getTarget()
-