| Package | Description |
|---|---|
| gw.lang.ir | |
| gw.lang.ir.builder |
| Modifier and Type | Method and Description |
|---|---|
List<IRMethodStatement> |
IRClass.getMethods() |
| Modifier and Type | Method and Description |
|---|---|
void |
IRClass.addMethod(IRMethodStatement method) |
| Modifier and Type | Method and Description |
|---|---|
IRMethodStatement |
IRMethodBuilder.body(IRElementBuilder... elements) |
IRMethodStatement |
IRMethodBuilder.body(List<IRElementBuilder> elements) |
IRMethodStatement |
IRBuilderContext.findMethod(String name,
int numArgs) |
| Modifier and Type | Method and Description |
|---|---|
List<IRMethodStatement> |
IRClassBuilder.getMethods() |
| Modifier and Type | Method and Description |
|---|---|
IRClassBuilder |
IRClassBuilder.withMethod(IRMethodStatement method) |
Copyright © 2021. All rights reserved.