| Package | Description |
|---|---|
| controller.syntax |
This package is the syntax package of the controller package.
|
| model |
This package is the model package of the model-view-controller
(MVC) pattern.
|
| Modifier and Type | Field and Description |
|---|---|
Action |
JLPSSyntaxParser.action_return.action |
| Modifier and Type | Field and Description |
|---|---|
(package private) List<Action> |
DSet.actions |
| Modifier and Type | Method and Description |
|---|---|
Action |
DSet.getAction(String eventName)
Gets the action corresponding to the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DSet.addAction(Action action)
Adds the specified action to the set.
|
| Constructor and Description |
|---|
DSet(Action... actions)
Constructor of the class.
|
| Constructor and Description |
|---|
DSet(List<Action> actions)
Constructor of the class.
|