public static class Library.LibObject
extends com.github.kayjamlang.core.containers.ObjectContainer
| Modifier and Type | Class and Description |
|---|---|
static interface |
Library.LibObject.ObjectBind |
| Constructor and Description |
|---|
LibObject(Library.LibObject.ObjectBind binder) |
| Modifier and Type | Method and Description |
|---|---|
void |
addFunction(Library.LibFunction function) |
void |
addVariable(java.lang.String name,
java.lang.Object value) |
public LibObject(Library.LibObject.ObjectBind binder)
public void addFunction(Library.LibFunction function)
public void addVariable(java.lang.String name,
java.lang.Object value)