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 voidIRAnnotationCompiler.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 voidGosuClassTransformer.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._annotationsprivate List<IRAnnotation>IRSymbol._annotationsMethods in gw.lang.ir that return types with arguments of type IRAnnotationMethod parameters in gw.lang.ir with type arguments of type IRAnnotationModifier and TypeMethodDescriptionvoidIRClass.setAnnotations(List<IRAnnotation> annotations) voidIRSymbol.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._annotationsprivate List<IRAnnotation>IRMethodStatement._annotationsMethods 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 TypeMethodDescriptionvoidIRFieldDecl.setAnnotations(List<IRAnnotation> irAnnotations) voidIRMethodStatement.setAnnotations(List<IRAnnotation> irAnnotations)