aboutsummaryrefslogtreecommitdiff
path: root/ast_java.cpp
AgeCommit message (Expand)Author
2016-05-03Generate code for AIDL defined string constantsChristopher Wiley
2016-01-29Fully separate AIDL and Java type namespacesChristopher Wiley
2016-01-29Turn android::aidl::java::Document into a classChristopher Wiley
2016-01-29Remove last using directives from global header scopeChristopher Wiley
2016-01-29clang-format ast_java.{cpp,h}Christopher Wiley
2015-11-30Introduce integer constantsCasey Dahlin
2015-10-19Remove dead Java AST codeChristopher Wiley
2015-09-29Remove trivial destructors and constructors from Java ASTChristopher Wiley
2015-09-29Move Java related code into a java namespaceChristopher Wiley
2015-09-23Don't allow non-const pointers to Type instancesChristopher Wiley
2015-09-23Make all possible Type methods constChristopher Wiley
2015-09-23Rename Type.* to type_java.*Christopher Wiley
2015-09-14Abstract away file IO when writing generated codeChristopher Wiley
2015-09-14Rename AST.{h,cpp} files to ast_java.{h,cpp}Christopher Wiley