Uses of Class
gw.lang.ir.IRAnnotation
-
Packages that use IRAnnotation Package Description gw.internal.gosu.ir.compiler.bytecode gw.lang.ir gw.lang.ir.statement -
-
Uses of IRAnnotation in gw.internal.gosu.ir.compiler.bytecode
Constructors in gw.internal.gosu.ir.compiler.bytecode with parameters of type IRAnnotation Constructor Description IRAnnotationCompiler(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 IRAnnotation Modifier and Type Method Description List<IRAnnotation>
IRClass. getAnnotations()
List<IRAnnotation>
IRSymbol. getAnnotations()
Method parameters in gw.lang.ir with type arguments of type IRAnnotation Modifier and Type Method Description void
IRClass. setAnnotations(List<IRAnnotation> annotations)
void
IRSymbol. 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 IRAnnotation Modifier and Type Method Description List<IRAnnotation>
IRFieldDecl. getAnnotations()
List<IRAnnotation>
IRMethodStatement. getAnnotations()
Method parameters in gw.lang.ir.statement with type arguments of type IRAnnotation Modifier and Type Method Description void
IRFieldDecl. setAnnotations(List<IRAnnotation> irAnnotations)
void
IRMethodStatement. setAnnotations(List<IRAnnotation> irAnnotations)
-