| Package | Description |
|---|---|
| wyil.lang |
Provides core classes for representing WYIL modules and bytecodes.
|
| Modifier and Type | Method and Description |
|---|---|
Bytecode.OperatorKind |
Bytecode.Operator.kind() |
static Bytecode.OperatorKind |
Bytecode.OperatorKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Bytecode.OperatorKind[] |
Bytecode.OperatorKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Operator(int[] operands,
Bytecode.OperatorKind bop) |
Copyright © 2017. All rights reserved.