This class corresponds to the method_info data structure as defined in
section 4.6 of The Java Virtual Machine Specification.
To make it easier to create bytecode for a method's CodeAttr, the
CodeBuilder class is provided.
author: Brian S O'Neill See Also:ClassFile See Also:CodeBuilder