public static class Variable.Local<X> extends Object implements Variable<X>
Variable
implementation for
functions not shared between threads (non static).
Functions shared between multiple-threads should use a different
type of variable such as Variable.Global
.Variable.Global<X>, Variable.Local<X>
Constructor and Description |
---|
Variable.Local(String symbol)
Creates a new local variable with a unique symbol.
|
Copyright © 2012. All Rights Reserved.