| Package | Description |
|---|---|
| com.github.DNAProject.core.program | |
| com.github.DNAProject.core.scripts |
| Modifier and Type | Method and Description |
|---|---|
static ScriptOp |
Program.readOpCode(BinaryReader reader) |
| Modifier and Type | Method and Description |
|---|---|
static ScriptOp |
ScriptOp.valueOf(int v) |
static ScriptOp |
ScriptOp.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScriptOp[] |
ScriptOp.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ScriptBuilder |
ScriptBuilder.add(ScriptOp op) |
ScriptBuilder |
ScriptBuilder.emit(ScriptOp op) |
Copyright © 2020. All rights reserved.