Uses of Class
gw.lang.ir.IRAnnotation
-
Packages that use IRAnnotation Package Description gw.lang.ir gw.lang.ir.statement -
-
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 voidIRClass. 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 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 voidIRFieldDecl. setAnnotations(List<IRAnnotation> irAnnotations)voidIRMethodStatement. setAnnotations(List<IRAnnotation> irAnnotations)
-