summaryrefslogtreecommitdiffstats
path: root/ast_java.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove trivial destructors and constructors from Java ASTChristopher Wiley2015-09-291-215/+5
* Move Java related code into a java namespaceChristopher Wiley2015-09-291-0/+2
* Don't allow non-const pointers to Type instancesChristopher Wiley2015-09-231-14/+14
* Make all possible Type methods constChristopher Wiley2015-09-231-1/+1
* Rename Type.* to type_java.*Christopher Wiley2015-09-231-1/+1
* Abstract away file IO when writing generated codeChristopher Wiley2015-09-141-113/+119
* Rename AST.{h,cpp} files to ast_java.{h,cpp}Christopher Wiley2015-09-141-0/+929