Uses of Interface
gw.internal.gosu.parser.IGosuAnnotation
Packages that use IGosuAnnotation
Package
Description
-
Uses of IGosuAnnotation in gw.internal.gosu.ir.transform
Method parameters in gw.internal.gosu.ir.transform with type arguments of type IGosuAnnotationModifier and TypeMethodDescriptionstatic List<GosuAnnotationInfo> AbstractElementTransformer.makeAnnotationInfos(List<IGosuAnnotation> gosuAnnotations, IFeatureInfo fiAnnotated) -
Uses of IGosuAnnotation in gw.internal.gosu.parser
Classes in gw.internal.gosu.parser that implement IGosuAnnotationModifier and TypeClassDescriptionclassHolds annotation information for a featureclassHolds annotation information for a featureMethods in gw.internal.gosu.parser that return IGosuAnnotationMethods in gw.internal.gosu.parser that return types with arguments of type IGosuAnnotationModifier and TypeMethodDescriptionDocCommentBlock.getAnnotations()MemberFieldSymbol.getAnnotations()ModifierInfo.getAnnotations()ParsedElement.getAnnotations()ReducedDynamicFunctionSymbol.getAnnotations()ReducedDynamicPropertySymbol.getAnnotations()ReducedSymbol.getAnnotations()Symbol.getAnnotations()protected List<IGosuAnnotation> AbstractGenericMethodInfo.getGosuAnnotations()protected abstract List<IGosuAnnotation> GosuBaseAttributedFeatureInfo.getGosuAnnotations()List<? extends IGosuAnnotation> GosuClass.getGosuAnnotations()protected List<IGosuAnnotation> GosuMethodInfo.getGosuAnnotations()protected List<IGosuAnnotation> GosuMethodParamInfo.getGosuAnnotations()protected List<IGosuAnnotation> GosuPropertyInfo.getGosuAnnotations()protected List<IGosuAnnotation> GosuVarPropertyInfo.getGosuAnnotations()List<? extends IGosuAnnotation> ICompilableTypeInternal.getGosuAnnotations()List<? extends IGosuAnnotation> IGosuClassInternal.getGosuAnnotations()Methods in gw.internal.gosu.parser with parameters of type IGosuAnnotationModifier and TypeMethodDescriptionvoidModifierInfo.addAnnotation(IGosuAnnotation annotation) static booleanGosuClassParser.violatesRepeatable(List<IGosuAnnotation> annotations, IGosuAnnotation anno) Method parameters in gw.internal.gosu.parser with type arguments of type IGosuAnnotationModifier and TypeMethodDescriptionprotected voidParserBase.parseAnnotation(List<IGosuAnnotation> annotations) voidGosuClass.setAnnotations(List<IGosuAnnotation> annotations) voidIGosuClassInternal.setAnnotations(List<IGosuAnnotation> annotations) voidModifierInfo.setAnnotations(List<IGosuAnnotation> annotations) static booleanGosuClassParser.violatesRepeatable(List<IGosuAnnotation> annotations, IGosuAnnotation anno) Constructors in gw.internal.gosu.parser with parameters of type IGosuAnnotationModifierConstructorDescriptionGosuAnnotationInfo(IGosuAnnotation rawAnnotation, IFeatureInfo container, IGosuClassInternal owner) -
Uses of IGosuAnnotation in gw.internal.gosu.parser.expressions
Methods in gw.internal.gosu.parser.expressions that return types with arguments of type IGosuAnnotationMethods in gw.internal.gosu.parser.expressions with parameters of type IGosuAnnotationModifier and TypeMethodDescriptionvoidAnnotationExpression.setAnnotation(IGosuAnnotation annotation) -
Uses of IGosuAnnotation in gw.internal.gosu.parser.fragments
Methods in gw.internal.gosu.parser.fragments that return types with arguments of type IGosuAnnotationModifier and TypeMethodDescriptionList<? extends IGosuAnnotation> GosuFragment.getGosuAnnotations()Deprecated. -
Uses of IGosuAnnotation in gw.internal.gosu.parser.statements
Methods in gw.internal.gosu.parser.statements that return types with arguments of type IGosuAnnotationModifier and TypeMethodDescriptionClassStatement.getAnnotations()FunctionStatement.getAnnotations()VarStatement.getAnnotations()VarStatement.getDeclAnnotations()Method parameters in gw.internal.gosu.parser.statements with type arguments of type IGosuAnnotationModifier and TypeMethodDescriptionvoidVarStatement.setDeclAnnotations(List<IGosuAnnotation> declAnnotations) -
Uses of IGosuAnnotation in gw.lang.ir
Constructors in gw.lang.ir with parameters of type IGosuAnnotationModifierConstructorDescriptionIRGosuAnnotation(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 IGosuAnnotationModifier and TypeMethodDescriptionDefaultReducedSymbol.getAnnotations()IReducedSymbol.getAnnotations() -
Uses of IGosuAnnotation in gw.lang.parser.expressions
Methods in gw.lang.parser.expressions that return IGosuAnnotationMethods in gw.lang.parser.expressions with parameters of type IGosuAnnotationModifier and TypeMethodDescriptionvoidIAnnotationExpression.setAnnotation(IGosuAnnotation annotation) -
Uses of IGosuAnnotation in gw.lang.reflect
Methods in gw.lang.reflect that return types with arguments of type IGosuAnnotation