public class FunctionObject
extends java.lang.Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
FunctionObject.CacheableFunction  | 
static class  | 
FunctionObject.CommandEntry  | 
static interface  | 
FunctionObject.Entry  | 
static class  | 
FunctionObject.FunctionEntry  | 
| Constructor and Description | 
|---|
FunctionObject(FunctionObject.Entry[] entriesIn)  | 
| Modifier and Type | Method and Description | 
|---|---|
static FunctionObject | 
create(FunctionManager functionManagerIn,
      java.util.List<java.lang.String> commands)  | 
FunctionObject.Entry[] | 
getEntries()  | 
public FunctionObject(FunctionObject.Entry[] entriesIn)
public FunctionObject.Entry[] getEntries()
public static FunctionObject create(FunctionManager functionManagerIn, java.util.List<java.lang.String> commands)