resolve compile errors
[org.ibex.classgen.git] / src / org / ibex / classgen / Type.java
2005-07-10 adamallow Type.Primitive as an arg to NEWARRAY
2005-07-10 adamClassEnt can actually hold any Type.Ref
2005-07-04 adamlots of formatting, refactored out Type.fromArraySpec()
2006-02-13 Brian Allietadd equals/hashCode methods for Type.Class.Member ...
2005-12-15 Brian Alliettemporarily remove some of the .Body references
2005-07-04 brianremove period between ret type and method name
2005-07-04 brianmore type unification
2005-07-04 brianbeginnings of type unification code
2005-07-04 brianfix totally broken jssa array handling
2005-07-03 brianstart to fix the interface problem
2005-07-03 brianditch debugToString
2005-07-03 brianlast ditch efford to separate names and type descriptors
2005-07-03 adamadded Type.Class.getBody
2005-07-03 adamfixed HIDEOUS bug in ConstantPool -- was circumventing...
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 adamreplace Type.instance()
2005-07-03 adamrepair breakage
2005-07-03 brianmake Type abstract
2005-07-02 brianadded Type.Primitive, generate toString() output on...
2005-07-02 brianMember.getDescriptor
2005-07-02 brianmove field type descriptor parsing to Type.java, like...
2005-07-02 brianClass.method(sig)
2005-07-03 adamadded Type.Field.Body and Type.Class.Body
2005-07-03 adamremove no-longer-necessary equals() and hashCode()...
2005-07-02 brianfix the field type descriptor bug (again :) )
2005-07-01 adammassive refactoring of method-body-printing; see Type...
2005-07-01 adammajor updates to JSSA
2005-07-01 adamgot JSSA to the point where it compiles, but doesn...
2005-06-30 adammassive rewrite of Code.java
2005-06-27 adamrefactored a lot of functionality up from MethodGen...
2005-06-27 adamun-fixed Type.java
2005-06-03 adamremoved ClassFile.sourceFile; use attributes.get()...
2005-06-03 adampulled {Method,Member,Field}Ref into Type.Class; made...
2005-06-03 adamfixed bug where ['s were getting appended instead of...
2005-06-03 adamrenamed Type.fromDescriptor() to Type.instance()
2005-06-03 adamintroduced Type.Ref as common superclass of Type.Class...
2005-06-03 adammassive cleanup of Type.java; introduced human-readable...
2005-06-03 adamformatting only
2005-06-03 adambugfix; removed isValidDescriptorName(); it wasn't...
2005-06-03 adammade the makeArray() methods into instance methods
2005-06-03 adamfinished support for reading in everything except metho...
2005-06-03 adamstubs for functions which should not be invoked on...
2005-06-03 adamrenamed Type.Array.arrayify to _initHelper
2005-06-03 adamformatting only: added spaces after commas
2005-06-03 adamadded Type.Array
2005-06-01 briantotally broken reading support - does not compile
2004-05-30 brianmisc cleanup and javadoc comments
2004-05-28 brianfix Type.equals
2004-05-26 briantons of stuff
2004-05-25 briansort of working