Client

An executing client

Constructors

this
this(GlobalOptions context)

Create a new Client

Members

Functions

run
DConsumable[] run(BCUnit unit, T args)

Run a bytecode unit with the given parameters

run
DConsumable[] run(BCUnit unit, DConsumable[] args)

Run a bytecode unit

Variables

env
Table env;

The global environment of this client

Meta