Exemplo n.º 1
0
 public static JvmElement create(JvmType type) {
   JvmElement element = new JvmElement("test");
   element.setJvmType(type);
   return element;
 }