| Description: |
Source language translator from VB.NET 2003 to Java.
Features include: - Built-in data types (Integer, Boolean, Decimal, etc.) - Namespaces, modules, classes, structures, enums, and interfaces; Class and interface inheritance - Data declarations, including visibility (public, private, etc), shared data, local static, arrays, and more. - Properties, default properties, getters and setters; Events and event handlers; Delegates and AddressOf - Statements - Method declarations and calls, including signature matching, overloading, optional parameters, parameter arrays, reference parameters, and parameters with default values. - Comments are preserved - Casts are inserted when Java requires explicit casts - Informative messages from VBeeJava about the translation - Attribute support is limited - Runs on Windows XP, Vista and Unix-based platforms, on the command line, in a gui, or as an external tool in the Eclipse Platform |