Code - class com.techtrader.modules.tools.bytecode.Code.
Representation of a code block of a class; a Code instance can only
be obtained from a BCMethod.
Code() -
Constructor for class com.techtrader.modules.tools.bytecode.Code
The public constructor is for creating template code modules
that can be used to produce Instructions to be used in
matching for various search() and replace() methods.