| 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 |
|---|---|
Expr.BOp |
Expr.BinOp.op |
| Modifier and Type | Method and Description |
|---|---|
static Expr.BOp |
Expr.BOp.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Expr.BOp[] |
Expr.BOp.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
BinOp(Expr.BOp op,
Expr lhs,
Expr rhs,
wybs.lang.Attribute... attributes) |
BinOp(Expr.BOp op,
Expr lhs,
Expr rhs,
Collection<wybs.lang.Attribute> attributes) |
Copyright © 2017. All rights reserved.