summaryrefslogtreecommitdiff
path: root/cscc/java/java_gather.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-26Change member interface in ILImplements from ILClass * to ILProgramItem * to beKlaus Treichel1-6/+6
2008-11-18Make parent of an ILClass an ILProgramItem to be able to hold TypeSpecs too.Klaus Treichel1-4/+4
2008-10-19Simplify ILNode_QualIdent by replacing right by the name directly.Klaus Treichel1-1/+1
2007-09-20Add support for declaring generic types and methods.Klaus Treichel1-0/+1
2007-05-05Make an interned string const char * and fix the resulting compiler warnings.Klaus Treichel1-4/+4
2003-05-17Initial checkin of the java compilerGopal V1-0/+1208