machao657 / javaparser

Automatically exported from code.google.com/p/javaparser
0 stars 0 forks source link

Create helper class to improve the node creation and reading #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Create helper class to improve the node creation and reading.
The helper may have methods such:

getConstructors()
getFields()
getMethods()

newName() //accepts dotted names
newPackageDeclaration() // //accepts dotted names

etc...

Original issue reported on code.google.com by jges...@gmail.com on 21 Jul 2008 at 1:04

GoogleCodeExporter commented 9 years ago
I will start to work on this now!

Original comment by jges...@gmail.com on 8 Oct 2008 at 12:52

GoogleCodeExporter commented 9 years ago
The class was created: `ASTHelper`.

Added some methods.
More methods are still needed.

Original comment by jges...@gmail.com on 27 Oct 2008 at 12:43

GoogleCodeExporter commented 9 years ago

Original comment by jges...@gmail.com on 5 Feb 2009 at 10:16