| 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.AbstractVariable |
static class |
Expr.AssignedVariable |
static class |
Expr.Dereference |
static class |
Expr.FieldAccess |
static class |
Expr.IndexOf |
static class |
Expr.LocalVariable |
| Modifier and Type | Field and Description |
|---|---|
List<Expr.LVal> |
Stmt.Assign.lvals |
| Constructor and Description |
|---|
Assign(List<Expr.LVal> lvals,
List<Expr> rvals,
wybs.lang.Attribute... attributes)
Create an assignment from a given sequence of lvals and expressions on the right-hand side.
|
Assign(List<Expr.LVal> lvals,
List<Expr> rvals,
Collection<wybs.lang.Attribute> attributes)
Create an assignment from a given sequence of lvals and expressions on the right-hand side.
|
Copyright © 2017. All rights reserved.