Add or modify keywords in java language

前端 未结 6 783
不知归路
不知归路 2020-12-16 02:47

I know my question does not seem valid, but it is genuine. When writing java I must use the word import so as to import classes from classpath. It is required t

6条回答
  •  悲&欢浪女
    2020-12-16 03:36

    As an option, use something like preprocessor or write your own one, to process java code via replacement of bosnian words to english ones before passing this code to the javac compiler.

    I think this approach should work for your case.

提交回复
热议问题