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