Uses of Class
gw.lang.ir.IRAnnotation
-
Packages that use IRAnnotation Package Description gw.internal.gosu.ir.compiler.bytecode gw.internal.gosu.ir.transform gw.lang.ir gw.lang.ir.statement -
-
Uses of IRAnnotation in gw.internal.gosu.ir.compiler.bytecode
Fields in gw.internal.gosu.ir.compiler.bytecode declared as IRAnnotation Modifier and Type Field Description private IRAnnotationIRAnnotationCompiler. _annotationMethods in gw.internal.gosu.ir.compiler.bytecode with parameters of type IRAnnotation Modifier and Type Method Description private voidIRAnnotationCompiler. compileAnnotationInfo(IRAnnotation anno)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.internal.gosu.ir.transform
Methods in gw.internal.gosu.ir.transform that return types with arguments of type IRAnnotation Modifier and Type Method Description private java.util.List<IRAnnotation>GosuClassTransformer. getIRAnnotations(java.util.List<? extends IAnnotationInfo> gosuAnnotations)Method parameters in gw.internal.gosu.ir.transform with type arguments of type IRAnnotation Modifier and Type Method Description private voidGosuClassTransformer. addGosuMarker(java.util.List<IRAnnotation> annotations) -
Uses of IRAnnotation in gw.lang.ir
Fields in gw.lang.ir with type parameters of type IRAnnotation Modifier and Type Field Description private java.util.List<IRAnnotation>IRClass. _annotationsprivate java.util.List<IRAnnotation>IRSymbol. _annotationsMethods in gw.lang.ir that return types with arguments of type IRAnnotation Modifier and Type Method Description java.util.List<IRAnnotation>IRClass. getAnnotations()java.util.List<IRAnnotation>IRSymbol. getAnnotations()Method parameters in gw.lang.ir with type arguments of type IRAnnotation Modifier and Type Method Description voidIRClass. setAnnotations(java.util.List<IRAnnotation> annotations)voidIRSymbol. setAnnotations(java.util.List<IRAnnotation> irAnnotations) -
Uses of IRAnnotation in gw.lang.ir.statement
Fields in gw.lang.ir.statement with type parameters of type IRAnnotation Modifier and Type Field Description private java.util.List<IRAnnotation>IRFieldDecl. _annotationsprivate java.util.List<IRAnnotation>IRMethodStatement. _annotationsMethods in gw.lang.ir.statement that return types with arguments of type IRAnnotation Modifier and Type Method Description java.util.List<IRAnnotation>IRFieldDecl. getAnnotations()java.util.List<IRAnnotation>IRMethodStatement. getAnnotations()Method parameters in gw.lang.ir.statement with type arguments of type IRAnnotation Modifier and Type Method Description voidIRFieldDecl. setAnnotations(java.util.List<IRAnnotation> irAnnotations)voidIRMethodStatement. setAnnotations(java.util.List<IRAnnotation> irAnnotations)
-