| Package | Description |
|---|---|
| wyil.lang |
Provides core classes for representing WYIL modules and bytecodes.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
WyilFile.Constant
A constant declaration is a top-level block within a WyilFile that
associates a name with a given constant value.
|
static class |
WyilFile.Declaration
A declaration is a named entity within a WyIL file, and is either a type,
constant, function or method declaration.
|
static class |
WyilFile.FunctionOrMethod |
static class |
WyilFile.FunctionOrMethodOrProperty |
static class |
WyilFile.Property |
static class |
WyilFile.Type
A type declaration is a top-level block within a WyilFile that associates
a name with a given type.
|
| Modifier and Type | Method and Description |
|---|---|
List<WyilFile.Block> |
WyilFile.blocks()
Returns all declarations declared in this WyilFile.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WyilFile.replace(WyilFile.Block old,
WyilFile.Block nuw) |
Copyright © 2017. All rights reserved.