bnf and syntax diagrams

Hello,

I am writing a project about java that requires describing all the flow control commands,(if else,for,while-do while,break-continue,switch) in two ways.First by using bnf and second by using syntax diagrams.It also requires the same for the subroutine calling mechanisms, if there are any in java.Please help me by providing those descriptions or a link to them.I thank you in advance.

[413 byte] By [dimopule] at [2007-9-26 1:34:54]
# 1
I would recommend reading Bruce Eckel's "Thinking in Java", which is available on-line at www.bruceeckel.com ...
ldadams at 2007-6-29 2:18:37 > top of Java-index,Archived Forums,Java Programming...
# 2
Hello,Thank you for your advice, but although i find Thinking in Java a great book, i havent found any bnf or syntax diagrams there. Do you have any other ideas?
dimopule at 2007-6-29 2:18:37 > top of Java-index,Archived Forums,Java Programming...