| Package | Description |
|---|---|
| gw.lang.ir | |
| gw.lang.ir.statement |
| Modifier and Type | Method and Description |
|---|---|
List<IRAnnotation> |
IRClass.getAnnotations() |
List<IRAnnotation> |
IRSymbol.getAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
void |
IRClass.setAnnotations(List<IRAnnotation> annotations) |
void |
IRSymbol.setAnnotations(List<IRAnnotation> irAnnotations) |
| Modifier and Type | Method and Description |
|---|---|
List<IRAnnotation> |
IRMethodStatement.getAnnotations() |
List<IRAnnotation> |
IRFieldDecl.getAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
void |
IRMethodStatement.setAnnotations(List<IRAnnotation> irAnnotations) |
void |
IRFieldDecl.setAnnotations(List<IRAnnotation> irAnnotations) |
Copyright © 2016. All rights reserved.