Re: NetBeans Module development, how to use an external jar library.
Benno Markiewicz <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.devel |
|---|---|
| Message-ID | <CAA_aP4jFU19jXvzVBJtzwO5E1eFWzWhffucLTOb6CET29RUiyQ@mail.gmail.com> |
2015-12-01 16:51 GMT+01:00 -Silver- <[email protected]>: > If a Tree is an instance of JCAssignOp it is not needed to import the > library that contains it, it can be casted to CompoundAssignmentTree. That makes sense. Yes, the correct way is to use the Tree-/Element-API. With kind regards, markiewb