| Package | Description |
|---|---|
| wyil.lang |
Provides core classes for representing WYIL modules and bytecodes.
|
| Modifier and Type | Method and Description |
|---|---|
SyntaxTree.Location<Bytecode.Block> |
SyntaxTree.Location.getBlock(int i)
Get the ith block contained in this statement.
|
SyntaxTree.Location<Bytecode.Block> |
WyilFile.FunctionOrMethod.getBody()
Get the body of this function or method
|
| Modifier and Type | Method and Description |
|---|---|
void |
WyilFile.FunctionOrMethod.setBody(SyntaxTree.Location<Bytecode.Block> body) |
Copyright © 2017. All rights reserved.