aboutsummaryrefslogtreecommitdiff
path: root/ast_java.h
AgeCommit message (Expand)Author
2022-01-23remove NewArrayExpression from java astJooyung Han
2021-10-07Remove Document from ast_javaJooyung Han
2021-08-04Hoist enforceInterface and escape onTransactKevin Jeon
2020-07-07Remove obsolete TODOJiyong Park
2020-06-08Add @JavaPassthrough annotationJiyong Park
2019-09-20ast_java: shared_ptr everywhereSteven Moreland
2019-08-21Move Java array prints into aidl_to_java.Steven Moreland
2019-06-20Remove every dependency on type_java in java code generatorJeongik Cha
2019-02-19Don't printout absolute path to the original sourceJiyong Park
2019-02-13clean up ast_java: NewExpression, NewArrayExpression, Cast, VariableDeclarationJeongik Cha
2019-02-13clean up ast_java: FieldVariable, Assignment, MethodCallJeongik Cha
2019-02-13remove dependency with ast_java and JavaTypeNamespace: MethodJeongik Cha
2019-02-13remove dependency with ast_java and JavaTypeNamespace: ClassJeongik Cha
2019-02-12remove dependency with ast_java and JavaTypeNamespace: VariableJeongik Cha
2019-02-12Remove unused component of ast_javaJeongik Cha
2018-11-11Add @UnsupportedAppUsage annotationJiyong Park
2018-08-27using pragma onceSteven Moreland
2018-07-24Modernize codebase by replacing NULL with nullptrYi Kong
2018-07-20Refactor constant declarations.Steven Moreland
2018-07-12Add ToString() for AST nodesJiyong Park
2018-07-10Structured parcelables.Steven Moreland
2016-06-02Fix google-explicit-constructor warnings in aidl.Chih-Hung Hsieh
2016-05-03Generate code for AIDL defined string constantsChristopher 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-14Abstract away file IO when writing generated codeChristopher Wiley
2015-09-14Rename AST.{h,cpp} files to ast_java.{h,cpp}Christopher Wiley