| 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.IndirectFunctionOrMethodCall expr,
wyc.builder.CodeGenerator.EnclosingScope scope)
Generate an indirect invoke expression as a statement.
|
int |
CodeGenerator.generateIndirectFunctionOrMethodCall(Expr.IndirectFunctionOrMethodCall expr,
wyc.builder.CodeGenerator.EnclosingScope scope) |
| Modifier and Type | Class and Description |
|---|---|
static class |
Expr.IndirectFunctionCall |
static class |
Expr.IndirectMethodCall |
Copyright © 2017. All rights reserved.