| Package | Description |
|---|---|
| wyc.lang |
Provides core classes for the Abstract Syntax Tree (AST) used to represent Whiley source files.
|
| Modifier and Type | Field and Description |
|---|---|
ArrayList<Stmt.Case> |
Stmt.Switch.cases |
| Constructor and Description |
|---|
Switch(Expr condition,
List<Stmt.Case> cases,
wybs.lang.Attribute... attributes) |
Switch(Expr condition,
List<Stmt.Case> cases,
Collection<wybs.lang.Attribute> attributes) |
Copyright © 2017. All rights reserved.