| 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.util |
| Modifier and Type | Method and Description |
|---|---|
Type.Reference |
FlowTypeChecker.expandAsEffectiveReference(Expr src,
WhileyFile.Context context) |
Type.Reference |
FlowTypeChecker.expandAsEffectiveReference(Type type,
wybs.lang.SyntacticElement element,
WhileyFile.Context context) |
| Modifier and Type | Field and Description |
|---|---|
Type.Reference |
Expr.Dereference.srcType |
Type.Reference |
Expr.New.type |
| Modifier and Type | Method and Description |
|---|---|
Type.Reference |
Expr.New.result() |
| Modifier and Type | Method and Description |
|---|---|
Type.Reference |
TypeSystem.expandAsReference(Type type)
Assuming given type is an effective reference of some sort, expand to
ensure reference structure is visible.
|
Copyright © 2017. All rights reserved.