| 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.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 |
|---|---|
WyilFile.Declaration |
SyntaxTree.getEnclosingDeclaration()
Get the enclosing declaration of this syntax tree.
|
| Constructor and Description |
|---|
SyntaxTree(WyilFile.Declaration enclosingDeclaration) |
Copyright © 2017. All rights reserved.