| 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.Function |
FlowTypeChecker.resolveAsType(wyal.lang.WyalFile.Type.Function t,
WhileyFile.Context context) |
| Modifier and Type | Field and Description |
|---|---|
Type.Function |
Expr.FunctionCall.functionType |
Type.Function |
Expr.IndirectFunctionCall.functionType |
Type.Function |
WhileyFile.Function.resolvedType |
| Modifier and Type | Method and Description |
|---|---|
Type.Function |
WhileyFile.Function.resolvedType() |
Type.Function |
Expr.FunctionCall.type() |
| Modifier and Type | Class and Description |
|---|---|
static class |
Type.Impl.Function
A function type, consisting of a list of zero or more parameters and
a return type.
|
Copyright © 2017. All rights reserved.