| Package | Description |
|---|---|
| wyc.lang |
Provides core classes for the Abstract Syntax Tree (AST) used to represent Whiley source files.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Expr.FunctionCall
Parse a function invocation expression, which has the form:
|
static class |
Expr.FunctionOrMethodCall |
static class |
Expr.IndirectFunctionCall |
static class |
Expr.IndirectFunctionOrMethodCall |
static class |
Expr.IndirectMethodCall |
static class |
Expr.MethodCall |
static class |
Expr.PropertyCall |
Copyright © 2017. All rights reserved.