Hi folks,<div><br></div><div>I wonder is it possible to add a field to a JavaClass and to set an array as its type. The setType(String) method does not support arrays yet and I don&#39;t want to use the other two variants of this method (taking Class and JavaResource parameters).</div>
<div><br></div><div>I looked at the mentioned method (setType(String)). And found a suitable place where I could add the support for arrays. However, I&#39;m afraid that JDT&#39;s AST class does not have a convenient newArray....() method.</div>
<div><br></div><div>Or maybe I&#39;m missing something?</div><div><br></div><div>Cheers,</div><div>Ivan</div>