org.kiama.example.minijava.MiniJavaTree
A conditional statement that tests the given expression, choosing stmt1 if the expression is true, otherwise choosing stmt2.
stmt1
stmt2
A conditional statement that tests the given expression, choosing
stmt1if the expression is true, otherwise choosingstmt2.