public class FunctionList extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
exception |
ArrayList<step.functions.Function> |
functions |
| Constructor and Description |
|---|
FunctionList() |
| Modifier and Type | Method and Description |
|---|---|
String |
getException() |
ArrayList<step.functions.Function> |
getFunctions() |
void |
setException(String exception) |
void |
setFunctions(ArrayList<step.functions.Function> functions) |
Copyright © 2020. All rights reserved.