ClassFile.addMethod(Method, int)
[org.ibex.classgen.git] / src / org / ibex / classgen / ClassFile.java
2005-07-10 adamClassFile.addMethod(Method, int)
2005-12-15 Brian Alliettemporarily remove some of the .Body references
2005-07-03 brianditch debugToString
2005-07-03 adammore accessor methods for ClassFile and Type.Class
2005-07-03 adamrefactored tons of functionality into Class.Body and...
2005-07-03 adamrefactored functionality out of FieldGen into Type...
2005-07-03 adamadded Type.Field.Body and Type.Class.Body
2005-07-03 adamadded convenience methods to HasFlags
2005-07-02 adammade ClassFile(DataInput) public
2005-07-01 adammassive refactoring of method-body-printing; see Type...
2005-07-01 adammajor updates to JSSA
2005-06-27 adambugfixes
2005-06-27 adamremoved redundant ownerInterface argument
2005-06-27 adamrefactored a lot of functionality up from MethodGen...
2005-06-27 adammass rename: ACC_FOO
2005-06-27 adambrians changes to ClassFile
2005-06-03 adamrename CPGen -> ConstantPool
2005-06-03 adamremoved ClassFile.sourceFile; use attributes.get()...
2005-06-03 adampulled {Method,Member,Field}Ref into Type.Class; made...
2005-06-03 adamClassGen->ClassFile, ClassGen.FieldOrMethodRef->MemberRef