| Package | Description |
|---|---|
| wyc.builder |
Provides the classes responsible for actually translating WhileyFiles into WyilFiles.
|
| wyc.lang |
Provides core classes for the Abstract Syntax Tree (AST) used to represent Whiley source files.
|
| wyil.lang |
Provides core classes for representing WYIL modules and bytecodes.
|
| Modifier and Type | Method and Description |
|---|---|
Type.Property |
FlowTypeChecker.resolveAsType(wyal.lang.WyalFile.Type.Property t,
WhileyFile.Context context) |
| Modifier and Type | Field and Description |
|---|---|
Type.Property |
Expr.PropertyCall.propertyType |
Type.Property |
WhileyFile.Property.resolvedType |
| Modifier and Type | Method and Description |
|---|---|
Type.Property |
WhileyFile.Property.resolvedType() |
Type.Property |
Expr.PropertyCall.type() |
| Modifier and Type | Class and Description |
|---|---|
static class |
Type.Impl.Property |
| Constructor and Description |
|---|
Property(WyilFile parent,
Collection<Modifier> modifiers,
String name,
Type.Property type,
wybs.lang.Attribute... attributes) |
Copyright © 2017. All rights reserved.