| 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.
|
| Modifier and Type | Method and Description |
|---|---|
int |
CodeGenerator.generateAsStmt(Expr.FunctionOrMethodCall expr,
wyc.builder.CodeGenerator.EnclosingScope scope)
Generate an invoke expression as a statement.
|
int |
CodeGenerator.generateFunctionOrMethodCall(Expr.FunctionOrMethodCall expr,
wyc.builder.CodeGenerator.EnclosingScope scope) |
| Modifier and Type | Class and Description |
|---|---|
static class |
Expr.FunctionCall
Parse a function invocation expression, which has the form:
|
static class |
Expr.MethodCall |
static class |
Expr.PropertyCall |
Copyright © 2017. All rights reserved.