| Package | Description |
|---|---|
| net.nowina.cadmelia.script |
| Modifier and Type | Class and Description |
|---|---|
class |
Command |
class |
Define |
class |
ForCommand |
class |
Function |
class |
IfCommand |
class |
Module |
class |
Scope |
| Modifier and Type | Method and Description |
|---|---|
Instruction |
IfCommand.getElseScope() |
Instruction |
ForCommand.getInstruction() |
Instruction |
IfCommand.getThenScope() |
| Modifier and Type | Method and Description |
|---|---|
List<Instruction> |
Scope.getInstructions() |
List<Instruction> |
Module.getInstructions() |
List<Instruction> |
Script.getInstructions() |
| Modifier and Type | Method and Description |
|---|---|
void |
Script.add(Instruction instruction) |
void |
Scope.addInstruction(Instruction instruction) |
void |
Module.addInstruction(Instruction i) |
void |
IfCommand.setElseScope(Instruction elseScope) |
void |
ForCommand.setInstruction(Instruction instruction) |
void |
IfCommand.setThenScope(Instruction thenScope) |
Copyright © 2018. All rights reserved.