// $ANTLR start "statement"
// C:\\Users\\line47\\workspace\\ObjCFYPA\\src\\com\\icona\\antlr\\main\\ObjectiveC.g:629:1: statement returns [Statement statement] : (sel_stmt= selection_statement |exp= expression ';' |cmp_stmt= compound_statement |itr_stmt= iteration_statement |label_stmt= labeled_statement |decl= declaration | ';' );
public final Statement statement() throws RecognitionException {
Statement statement = null;
Statement sel_stmt =null;
Expression exp =null;
Statement.CompoundStatement cmp_stmt =null;
Statement itr_stmt =null;
Statement label_stmt =null;
ListDeclaration decl =null;