Uses of Interface
gw.internal.gosu.parser.IGosuAnnotation
-
Packages that use IGosuAnnotation Package Description gw.lang.ir gw.lang.parser gw.lang.parser.expressions gw.lang.reflect -
-
Uses of IGosuAnnotation in gw.lang.ir
Constructors in gw.lang.ir with parameters of type IGosuAnnotation Constructor Description IRGosuAnnotation(IRType descriptor, boolean include, IGosuAnnotation gosuAnnotation) -
Uses of IGosuAnnotation in gw.lang.parser
Methods in gw.lang.parser that return types with arguments of type IGosuAnnotation Modifier and Type Method Description List<IGosuAnnotation>DefaultReducedSymbol. getAnnotations()List<IGosuAnnotation>IReducedSymbol. getAnnotations() -
Uses of IGosuAnnotation in gw.lang.parser.expressions
Methods in gw.lang.parser.expressions that return IGosuAnnotation Modifier and Type Method Description IGosuAnnotationIAnnotationExpression. getAnnotation()Methods in gw.lang.parser.expressions with parameters of type IGosuAnnotation Modifier and Type Method Description voidIAnnotationExpression. setAnnotation(IGosuAnnotation annotation) -
Uses of IGosuAnnotation in gw.lang.reflect
Methods in gw.lang.reflect that return types with arguments of type IGosuAnnotation Modifier and Type Method Description List<IGosuAnnotation>IModifierInfo. getAnnotations()
-