Name

jvoid — For no argument functions

Description

It could have bugs due to the notation a.b(), so to avoid them, you should prefer a.b(jvoid).

Examples

      
	       jimport java.lang.String;
	       
	       s = String.new(jvoid);
      

Author

Calixte Denizet