| Package | Description |
|---|---|
| wyil.checks |
Provides classes responsible for validity checking of WYIL modules.
|
| wyil.lang |
Provides core classes for representing WYIL modules and bytecodes.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
CoercionCheck.check(SyntaxTree tree) |
| Modifier and Type | Method and Description |
|---|---|
SyntaxTree |
SyntaxTree.Location.getEnclosingTree()
Get the enclosing syntax tree of this location.
|
SyntaxTree |
WyilFile.Declaration.getTree() |
| Constructor and Description |
|---|
Location(SyntaxTree parent,
T bytecode,
wybs.lang.Attribute... attributes) |
Location(SyntaxTree parent,
T bytecode,
List<wybs.lang.Attribute> attributes) |
Location(SyntaxTree parent,
Type[] types,
T bytecode,
wybs.lang.Attribute... attributes) |
Location(SyntaxTree parent,
Type[] types,
T bytecode,
List<wybs.lang.Attribute> attributes) |
Location(SyntaxTree parent,
Type type,
T bytecode,
wybs.lang.Attribute... attributes) |
Location(SyntaxTree parent,
Type type,
T bytecode,
List<wybs.lang.Attribute> attributes) |
Copyright © 2017. All rights reserved.