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