Gets a constant state variable.
This value only changes when the Op is initialized using
setConst. Also, if the type is specified via
(get "key" "classname")
e.g.
(get "myList" "java.util.List")
then the setConst value must be of the given type.
Note that "SetOp" is not implemented in the contract language --
only code external to this contract language should be setting
constants.
The "spreading" of the setConst is only an artifact of the
current "tree-like" structure -- a bytecode translator would shortcut
most of this work.
|