public class ResultValue extends Object
| Modifier and Type | Field and Description |
|---|---|
List<DeliaError> |
errors |
boolean |
ok |
Shape |
shape |
Object |
val |
String |
varName |
| Constructor and Description |
|---|
ResultValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
addIfNotNull(DeliaError err) |
void |
copyFrom(ResultValue other) |
DValue |
getAsDValue() |
List<DValue> |
getAsDValueList() |
int |
getDValueCount() |
DeliaError |
getLastError() |
public boolean ok
public List<DeliaError> errors
public Shape shape
public Object val
public String varName
public void copyFrom(ResultValue other)
public void addIfNotNull(DeliaError err)
public DValue getAsDValue()
public int getDValueCount()
public DeliaError getLastError()
Copyright © 2020. All rights reserved.