| Package | Description |
|---|---|
| wyil.lang |
Provides core classes for representing WYIL modules and bytecodes.
|
| Modifier and Type | Method and Description |
|---|---|
WyilFile.Type |
WyilFile.type(String name)
Looks up a type declaration in this WyilFile with the given name; if none
exists, returns null.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<WyilFile.Type> |
WyilFile.types()
Returns all type declarations in this WyilFile.
|
Copyright © 2017. All rights reserved.