public class Scope extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Scope.DebugScopeFunction |
| Modifier and Type | Method and Description |
|---|---|
void |
addFunction(String name,
Function q) |
void |
addFunction(String name,
int n,
Function q) |
Function |
getFunction(String name,
int nargs) |
com.fasterxml.jackson.databind.ObjectMapper |
getObjectMapper() |
com.fasterxml.jackson.databind.JsonNode |
getValue(String name) |
static Scope |
rootScope() |
void |
setValue(String name,
com.fasterxml.jackson.databind.JsonNode value) |
public Scope()
public Scope(Scope parentScope)
public void setValue(String name, com.fasterxml.jackson.databind.JsonNode value)
public com.fasterxml.jackson.databind.JsonNode getValue(String name)
public com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()
public static Scope rootScope()
Copyright © 2016. All rights reserved.