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 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 IGosuAnnotation Modifier and Type Class Description class
GosuAnnotation
Holds annotation information for a featureclass
GosuDocAnnotation
Holds annotation information for a featureMethods in gw.internal.gosu.parser that return IGosuAnnotation Modifier and Type Method Description IGosuAnnotation
GosuAnnotationInfo. getRawAnnotation()
Methods in gw.internal.gosu.parser with parameters of type IGosuAnnotation Modifier and Type Method Description void
ModifierInfo. addAnnotation(IGosuAnnotation annotation)
static boolean
GosuClassParser. violatesRepeatable(List<IGosuAnnotation> annotations, IGosuAnnotation anno)
Method parameters in gw.internal.gosu.parser with type arguments of type IGosuAnnotation Modifier and Type Method Description protected void
ParserBase. parseAnnotation(List<IGosuAnnotation> annotations)
void
GosuClass. setAnnotations(List<IGosuAnnotation> annotations)
void
IGosuClassInternal. setAnnotations(List<IGosuAnnotation> annotations)
void
ModifierInfo. setAnnotations(List<IGosuAnnotation> annotations)
static boolean
GosuClassParser. violatesRepeatable(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 List<IGosuAnnotation>
LocalVarDeclaration. getAnnotations()
Methods in gw.internal.gosu.parser.expressions with parameters of type IGosuAnnotation Modifier and Type Method Description void
AnnotationExpression. 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 List<? 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 IGosuAnnotation Modifier and Type Method Description List<IGosuAnnotation>
ClassStatement. getAnnotations()
List<IGosuAnnotation>
FunctionStatement. getAnnotations()
List<IGosuAnnotation>
VarStatement. getAnnotations()
List<IGosuAnnotation>
VarStatement. getDeclAnnotations()
Method parameters in gw.internal.gosu.parser.statements with type arguments of type IGosuAnnotation Modifier and Type Method Description void
VarStatement. setDeclAnnotations(List<IGosuAnnotation> declAnnotations)
-
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 IGosuAnnotation
IAnnotationExpression. getAnnotation()
Methods in gw.lang.parser.expressions with parameters of type IGosuAnnotation Modifier and Type Method Description void
IAnnotationExpression. 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()
-