Maker
Maker copied to clipboard
Support reading existing class files
Define a new ClassFile or ClassInfo interface which supports reading an existing class file and provides information regarding methods, fields etc. Like ClassMaker, it can be used wherever types are supported. The ClassMaker interface should extend ClassFile such that it also allows access to methods, etc.