google java to dart
Limitations:
-
Right now only syntax translation, no semantics.
-
No support for body in "this" redirecting constructor.
-
Support for enum is not finished - no ordinal, values(), toString(), etc. May be generate "static const" and "const" constructor.
-
Need to rename overloaded methods.
-
Need to rename methods and fields with the same name. May be eliminate method if it is getter of final field.
-
Need to rename overloaded constructors.
-
Need to move to initializers or formal initializers assignment to final fields in constructors.
-
It does not support anonymous class