Uses of Class
gw.lang.ir.IRAnnotation
Packages that use IRAnnotation
Package
Description
-
Uses of IRAnnotation in gw.internal.gosu.ir.compiler.bytecode
Fields in gw.internal.gosu.ir.compiler.bytecode declared as IRAnnotationMethods in gw.internal.gosu.ir.compiler.bytecode with parameters of type IRAnnotationModifier and TypeMethodDescriptionprivate void
IRAnnotationCompiler.compileAnnotationInfo
(IRAnnotation anno) Constructors in gw.internal.gosu.ir.compiler.bytecode with parameters of type IRAnnotationModifierConstructorDescriptionIRAnnotationCompiler
(org.objectweb.asm.AnnotationVisitor annotationVisitor, IRAnnotation annotation) -
Uses of IRAnnotation in gw.internal.gosu.ir.transform
Methods in gw.internal.gosu.ir.transform that return types with arguments of type IRAnnotationModifier and TypeMethodDescriptionprivate List<IRAnnotation>
GosuClassTransformer.getIRAnnotations
(List<? extends IAnnotationInfo> gosuAnnotations) Method parameters in gw.internal.gosu.ir.transform with type arguments of type IRAnnotationModifier and TypeMethodDescriptionprivate void
GosuClassTransformer.addGosuMarker
(List<IRAnnotation> annotations) -
Uses of IRAnnotation in gw.lang.ir
Fields in gw.lang.ir with type parameters of type IRAnnotationModifier and TypeFieldDescriptionprivate List<IRAnnotation>
IRClass._annotations
private List<IRAnnotation>
IRSymbol._annotations
Methods in gw.lang.ir that return types with arguments of type IRAnnotationMethod parameters in gw.lang.ir with type arguments of type IRAnnotationModifier and TypeMethodDescriptionvoid
IRClass.setAnnotations
(List<IRAnnotation> annotations) void
IRSymbol.setAnnotations
(List<IRAnnotation> irAnnotations) -
Uses of IRAnnotation in gw.lang.ir.statement
Fields in gw.lang.ir.statement with type parameters of type IRAnnotationModifier and TypeFieldDescriptionprivate List<IRAnnotation>
IRFieldDecl._annotations
private List<IRAnnotation>
IRMethodStatement._annotations
Methods in gw.lang.ir.statement that return types with arguments of type IRAnnotationModifier and TypeMethodDescriptionIRFieldDecl.getAnnotations()
IRMethodStatement.getAnnotations()
Method parameters in gw.lang.ir.statement with type arguments of type IRAnnotationModifier and TypeMethodDescriptionvoid
IRFieldDecl.setAnnotations
(List<IRAnnotation> irAnnotations) void
IRMethodStatement.setAnnotations
(List<IRAnnotation> irAnnotations)