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 featureFields in gw.internal.gosu.parser declared as IGosuAnnotationFields in gw.internal.gosu.parser with type parameters of type IGosuAnnotationModifier and TypeFieldDescriptionprivate List<IGosuAnnotation>ModifierInfo._annotationsprivate List<IGosuAnnotation>ReducedSymbol._annotationsMethods in gw.internal.gosu.parser that return IGosuAnnotationModifier and TypeMethodDescriptionGosuAnnotationInfo.getRawAnnotation()DocCommentBlock.DocAnnotationData.makeAnnotation(ICompilableType ownersType, ITypeUsesMap typeUses) Methods 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()private List<IGosuAnnotation>GosuParser.parseLocalAnnotations(List<IGosuAnnotation> annotations) Methods in gw.internal.gosu.parser with parameters of type IGosuAnnotationModifier and TypeMethodDescriptionvoidModifierInfo.addAnnotation(IGosuAnnotation annotation) private booleanGosuParser.appliesToElementType(IGosuAnnotation anno, ElementType elemType) private booleanGosuClassParser.appliesToField(IGosuAnnotation anno) (package private) static voidGosuParser.setFromTargetModifier(IGosuAnnotation anno, ModifierInfo modifierInfo) static booleanGosuClassParser.violatesRepeatable(List<IGosuAnnotation> annotations, IGosuAnnotation anno) Method parameters in gw.internal.gosu.parser with type arguments of type IGosuAnnotationModifier and TypeMethodDescriptionprivate voidModifierInfo.addAnnotations(List<IGosuAnnotation> annotations) private voidGosuClassParseInfo.clearDebugInfoOnAnnotations(List<IGosuAnnotation> annotations) private static voidGosuClass.filterJavaDocAnnotations(List<IGosuAnnotation> annotations) private intParserBase.maybeAddJavadocDeprecatedModifier(int iModifiers, List<IGosuAnnotation> annotations) protected voidParserBase.parseAnnotation(List<IGosuAnnotation> annotations) private FunctionStatementGosuClassParser.parseBaseConstructorDefinition(boolean bConstructor, List<IGosuAnnotation> defnAnnotations, ClassScopeCache scopeCache) private List<IGosuAnnotation>GosuParser.parseLocalAnnotations(List<IGosuAnnotation> annotations) voidGosuClass.setAnnotations(List<IGosuAnnotation> annotations) voidIGosuClassInternal.setAnnotations(List<IGosuAnnotation> annotations) voidModifierInfo.setAnnotations(List<IGosuAnnotation> annotations) private voidGosuClassParser.updateAnnotationExpressions(VarStatement varStmt, List<IGosuAnnotation> defnAnnotations) 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
Fields in gw.internal.gosu.parser.statements with type parameters of type IGosuAnnotationMethods 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
Fields in gw.lang.ir declared as IGosuAnnotationConstructors 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