Uses of Class
gw.lang.parser.AnnotationUseSiteTarget
-
Packages that use AnnotationUseSiteTarget Package Description gw.internal.gosu.parser gw.internal.gosu.parser.expressions 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 AnnotationUseSiteTarget
GosuAnnotation. getTarget()
AnnotationUseSiteTarget
GosuAnnotationInfo. getTarget()
AnnotationUseSiteTarget
GosuDocAnnotation. getTarget()
AnnotationUseSiteTarget
IGosuAnnotation. getTarget()
Constructors in gw.internal.gosu.parser with parameters of type AnnotationUseSiteTarget Constructor Description GosuAnnotation(ICompilableTypeInternal enclosingType, IType type, Expression expression, AnnotationUseSiteTarget target, int iOffset, int end)
-
Uses of AnnotationUseSiteTarget in gw.internal.gosu.parser.expressions
Methods in gw.internal.gosu.parser.expressions that return AnnotationUseSiteTarget Modifier and Type Method Description AnnotationUseSiteTarget
AnnotationUseSiteTargetClause. getTarget()
Constructors in gw.internal.gosu.parser.expressions with parameters of type AnnotationUseSiteTarget Constructor Description AnnotationUseSiteTargetClause(AnnotationUseSiteTarget target)
-
Uses of AnnotationUseSiteTarget in gw.lang.annotation
Methods in gw.lang.annotation with parameters of type AnnotationUseSiteTarget Modifier and Type Method Description static UsageModifier
UsageModifier. getUsageModifier(IParsedElement pe, UsageTarget targetType, IType annotationType, AnnotationUseSiteTarget target)
static boolean
UsageModifier. 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 AnnotationUseSiteTarget
AnnotationUseSiteTarget. 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 AnnotationUseSiteTarget
IAnnotationUseSiteTargetClause. getTarget()
-
Uses of AnnotationUseSiteTarget in gw.lang.reflect
Methods in gw.lang.reflect that return AnnotationUseSiteTarget Modifier and Type Method Description default AnnotationUseSiteTarget
IAnnotationInfo. getTarget()
-