Uses of Interface
gw.internal.gosu.parser.IGosuAnnotation
-
-
Uses of IGosuAnnotation in gw.internal.gosu.ir.transform
Method parameters in gw.internal.gosu.ir.transform with type arguments of type IGosuAnnotation Modifier and Type Method Description static java.util.List<GosuAnnotationInfo>AbstractElementTransformer. makeAnnotationInfos(java.util.List<IGosuAnnotation> gosuAnnotations, IFeatureInfo fiAnnotated) -
Uses of IGosuAnnotation in gw.internal.gosu.parser
Classes in gw.internal.gosu.parser that implement IGosuAnnotation Modifier and Type Class Description classGosuAnnotationHolds annotation information for a featureclassGosuDocAnnotationHolds annotation information for a featureFields in gw.internal.gosu.parser declared as IGosuAnnotation Modifier and Type Field Description private IGosuAnnotationGosuAnnotationInfo. _rawAnnotationFields in gw.internal.gosu.parser with type parameters of type IGosuAnnotation Modifier and Type Field Description private java.util.List<IGosuAnnotation>ModifierInfo. _annotationsprivate java.util.List<IGosuAnnotation>ReducedSymbol. _annotationsMethods in gw.internal.gosu.parser that return IGosuAnnotation Modifier and Type Method Description IGosuAnnotationGosuAnnotationInfo. getRawAnnotation()IGosuAnnotationDocCommentBlock.DocAnnotationData. makeAnnotation(ICompilableType ownersType, ITypeUsesMap typeUses)Methods in gw.internal.gosu.parser that return types with arguments of type IGosuAnnotation Modifier and Type Method Description java.util.List<IGosuAnnotation>DocCommentBlock. getAnnotations()java.util.List<IGosuAnnotation>MemberFieldSymbol. getAnnotations()java.util.List<IGosuAnnotation>ModifierInfo. getAnnotations()java.util.List<IGosuAnnotation>ParsedElement. getAnnotations()java.util.List<IGosuAnnotation>ReducedDynamicFunctionSymbol. getAnnotations()java.util.List<IGosuAnnotation>ReducedDynamicPropertySymbol. getAnnotations()java.util.List<IGosuAnnotation>ReducedSymbol. getAnnotations()java.util.List<IGosuAnnotation>Symbol. getAnnotations()protected java.util.List<IGosuAnnotation>AbstractGenericMethodInfo. getGosuAnnotations()protected abstract java.util.List<IGosuAnnotation>GosuBaseAttributedFeatureInfo. getGosuAnnotations()java.util.List<? extends IGosuAnnotation>GosuClass. getGosuAnnotations()protected java.util.List<IGosuAnnotation>GosuMethodInfo. getGosuAnnotations()protected java.util.List<IGosuAnnotation>GosuMethodParamInfo. getGosuAnnotations()protected java.util.List<IGosuAnnotation>GosuPropertyInfo. getGosuAnnotations()protected java.util.List<IGosuAnnotation>GosuVarPropertyInfo. getGosuAnnotations()java.util.List<? extends IGosuAnnotation>ICompilableTypeInternal. getGosuAnnotations()java.util.List<? extends IGosuAnnotation>IGosuClassInternal. getGosuAnnotations()private java.util.List<IGosuAnnotation>GosuParser. parseLocalAnnotations(java.util.List<IGosuAnnotation> annotations)Methods in gw.internal.gosu.parser with parameters of type IGosuAnnotation Modifier and Type Method Description voidModifierInfo. addAnnotation(IGosuAnnotation annotation)private booleanGosuParser. appliesToElementType(IGosuAnnotation anno, java.lang.annotation.ElementType elemType)private booleanGosuClassParser. appliesToField(IGosuAnnotation anno)(package private) static voidGosuParser. setFromTargetModifier(IGosuAnnotation anno, ModifierInfo modifierInfo)static booleanGosuClassParser. violatesRepeatable(java.util.List<IGosuAnnotation> annotations, IGosuAnnotation anno)Method parameters in gw.internal.gosu.parser with type arguments of type IGosuAnnotation Modifier and Type Method Description private voidModifierInfo. addAnnotations(java.util.List<IGosuAnnotation> annotations)private voidGosuClassParseInfo. clearDebugInfoOnAnnotations(java.util.List<IGosuAnnotation> annotations)private static voidGosuClass. filterJavaDocAnnotations(java.util.List<IGosuAnnotation> annotations)private intParserBase. maybeAddJavadocDeprecatedModifier(int iModifiers, java.util.List<IGosuAnnotation> annotations)protected voidParserBase. parseAnnotation(java.util.List<IGosuAnnotation> annotations)private FunctionStatementGosuClassParser. parseBaseConstructorDefinition(boolean bConstructor, java.util.List<IGosuAnnotation> defnAnnotations, ClassScopeCache scopeCache)private java.util.List<IGosuAnnotation>GosuParser. parseLocalAnnotations(java.util.List<IGosuAnnotation> annotations)voidGosuClass. setAnnotations(java.util.List<IGosuAnnotation> annotations)voidIGosuClassInternal. setAnnotations(java.util.List<IGosuAnnotation> annotations)voidModifierInfo. setAnnotations(java.util.List<IGosuAnnotation> annotations)private voidGosuClassParser. updateAnnotationExpressions(VarStatement varStmt, java.util.List<IGosuAnnotation> defnAnnotations)static booleanGosuClassParser. violatesRepeatable(java.util.List<IGosuAnnotation> annotations, IGosuAnnotation anno)Constructors in gw.internal.gosu.parser with parameters of type IGosuAnnotation Constructor Description GosuAnnotationInfo(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 IGosuAnnotation Modifier and Type Method Description java.util.List<IGosuAnnotation>LocalVarDeclaration. getAnnotations()Methods in gw.internal.gosu.parser.expressions with parameters of type IGosuAnnotation Modifier and Type Method Description voidAnnotationExpression. 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 IGosuAnnotation Modifier and Type Method Description java.util.List<? 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 IGosuAnnotation Modifier and Type Field Description private java.util.List<IGosuAnnotation>VarStatement. _declAnnotationsMethods in gw.internal.gosu.parser.statements that return types with arguments of type IGosuAnnotation Modifier and Type Method Description java.util.List<IGosuAnnotation>ClassStatement. getAnnotations()java.util.List<IGosuAnnotation>FunctionStatement. getAnnotations()java.util.List<IGosuAnnotation>VarStatement. getAnnotations()java.util.List<IGosuAnnotation>VarStatement. getDeclAnnotations()Method parameters in gw.internal.gosu.parser.statements with type arguments of type IGosuAnnotation Modifier and Type Method Description voidVarStatement. setDeclAnnotations(java.util.List<IGosuAnnotation> declAnnotations) -
Uses of IGosuAnnotation in gw.lang.ir
Fields in gw.lang.ir declared as IGosuAnnotation Modifier and Type Field Description private IGosuAnnotationIRGosuAnnotation. _gosuAnnotationConstructors 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 java.util.List<IGosuAnnotation>DefaultReducedSymbol. getAnnotations()java.util.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 java.util.List<IGosuAnnotation>IModifierInfo. getAnnotations()
-