JavacTo
    
            
                
                    Translate java source into another language
                
            
             
            
             
            
        
            JavacTo is a prototype tool designed to evaluate the need and value of translating java code into another programming language. An ideal language for translation is a language that supports the concept of packages, classes, interfaces, and enums as well as built-in memory garbage collection. Languages  such as C# and D, are well suited as a translation “To” language.
Eclipse project provided to get started.
Three visitor classes provided to learn how to use JavacTo and write visitor...