Class Lookup<T extends ACell>

java.lang.Object
Type Parameters:
T - Result type of Op
All Implemented Interfaces:
IValidated, IWriteable

public class Lookup<T extends ACell> extends AOp<T>
Op to look up a Symbol in the current execution context. Holds an optional Address to specify lookup in another Account environment. If null, the Lookup will be performed in the current environment. Consumes juice for lookup when executed.