Serializable
public class CodeWithScope extends Code
Constructor | Description |
---|---|
CodeWithScope(String code,
Document scope) |
Construct an instance.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(Object o) |
|
Document |
getScope() |
Gets the scope, which is is a mapping from identifiers to values, representing the scope in which the code should be evaluated.
|
int |
hashCode() |
public Document getScope()