@@ -42,7 +42,8 @@ * Label associated with this continue statement. This is null * if there is no label associated with this continue statement. * * @return label associated with this continue statement. */ + @Override String getLabel(); }