Uses of Class
gw.lang.ir.IRAnnotation
Packages that use IRAnnotation
-
Uses of IRAnnotation in gw.internal.gosu.ir.compiler.bytecode
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.lang.ir
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 TypeMethodDescriptionvoidIRClass.setAnnotations(List<IRAnnotation> annotations) voidIRSymbol.setAnnotations(List<IRAnnotation> irAnnotations) -
Uses of IRAnnotation in gw.lang.ir.statement
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 TypeMethodDescriptionvoidIRFieldDecl.setAnnotations(List<IRAnnotation> irAnnotations) voidIRMethodStatement.setAnnotations(List<IRAnnotation> irAnnotations)