public class JsonLogicVariable extends java.lang.Object implements JsonLogicNode
| Constructor and Description |
|---|
JsonLogicVariable(JsonLogicNode key,
JsonLogicNode defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
JsonLogicNode |
getDefaultValue() |
JsonLogicNode |
getKey() |
JsonLogicNodeType |
getType() |
public JsonLogicVariable(JsonLogicNode key, JsonLogicNode defaultValue)
public JsonLogicNodeType getType()
getType in interface JsonLogicNodepublic JsonLogicNode getKey()
public JsonLogicNode getDefaultValue()