Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm starting to study AST and, to see their structure, I started seeing .java AST using ASTView plugin, but I don't understand the meaning of most of the fields.

For reference I'm only using Eclipse Reference and some tutorials that I find online, but usually I use .pdf or some kind of printable material to study, do you know any for the AST fields, like some kind of AST standard?

There's no need to have the Eclipse API, just a short description of what every field means (some of them aren't really intuitive)

share|improve this question
Check this : Abstract Syntax Tree which I found useful to get some overview on AST. – Bhanuka Withana Nov 30 '12 at 15:17

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.